Namespaces | |
| api | |
| application_credentials | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| device_trigger | |
| entity | |
| light | |
| lock | |
| number | |
| sensor | |
| services | |
| siren | |
| switch | |
| valve | |
Classes | |
| class | YoLinkHomeMessageListener |
| class | YoLinkHomeStore |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| list | PLATFORMS |
| SCAN_INTERVAL = timedelta(minutes=5) | |
The yolink integration.
| bool homeassistant.components.yolink.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up YoLink.
Definition at line 108 of file __init__.py.
| bool homeassistant.components.yolink.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up yolink from a config entry.
Definition at line 116 of file __init__.py.
| bool homeassistant.components.yolink.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 178 of file __init__.py.
| homeassistant.components.yolink.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 36 of file __init__.py.
| list homeassistant.components.yolink.PLATFORMS |
Definition at line 39 of file __init__.py.
| homeassistant.components.yolink.SCAN_INTERVAL = timedelta(minutes=5) |
Definition at line 34 of file __init__.py.