Class to hold a registry of integrations.
Definition at line 165 of file registry.py.
◆ __init__()
| None homeassistant.components.group.registry.GroupIntegrationRegistry.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ exclude_domain()
| None homeassistant.components.group.registry.GroupIntegrationRegistry.exclude_domain |
( |
|
self, |
|
|
str |
domain |
|
) |
| |
Exclude the current domain.
Definition at line 180 of file registry.py.
◆ on_off_states()
| None homeassistant.components.group.registry.GroupIntegrationRegistry.on_off_states |
( |
|
self, |
|
|
Platform | str |
domain, |
|
|
set[str] |
on_states, |
|
|
str |
default_on_state, |
|
|
str |
off_state |
|
) |
| |
Register on and off states for the current domain.
Legacy group support will not be extended for new domains.
Definition at line 185 of file registry.py.
◆ exclude_domains
| homeassistant.components.group.registry.GroupIntegrationRegistry.exclude_domains |
◆ hass
| homeassistant.components.group.registry.GroupIntegrationRegistry.hass |
The documentation for this class was generated from the following file: