Classes | |
| class | MqttWaterHeater |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _DISCOVERY_SCHEMA_BASE = _PLATFORM_SCHEMA_BASE.extend({}, extra=vol.REMOVE_EXTRA) | |
| _LOGGER = logging.getLogger(__name__) | |
| _PLATFORM_SCHEMA_BASE | |
| dictionary | COMMAND_TEMPLATE_KEYS |
| string | DEFAULT_NAME = "MQTT Water Heater" |
| DISCOVERY_SCHEMA | |
| MQTT_WATER_HEATER_ATTRIBUTES_BLOCKED | |
| int | PARALLEL_UPDATES = 0 |
| PLATFORM_SCHEMA_MODERN | |
| tuple | TOPIC_KEYS |
| tuple | VALUE_TEMPLATE_KEYS |
Support for MQTT water heater devices.
| None homeassistant.components.mqtt.water_heater.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up MQTT water heater device through YAML and through MQTT discovery.
Definition at line 166 of file water_heater.py.
|
private |
Definition at line 159 of file water_heater.py.
|
private |
Definition at line 73 of file water_heater.py.
|
private |
Definition at line 113 of file water_heater.py.
| dictionary homeassistant.components.mqtt.water_heater.COMMAND_TEMPLATE_KEYS |
Definition at line 96 of file water_heater.py.
| string homeassistant.components.mqtt.water_heater.DEFAULT_NAME = "MQTT Water Heater" |
Definition at line 77 of file water_heater.py.
| homeassistant.components.mqtt.water_heater.DISCOVERY_SCHEMA |
Definition at line 161 of file water_heater.py.
| homeassistant.components.mqtt.water_heater.MQTT_WATER_HEATER_ATTRIBUTES_BLOCKED |
Definition at line 79 of file water_heater.py.
| int homeassistant.components.mqtt.water_heater.PARALLEL_UPDATES = 0 |
Definition at line 75 of file water_heater.py.
| homeassistant.components.mqtt.water_heater.PLATFORM_SCHEMA_MODERN |
Definition at line 155 of file water_heater.py.
| tuple homeassistant.components.mqtt.water_heater.TOPIC_KEYS |
Definition at line 103 of file water_heater.py.
| tuple homeassistant.components.mqtt.water_heater.VALUE_TEMPLATE_KEYS |
Definition at line 90 of file water_heater.py.