From f06f3ee2e5055e6a62f3d3acfb3011bf8cee06e5 Mon Sep 17 00:00:00 2001 From: Antoine Rahier Date: Thu, 24 Oct 2019 11:09:42 +0200 Subject: [PATCH 1/3] Add Netatmo specific states --- translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 523eeca227..e1ff824606 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1864,7 +1864,9 @@ "comfort": "Comfort", "home": "Home", "sleep": "Sleep", - "activity": "Activity" + "activity": "Activity", + "Frost Guard": "Frost Guard", + "Schedule": "Schedule" }, "hvac_action": { "off": "Off", From 44d14582299cc5b933acf332da599a80e3e3492a Mon Sep 17 00:00:00 2001 From: Antoine Rahier Date: Thu, 24 Oct 2019 11:16:41 +0200 Subject: [PATCH 2/3] Revert "Add Netatmo specific states" Wrong file ! This reverts commit f06f3ee2e5055e6a62f3d3acfb3011bf8cee06e5. --- translations/en.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/translations/en.json b/translations/en.json index e1ff824606..523eeca227 100644 --- a/translations/en.json +++ b/translations/en.json @@ -1864,9 +1864,7 @@ "comfort": "Comfort", "home": "Home", "sleep": "Sleep", - "activity": "Activity", - "Frost Guard": "Frost Guard", - "Schedule": "Schedule" + "activity": "Activity" }, "hvac_action": { "off": "Off", From 13fbc813cd53a20dd3621f491862d56438791053 Mon Sep 17 00:00:00 2001 From: Antoine Rahier Date: Thu, 24 Oct 2019 11:20:06 +0200 Subject: [PATCH 3/3] Add Netatmo thermostat states --- src/translations/en.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 4c0b4be9e2..e6b325d5bc 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -323,7 +323,9 @@ "comfort": "Comfort", "home": "Home", "sleep": "Sleep", - "activity": "Activity" + "activity": "Activity", + "Frost Guard": "Frost Guard", + "Schedule": "Schedule" }, "hvac_action": { "off": "Off",