From c756457aa17ef425e2dc6caa15b639476b642225 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Tue, 29 Dec 2020 14:40:52 +0200 Subject: [PATCH] Fix typo in sensor names (#44598) Fixes home-assistant/core#44464 --- homeassistant/components/jewish_calendar/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/jewish_calendar/__init__.py b/homeassistant/components/jewish_calendar/__init__.py index 70d55a74b98..d1474c3cf5f 100644 --- a/homeassistant/components/jewish_calendar/__init__.py +++ b/homeassistant/components/jewish_calendar/__init__.py @@ -26,8 +26,8 @@ SENSOR_TYPES = { "talit": ["Talit and Tefillin", "mdi:calendar-clock"], "gra_end_shma": ['Latest time for Shma Gr"a', "mdi:calendar-clock"], "mga_end_shma": ['Latest time for Shma MG"A', "mdi:calendar-clock"], - "gra_end_tfila": ['Latest time for Tefilla MG"A', "mdi:calendar-clock"], - "mga_end_tfila": ['Latest time for Tefilla Gr"a', "mdi:calendar-clock"], + "gra_end_tfila": ['Latest time for Tefilla Gr"a', "mdi:calendar-clock"], + "mga_end_tfila": ['Latest time for Tefilla MG"A', "mdi:calendar-clock"], "big_mincha": ["Mincha Gedola", "mdi:calendar-clock"], "small_mincha": ["Mincha Ketana", "mdi:calendar-clock"], "plag_mincha": ["Plag Hamincha", "mdi:weather-sunset-down"],