Namespaces | |
| binary_sensor | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| light | |
| number | |
| select | |
| sensor | |
| switch | |
Functions | |
| None | _async_migrate_unique_ids (HomeAssistant hass, ConfigEntry entry, AsyncSleepIQ gateway) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| list | PLATFORMS |
Support for SleepIQ from SleepNumber.
|
private |
Migrate old unique ids.
Definition at line 123 of file __init__.py.
| bool homeassistant.components.sleepiq.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up sleepiq component.
Definition at line 55 of file __init__.py.
| bool homeassistant.components.sleepiq.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up the SleepIQ config entry.
Definition at line 67 of file __init__.py.
| bool homeassistant.components.sleepiq.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload the config entry.
Definition at line 116 of file __init__.py.
|
private |
Definition at line 32 of file __init__.py.
| homeassistant.components.sleepiq.CONFIG_SCHEMA |
Definition at line 44 of file __init__.py.
| list homeassistant.components.sleepiq.PLATFORMS |
Definition at line 34 of file __init__.py.