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.json18
1 files changed, 10 insertions, 8 deletions
diff --git a/custom_components/skykettle/translations/water_heater.en.json b/custom_components/skykettle/translations/water_heater.en.json
index 9141082..82f8bba 100644
--- a/custom_components/skykettle/translations/water_heater.en.json
+++ b/custom_components/skykettle/translations/water_heater.en.json
@@ -1,12 +1,14 @@
{
- "state": {
- "skykettle": {
- "off": "Off",
- "Boil": "Boiling",
- "Boil+Heat": "Boiling + Heating",
- "Heat": "Heating",
- "Lamp": "Lamp",
- "Light": "Light"
+ "entity_component": {
+ "_": {
+ "state": {
+ "off": "Off",
+ "boil": "Boiling",
+ "boil+heat": "Boiling + Heating",
+ "heat": "Heating",
+ "lamp": "Lamp",
+ "light": "Light"
+ }
}
}
}