Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/skykettle-ha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom_components/skykettle/translations/water_heater.en.json16
1 files changed, 7 insertions, 9 deletions
diff --git a/custom_components/skykettle/translations/water_heater.en.json b/custom_components/skykettle/translations/water_heater.en.json
index e7572c5..921d8d9 100644
--- a/custom_components/skykettle/translations/water_heater.en.json
+++ b/custom_components/skykettle/translations/water_heater.en.json
@@ -1,14 +1,12 @@
{
- "entity_component": {
+ "state": {
"_": {
- "state": {
- "off": "Off",
- "Boil": "Boiling",
- "Boil+Heat": "Boiling + Heating",
- "Heat": "Heating",
- "Lamp": "Lamp",
- "Light": "Light"
- }
+ "off": "Off",
+ "Boil": "Boiling",
+ "Boil+Heat": "Boiling + Heating",
+ "Heat": "Heating",
+ "Lamp": "Lamp",
+ "Light": "Light"
}
}
}