Home Assistant Unofficial Reference 2024.12.1
select.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mqtt.select.MqttSelect
 

Namespaces

 homeassistant.components.mqtt.select
 

Functions

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

Variables

 homeassistant.components.mqtt.select._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mqtt.select.DEFAULT_NAME = "MQTT Select"
 
 homeassistant.components.mqtt.select.DISCOVERY_SCHEMA = vol.All(PLATFORM_SCHEMA_MODERN.extend({}, extra=vol.REMOVE_EXTRA))
 
 homeassistant.components.mqtt.select.MQTT_SELECT_ATTRIBUTES_BLOCKED
 
int homeassistant.components.mqtt.select.PARALLEL_UPDATES = 0
 
 homeassistant.components.mqtt.select.PLATFORM_SCHEMA_MODERN