Namespaces | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| entity | |
| sensor | |
| switch | |
| water_heater | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| INTERVAL = timedelta(minutes=60) | |
| list | PLATFORMS |
Support for EcoNet products.
| bool homeassistant.components.econet.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up EcoNet as config entry.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.econet.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a EcoNet config entry.
Definition at line 92 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| homeassistant.components.econet.INTERVAL = timedelta(minutes=60) |
Definition at line 36 of file __init__.py.
| list homeassistant.components.econet.PLATFORMS |
Definition at line 28 of file __init__.py.