ESPHome
2023.5.5
|
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 55 of file mqtt_client.h.
std::string esphome::mqtt::Availability::payload_available |
Definition at line 57 of file mqtt_client.h.
std::string esphome::mqtt::Availability::payload_not_available |
Definition at line 58 of file mqtt_client.h.
std::string esphome::mqtt::Availability::topic |
Empty means disabled.
Definition at line 56 of file mqtt_client.h.