Go to the source code of this file.
Classes | |
| class | homeassistant.components.mqtt.valve.MqttValve |
Namespaces | |
| homeassistant.components.mqtt.valve | |
Functions | |
| ConfigType | homeassistant.components.mqtt.valve._validate_and_add_defaults (ConfigType config) |
| None | homeassistant.components.mqtt.valve.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| homeassistant.components.mqtt.valve._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.mqtt.valve._PLATFORM_SCHEMA_BASE | |
| string | homeassistant.components.mqtt.valve.CONF_REPORTS_POSITION = "reports_position" |
| string | homeassistant.components.mqtt.valve.DEFAULT_NAME = "MQTT Valve" |
| dictionary | homeassistant.components.mqtt.valve.DEFAULTS |
| homeassistant.components.mqtt.valve.DISCOVERY_SCHEMA | |
| homeassistant.components.mqtt.valve.MQTT_VALVE_ATTRIBUTES_BLOCKED | |
| tuple | homeassistant.components.mqtt.valve.NO_POSITION_KEYS |
| int | homeassistant.components.mqtt.valve.PARALLEL_UPDATES = 0 |
| homeassistant.components.mqtt.valve.PLATFORM_SCHEMA_MODERN = vol.All(_PLATFORM_SCHEMA_BASE, _validate_and_add_defaults) | |
| string | homeassistant.components.mqtt.valve.RESET_CLOSING_OPENING = "reset_opening_closing" |