16#ifdef USE_BINARY_SENSOR
46#ifdef USE_DATETIME_DATE
49#ifdef USE_DATETIME_TIME
52#ifdef USE_DATETIME_DATETIME
67#ifdef USE_MEDIA_PLAYER
70#ifdef USE_ALARM_CONTROL_PANEL
bool on_valve(valve::Valve *valve) override
bool on_fan(fan::Fan *fan) override
bool on_light(light::LightState *light) override
bool on_text_sensor(text_sensor::TextSensor *text_sensor) override
bool on_sensor(sensor::Sensor *sensor) override
bool on_date(datetime::DateEntity *date) override
bool on_lock(lock::Lock *a_lock) override
bool on_text(text::Text *text) override
InitialStateIterator(APIConnection *client)
bool on_datetime(datetime::DateTimeEntity *datetime) override
bool on_cover(cover::Cover *cover) override
bool on_number(number::Number *number) override
bool on_event(event::Event *event) override
bool on_media_player(media_player::MediaPlayer *media_player) override
bool on_switch(switch_::Switch *a_switch) override
bool on_binary_sensor(binary_sensor::BinarySensor *binary_sensor) override
bool on_alarm_control_panel(alarm_control_panel::AlarmControlPanel *a_alarm_control_panel) override
bool on_update(update::UpdateEntity *update) override
bool on_time(datetime::TimeEntity *time) override
bool on_button(button::Button *button) override
bool on_climate(climate::Climate *climate) override
bool on_select(select::Select *select) override
Base class for all binary_sensor-type classes.
ClimateDevice - This is the base class for all climate integrations.
Base class for all cover devices.
This class represents the communication layer between the front-end MQTT layer and the hardware outpu...
Base class for all locks.
Base-class for all numbers.
Base-class for all selects.
Base-class for all sensors.
Base class for all switches.
Base-class for all text inputs.
Base class for all valve devices.
Providing packet encoding functions for exchanging data with a remote host.