Namespaces | |
| button | |
| config_flow | |
| const | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.BUTTON, Platform.SENSOR] |
The Modem Caller ID integration.
| bool homeassistant.components.modem_callerid.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Modem Caller ID from a config entry.
Definition at line 15 of file __init__.py.
| bool homeassistant.components.modem_callerid.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 30 of file __init__.py.
| list homeassistant.components.modem_callerid.PLATFORMS = [Platform.BUTTON, Platform.SENSOR] |
Definition at line 12 of file __init__.py.