Namespaces | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| diagnostics | |
| entity | |
| model | |
| number | |
| scene | |
| select | |
| sensor | |
| shade_data | |
| util | |
Functions | |
| None | _async_add_missing_entry_unique_id (HomeAssistant hass, PowerviewConfigEntry entry) |
| None | _migrate_unique_ids (HomeAssistant hass, PowerviewConfigEntry entry) |
| bool | async_migrate_entry (HomeAssistant hass, PowerviewConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, PowerviewConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, PowerviewConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | PARALLEL_UPDATES = 1 |
| list | PLATFORMS |
The Hunter Douglas PowerView integration.
|
private |
Add the unique id if its missing.
Definition at line 136 of file __init__.py.
|
private |
Migrate int based unique ids to str.
Definition at line 148 of file __init__.py.
| bool homeassistant.components.hunterdouglas_powerview.async_migrate_entry | ( | HomeAssistant | hass, |
| PowerviewConfigEntry | entry | ||
| ) |
Migrate entry.
Definition at line 118 of file __init__.py.
| bool homeassistant.components.hunterdouglas_powerview.async_setup_entry | ( | HomeAssistant | hass, |
| PowerviewConfigEntry | entry | ||
| ) |
Set up Hunter Douglas PowerView from a config entry.
Definition at line 36 of file __init__.py.
| bool homeassistant.components.hunterdouglas_powerview.async_unload_entry | ( | HomeAssistant | hass, |
| PowerviewConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 113 of file __init__.py.
|
private |
Definition at line 33 of file __init__.py.
| int homeassistant.components.hunterdouglas_powerview.PARALLEL_UPDATES = 1 |
Definition at line 22 of file __init__.py.
| list homeassistant.components.hunterdouglas_powerview.PLATFORMS |
Definition at line 25 of file __init__.py.