Namespaces | |
| alarm_control_panel | |
| binary_sensor | |
| climate | |
| config_flow | |
| const | |
| entity | |
| light | |
| sensor | |
| switch | |
| water_heater | |
Functions | |
| def | _HiveEntityT |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, DeviceEntry device_entry) |
| None | async_remove_entry (HomeAssistant hass, ConfigEntry entry) |
| 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 | |
Support for the Hive devices and services.
|
private |
Definition at line 128 of file __init__.py.
| bool homeassistant.components.hive.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| DeviceEntry | device_entry | ||
| ) |
Remove a config entry from a device.
Definition at line 121 of file __init__.py.
| None homeassistant.components.hive.async_remove_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove a config entry.
Definition at line 112 of file __init__.py.
| bool homeassistant.components.hive.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Hive configuration setup.
Definition at line 47 of file __init__.py.
| bool homeassistant.components.hive.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Hive from a config entry.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.hive.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 103 of file __init__.py.
|
private |
Definition at line 28 of file __init__.py.
| homeassistant.components.hive.CONFIG_SCHEMA |
Definition at line 30 of file __init__.py.