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:40:04 +0300
committerGitHub <noreply@github.com>2023-06-12 01:40:04 +0300
commit4cb42dbbb9c22827fc9c2aabe3fb30728cd3f870 (patch)
tree94a501a5e99339abf84f44269ccc779a745f5323
parentb2b88b3c0c3e2476ce02988fc884e96bb903e2f8 (diff)
Update water_heater.en.json
-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"
}
}
}