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:18:52 +0300
committerGitHub <noreply@github.com>2023-06-12 01:18:52 +0300
commitb2b88b3c0c3e2476ce02988fc884e96bb903e2f8 (patch)
tree74c1c55e3a8c8d4139512d300dc27b7fbb699f57
parente462b72ef942fe2ab0bec07e6a16491db10a036f (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 82f8bba..e7572c5 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"
}
}
}