Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| dongle | |
| entity | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| CONFIG_SCHEMA | |
Support for EnOcean devices.
| bool homeassistant.components.enocean.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the EnOcean component.
Definition at line 19 of file __init__.py.
| bool homeassistant.components.enocean.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up an EnOcean dongle for the given entry.
Definition at line 39 of file __init__.py.
| bool homeassistant.components.enocean.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload ENOcean config entry.
Definition at line 49 of file __init__.py.
| homeassistant.components.enocean.CONFIG_SCHEMA |
Definition at line 14 of file __init__.py.