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