Skip to content
Snippets Groups Projects
Unverified Commit de5b5f6d authored by dougiteixeira's avatar dougiteixeira Committed by GitHub
Browse files

Add string for value template description in switch Template (#121865)

Add string for value template descrition in switch Template
parent e9ea90dc
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,8 @@
"value_template": "Value template"
},
"data_description": {
"device_id": "[%key:component::template::config::step::sensor::data_description::device_id%]"
"device_id": "[%key:component::template::config::step::sensor::data_description::device_id%]",
"value_template": "Defines a template to set the state of the switch. If not defined, the switch will optimistically assume all commands are successful."
},
"title": "Template switch"
}
......@@ -159,7 +160,8 @@
"turn_on": "[%key:component::template::config::step::switch::data::turn_on%]"
},
"data_description": {
"device_id": "[%key:component::template::config::step::sensor::data_description::device_id%]"
"device_id": "[%key:component::template::config::step::sensor::data_description::device_id%]",
"value_template": "[%key:component::template::config::step::switch::data_description::value_template%]"
},
"title": "[%key:component::template::config::step::switch::title%]"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment