Go to the source code of this file.
Classes | |
| class | homeassistant.components.group.binary_sensor.BinarySensorGroup |
Namespaces | |
| homeassistant.components.group.binary_sensor | |
Functions | |
| BinarySensorGroup | homeassistant.components.group.binary_sensor.async_create_preview_binary_sensor (HomeAssistant hass, str name, dict[str, Any] validated_config) |
| None | homeassistant.components.group.binary_sensor.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
| None | homeassistant.components.group.binary_sensor.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | homeassistant.components.group.binary_sensor.CONF_ALL = "all" |
| string | homeassistant.components.group.binary_sensor.DEFAULT_NAME = "Binary Sensor Group" |
| homeassistant.components.group.binary_sensor.PLATFORM_SCHEMA | |
| string | homeassistant.components.group.binary_sensor.REG_KEY = f"{BINARY_SENSOR_DOMAIN}_registry" |