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