Namespaces | |
| api | |
| application_credentials | |
| binary_sensor | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| helpers | |
| number | |
| select | |
| sensor | |
| switch | |
| update | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, MyUplinkConfigEntry config_entry, DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, MyUplinkConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | create_devices (HomeAssistant hass, ConfigEntry config_entry, MyUplinkDataCoordinator coordinator) |
Variables | |
| MyUplinkConfigEntry | |
The myUplink integration.
| bool homeassistant.components.myuplink.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| MyUplinkConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove myuplink config entry from a device.
Definition at line 103 of file __init__.py.
| bool homeassistant.components.myuplink.async_setup_entry | ( | HomeAssistant | hass, |
| MyUplinkConfigEntry | config_entry | ||
| ) |
Set up myUplink from a config entry.
Definition at line 37 of file __init__.py.
| bool homeassistant.components.myuplink.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 76 of file __init__.py.
| None homeassistant.components.myuplink.create_devices | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| MyUplinkDataCoordinator | coordinator | ||
| ) |
Update all devices.
Definition at line 82 of file __init__.py.
| homeassistant.components.myuplink.MyUplinkConfigEntry |
Definition at line 34 of file __init__.py.