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:
authorKvasenok <44749170+Kvasenok@users.noreply.github.com>2023-06-12 01:16:46 +0300
committerGitHub <noreply@github.com>2023-06-12 01:16:46 +0300
commite462b72ef942fe2ab0bec07e6a16491db10a036f (patch)
treec3c39241fca353bb6fb610b20709bad062275e29
parent5cff6a14ab29d3f62ec72ead7bb542e5359961a3 (diff)
Update water_heater.en.json
-rw-r--r--custom_components/skykettle/translations/water_heater.en.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/custom_components/skykettle/translations/water_heater.en.json b/custom_components/skykettle/translations/water_heater.en.json
index e7572c5..82f8bba 100644
--- a/custom_components/skykettle/translations/water_heater.en.json
+++ b/custom_components/skykettle/translations/water_heater.en.json
@@ -3,11 +3,11 @@
"_": {
"state": {
"off": "Off",
- "Boil": "Boiling",
- "Boil+Heat": "Boiling + Heating",
- "Heat": "Heating",
- "Lamp": "Lamp",
- "Light": "Light"
+ "boil": "Boiling",
+ "boil+heat": "Boiling + Heating",
+ "heat": "Heating",
+ "lamp": "Lamp",
+ "light": "Light"
}
}
}