Home Assistant Unofficial Reference 2024.12.1
button.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.button.ButtonGroup
 

Namespaces

 homeassistant.components.group.button
 

Functions

ButtonGroup homeassistant.components.group.button.async_create_preview_button (HomeAssistant hass, str name, dict[str, Any] validated_config)
 
None homeassistant.components.group.button.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.group.button.async_setup_platform (HomeAssistant _, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None __=None)
 

Variables

string homeassistant.components.group.button.DEFAULT_NAME = "Button group"
 
int homeassistant.components.group.button.PARALLEL_UPDATES = 0
 
 homeassistant.components.group.button.PLATFORM_SCHEMA