Home Assistant Unofficial Reference 2024.12.1
button.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.button.MqttButton
 

Namespaces

 homeassistant.components.mqtt.button
 

Functions

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

Variables

string homeassistant.components.mqtt.button.CONF_PAYLOAD_PRESS = "payload_press"
 
string homeassistant.components.mqtt.button.DEFAULT_NAME = "MQTT Button"
 
string homeassistant.components.mqtt.button.DEFAULT_PAYLOAD_PRESS = "PRESS"
 
 homeassistant.components.mqtt.button.DISCOVERY_SCHEMA = PLATFORM_SCHEMA_MODERN.extend({}, extra=vol.REMOVE_EXTRA)
 
int homeassistant.components.mqtt.button.PARALLEL_UPDATES = 0
 
 homeassistant.components.mqtt.button.PLATFORM_SCHEMA_MODERN