Home Assistant Unofficial Reference
2024.12.1
Variables
homeassistant.components.mqtt.light.schema Namespace Reference
Variables
MQTT_LIGHT_SCHEMA_SCHEMA
Detailed Description
Shared schema code.
Variable Documentation
◆
MQTT_LIGHT_SCHEMA_SCHEMA
homeassistant.components.mqtt.light.schema.MQTT_LIGHT_SCHEMA_SCHEMA
Initial value:
1
= vol.Schema(
2
{
3
vol.Optional(CONF_SCHEMA, default=
"basic"
): vol.All(
4
vol.Lower, vol.Any(
"basic"
,
"json"
,
"template"
)
5
)
6
}
7
)
Definition at line
7
of file
schema.py
.
homeassistant
components
mqtt
light
schema
Generated by
1.9.1