Namespaces | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| fan | |
| light | |
| sensor | |
| switch | |
Functions | |
| def | _ModernFormsDeviceEntityT |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
The Modern Forms integration.
|
private |
Definition at line 58 of file __init__.py.
| bool homeassistant.components.modern_forms.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a Modern Forms device from a config entry.
Definition at line 29 of file __init__.py.
| bool homeassistant.components.modern_forms.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Modern Forms config entry.
Definition at line 45 of file __init__.py.
|
private |
Definition at line 26 of file __init__.py.
| list homeassistant.components.modern_forms.PLATFORMS |
Definition at line 19 of file __init__.py.