mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 14:55:50 +00:00
clang-tidy
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
|
#ifdef USE_MQTT
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include "esphome/components/network/ip_address.h"
|
#include "esphome/components/network/ip_address.h"
|
||||||
@@ -67,3 +68,4 @@ class MQTTBackend {
|
|||||||
|
|
||||||
} // namespace mqtt
|
} // namespace mqtt
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
|||||||
@@ -258,14 +258,12 @@ def main():
|
|||||||
"fingerprint_grow",
|
"fingerprint_grow",
|
||||||
"md5",
|
"md5",
|
||||||
"mlx90393",
|
"mlx90393",
|
||||||
"mqtt",
|
|
||||||
"online_image",
|
"online_image",
|
||||||
"sgp4x",
|
"sgp4x",
|
||||||
"wireguard",
|
"wireguard",
|
||||||
"tuya",
|
"tuya",
|
||||||
"status",
|
"status",
|
||||||
"nextion",
|
"nextion",
|
||||||
"mqtt",
|
|
||||||
"improv_base",
|
"improv_base",
|
||||||
"http_request",
|
"http_request",
|
||||||
"ota",
|
"ota",
|
||||||
|
|||||||
Reference in New Issue
Block a user