From 3f32490ae62ba757e081e4a80d9a54a676647f62 Mon Sep 17 00:00:00 2001 From: Ryan <2199132+rsnodgrass@users.noreply.github.com> Date: Sun, 15 Dec 2019 23:41:32 -0800 Subject: [PATCH] Fixed "condtion_type" to "condition_type" (#29984) Fixed "condtion_type" to "condition_type" --- homeassistant/components/fan/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/fan/strings.json b/homeassistant/components/fan/strings.json index 134119f41ff..98c3012c123 100644 --- a/homeassistant/components/fan/strings.json +++ b/homeassistant/components/fan/strings.json @@ -1,6 +1,6 @@ { "device_automation": { - "condtion_type": { + "condition_type": { "is_on": "{entity_name} is on", "is_off": "{entity_name} is off" },