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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2023-06-12 15:46:00 +0300
committerGitHub <noreply@github.com>2023-06-12 15:46:00 +0300
commit88443fdedec35ce1aa5162af5e013d9f1a27bdce (patch)
tree90c632a298c534c9c1c469012956967a915d2694
parent44e7ecb5281d8615ac88104da620b422a275440c (diff)
parent95a61f253d40ebaf127e1f01a6dcbcd297471111 (diff)
Merge pull request #46 from Kvasenok/masterHEADmaster
Update translations
-rw-r--r--custom_components/skykettle/manifest.json10
-rw-r--r--custom_components/skykettle/translations/water_heater.en.json18
-rw-r--r--custom_components/skykettle/translations/water_heater.ru.json16
3 files changed, 24 insertions, 20 deletions
diff --git a/custom_components/skykettle/manifest.json b/custom_components/skykettle/manifest.json
index 2517ea9..e234a76 100644
--- a/custom_components/skykettle/manifest.json
+++ b/custom_components/skykettle/manifest.json
@@ -1,12 +1,12 @@
{
"domain": "skykettle",
"name": "SkyKettle",
- "version": "2.1",
- "dependencies": ["bluetooth"],
- "requirements": [],
"codeowners": ["@clusterm"],
"config_flow": true,
- "iot_class": "local_polling",
+ "dependencies": ["bluetooth"],
"documentation": "https://github.com/ClusterM/skykettle-ha/blob/master/README.md",
- "issue_tracker": "https://github.com/ClusterM/skykettle-ha/issues"
+ "iot_class": "local_polling",
+ "issue_tracker": "https://github.com/ClusterM/skykettle-ha/issues",
+ "requirements": [],
+ "version": "2.1"
}
diff --git a/custom_components/skykettle/translations/water_heater.en.json b/custom_components/skykettle/translations/water_heater.en.json
index fac4141..e7572c5 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"
+ }
}
}
}
diff --git a/custom_components/skykettle/translations/water_heater.ru.json b/custom_components/skykettle/translations/water_heater.ru.json
index e53e173..9e0dcbd 100644
--- a/custom_components/skykettle/translations/water_heater.ru.json
+++ b/custom_components/skykettle/translations/water_heater.ru.json
@@ -1,12 +1,14 @@
{
- "state": {
+ "entity_component": {
"_": {
- "off": "Выключено",
- "Boil": "Кипячение",
- "Boil+Heat": "Кипячение+Подогрев",
- "Heat": "Подогрев",
- "Lamp": "Светильник",
- "Light": "Подсветка"
+ "state": {
+ "off": "Выключено",
+ "Boil": "Кипячение",
+ "Boil+Heat": "Кипячение + Подогрев",
+ "Heat": "Подогрев",
+ "Lamp": "Светильник",
+ "Light": "Подсветка"
+ }
}
}
}