From bf66e6f664f495d4d71cd4c70a09cdedc0d0e657 Mon Sep 17 00:00:00 2001 From: Stephen Papierski Date: Sat, 13 Feb 2021 00:18:06 -0700 Subject: [PATCH] Updated translations to align with climate and sensor entities --- custom_components/traeger/translations/en.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/custom_components/traeger/translations/en.json b/custom_components/traeger/translations/en.json index a21b07b..2b56c4c 100644 --- a/custom_components/traeger/translations/en.json +++ b/custom_components/traeger/translations/en.json @@ -22,11 +22,10 @@ "step": { "user": { "data": { - "binary_sensor": "Binary sensor enabled", - "sensor": "Sensor enabled", - "switch": "Switch enabled" + "sensor": "Sensors enabled", + "climate": "Climate entity enabled" } } } } -} \ No newline at end of file +}