ESPHome
2024.10.2
|
Simple Helper struct used for Home Assistant MQTT send_discovery(). More...
#include <mqtt_component.h>
Data Fields | |
bool | state_topic {true} |
If the state topic should be included. Defaults to true. More... | |
bool | command_topic {true} |
If the command topic should be included. Default to true. More... | |
Simple Helper struct used for Home Assistant MQTT send_discovery().
Definition at line 18 of file mqtt_component.h.
bool esphome::mqtt::SendDiscoveryConfig::command_topic {true} |
If the command topic should be included. Default to true.
Definition at line 20 of file mqtt_component.h.
bool esphome::mqtt::SendDiscoveryConfig::state_topic {true} |
If the state topic should be included. Defaults to true.
Definition at line 19 of file mqtt_component.h.