mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Fix condition typo (#29989)
This commit is contained in:
@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user