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 15:19:53 +0300
committerGitHub <noreply@github.com>2023-06-12 15:19:53 +0300
commit0cde123d2faa685f1633c3991df8cafc6471209a (patch)
treedf7fae73cb53ed6656a02c47cdb8f58cdb200819
parentc7c78408e992bd6c7bc02a2845cc60f74a2e7983 (diff)
Update water_heater.en.json
small edits
-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 82f8bba..78a4351 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",
+ "Hoil+Heat": "Boiling + Heating",
+ "Heat": "Heating",
+ "Lamp": "Lamp",
+ "Light": "Light"
}
}
}