From dd3adedd99633020306cce0990ff365afb05c3c1 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Sun, 28 Jun 2020 05:07:26 -0400 Subject: [PATCH] Fix typo in release post (#13856) --- source/_posts/2020-06-24-release-112.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-06-24-release-112.markdown b/source/_posts/2020-06-24-release-112.markdown index 40225d4b6f4..8485966a0b0 100644 --- a/source/_posts/2020-06-24-release-112.markdown +++ b/source/_posts/2020-06-24-release-112.markdown @@ -113,7 +113,7 @@ An example that tests if the alarm is in any of the specified states: ```yaml condition: - platform: state - entity_id: alarm_control_pane.home + entity_id: alarm_control_panel.home state: - armed_home - armed_away