Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| entity | |
| models | |
| number | |
| schemas | |
| sensor | |
| switch | |
Functions | |
| None | _async_reconnect_thermostat (HomeAssistant hass, Eq3ConfigEntry entry) |
| None | _async_run_thermostat (HomeAssistant hass, Eq3ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, Eq3ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, Eq3ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, Eq3ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| Eq3ConfigEntry | |
| list | PLATFORMS |
Support for EQ3 devices.
|
private |
Reconnect the thermostat.
Definition at line 124 of file __init__.py.
|
private |
Run the thermostat.
Definition at line 90 of file __init__.py.
| bool homeassistant.components.eq3btsmart.async_setup_entry | ( | HomeAssistant | hass, |
| Eq3ConfigEntry | entry | ||
| ) |
Handle config entry setup.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.eq3btsmart.async_unload_entry | ( | HomeAssistant | hass, |
| Eq3ConfigEntry | entry | ||
| ) |
Handle config entry unload.
Definition at line 75 of file __init__.py.
| None homeassistant.components.eq3btsmart.update_listener | ( | HomeAssistant | hass, |
| Eq3ConfigEntry | entry | ||
| ) |
Handle config entry update.
Definition at line 84 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| homeassistant.components.eq3btsmart.Eq3ConfigEntry |
Definition at line 32 of file __init__.py.
| list homeassistant.components.eq3btsmart.PLATFORMS |
Definition at line 21 of file __init__.py.