1 """Constants for the Template Platform Components."""
8 CONF_ATTRIBUTE_TEMPLATES =
"attribute_templates"
9 CONF_ATTRIBUTES =
"attributes"
10 CONF_AVAILABILITY =
"availability"
11 CONF_AVAILABILITY_TEMPLATE =
"availability_template"
12 CONF_CONDITION =
"condition"
15 CONF_OBJECT_ID =
"object_id"
16 CONF_PICTURE =
"picture"
19 CONF_TRIGGER =
"trigger"
20 CONF_TURN_OFF =
"turn_off"
21 CONF_TURN_ON =
"turn_on"
25 PLATFORM_STORAGE_KEY =
"template_platforms"
28 Platform.ALARM_CONTROL_PANEL,
29 Platform.BINARY_SENSOR,
44 TEMPLATE_BLUEPRINT_SCHEMA = BLUEPRINT_SCHEMA
48 """Dummy class to allow adding attributes."""
50 raw_config: ConfigType |
None =
None
51 raw_blueprint_inputs: ConfigType |
None =
None