Go to the source code of this file.
Classes | |
| class | homeassistant.components.group.light.LightGroup |
Namespaces | |
| homeassistant.components.group.light | |
Functions | |
| LightGroup | homeassistant.components.group.light.async_create_preview_light (HomeAssistant hass, str name, dict[str, Any] validated_config) |
| None | homeassistant.components.group.light.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| None | homeassistant.components.group.light.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.group.light._LOGGER = logging.getLogger(__name__) | |
| string | homeassistant.components.group.light.CONF_ALL = "all" |
| string | homeassistant.components.group.light.DEFAULT_NAME = "Light Group" |
| homeassistant.components.group.light.FORWARDED_ATTRIBUTES | |
| int | homeassistant.components.group.light.PARALLEL_UPDATES = 0 |
| homeassistant.components.group.light.PLATFORM_SCHEMA | |
| tuple | homeassistant.components.group.light.SUPPORT_GROUP_LIGHT |