Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Support for RDW.
| bool homeassistant.components.rdw.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up RDW from a config entry.
Definition at line 18 of file __init__.py.
| bool homeassistant.components.rdw.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload RDW config entry.
Definition at line 39 of file __init__.py.
| list homeassistant.components.rdw.PLATFORMS = [Platform.BINARY_SENSOR, Platform.SENSOR] |
Definition at line 15 of file __init__.py.