ESPHome
2024.10.2
|
Simple data struct for Home Assistant component availability. More...
#include <mqtt_client.h>
Data Fields | |
std::string | topic |
Empty means disabled. More... | |
std::string | payload_available |
std::string | payload_not_available |
Simple data struct for Home Assistant component availability.
Definition at line 58 of file mqtt_client.h.
std::string esphome::mqtt::Availability::payload_available |
Definition at line 60 of file mqtt_client.h.
std::string esphome::mqtt::Availability::payload_not_available |
Definition at line 61 of file mqtt_client.h.
std::string esphome::mqtt::Availability::topic |
Empty means disabled.
Definition at line 59 of file mqtt_client.h.