Home Assistant Unofficial Reference 2024.12.1
scene.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.scene.MqttScene
 

Namespaces

 homeassistant.components.mqtt.scene
 

Functions

None homeassistant.components.mqtt.scene.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.mqtt.scene.DEFAULT_NAME = "MQTT Scene"
 
bool homeassistant.components.mqtt.scene.DEFAULT_RETAIN = False
 
 homeassistant.components.mqtt.scene.DISCOVERY_SCHEMA = PLATFORM_SCHEMA_MODERN.extend({}, extra=vol.REMOVE_EXTRA)
 
string homeassistant.components.mqtt.scene.ENTITY_ID_FORMAT = scene.DOMAIN + ".{}"
 
int homeassistant.components.mqtt.scene.PARALLEL_UPDATES = 0
 
 homeassistant.components.mqtt.scene.PLATFORM_SCHEMA_MODERN