Fix condition typo (#29989)

This commit is contained in:
Paulus Schoutsen 2019-12-16 09:33:11 +01:00 committed by GitHub
parent 3f32490ae6
commit b058742404
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ def _custom_tasks(template, info) -> None:
info.update_strings(
device_automation={
**info.strings().get("device_automation", {}),
"condtion_type": {
"condition_type": {
"is_on": "{entity_name} is on",
"is_off": "{entity_name} is off",
},