diff --git a/custom_components/hon/const.py b/custom_components/hon/const.py index 398f88a..fb93850 100644 --- a/custom_components/hon/const.py +++ b/custom_components/hon/const.py @@ -183,8 +183,8 @@ AC_HUMAN_SENSE = { REF_ZONES = { "fridge": "REF.ZONES.FRIDGE", "freezer": "REF.ZONES.FREEZER", - "vtRoom1": "REF.ZONES.MY_ZONE_1", - "[fridge|freezer]": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"], + "vtroom1": "REF.ZONES.MY_ZONE_1", + "fridge_freezer": ["REF.ZONES.FRIDGE", " & ", "REF.ZONES.FREEZER"], } PROGRAMS_TD = [ diff --git a/custom_components/hon/manifest.json b/custom_components/hon/manifest.json index 6762874..a07b706 100644 --- a/custom_components/hon/manifest.json +++ b/custom_components/hon/manifest.json @@ -9,7 +9,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/Andre0512/hon/issues", "requirements": [ - "pyhOn==0.11.0" + "pyhOn==0.11.1" ], "version": "0.8.0-beta.5" } diff --git a/custom_components/hon/translations/cs.json b/custom_components/hon/translations/cs.json index 2dba578..ec0f574 100644 --- a/custom_components/hon/translations/cs.json +++ b/custom_components/hon/translations/cs.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Chladnička", "freezer": "Mraznička", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Chladnička & Mraznička" + "vtroom1": "My Zone", + "fridge_freezer": "Chladnička & Mraznička" }, "name": "Zóna" } diff --git a/custom_components/hon/translations/de.json b/custom_components/hon/translations/de.json index 2bb040c..d8068b4 100644 --- a/custom_components/hon/translations/de.json +++ b/custom_components/hon/translations/de.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Kühlschrank", "freezer": "Gefrierschrank", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Kühlschrank & Gefrierschrank" + "vtroom1": "My Zone", + "fridge_freezer": "Kühlschrank & Gefrierschrank" }, "name": "Zone" } diff --git a/custom_components/hon/translations/el.json b/custom_components/hon/translations/el.json index 0a95dc4..e6d6f29 100644 --- a/custom_components/hon/translations/el.json +++ b/custom_components/hon/translations/el.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Ψυγείο", "freezer": "Καταψύκτης", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Ψυγείο & Καταψύκτης" + "vtroom1": "My Zone", + "fridge_freezer": "Ψυγείο & Καταψύκτης" }, "name": "Ζώνη" } diff --git a/custom_components/hon/translations/en.json b/custom_components/hon/translations/en.json index 8556936..9616ad5 100644 --- a/custom_components/hon/translations/en.json +++ b/custom_components/hon/translations/en.json @@ -1235,8 +1235,8 @@ "state": { "fridge": "Fridge", "freezer": "Freezer", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Fridge & Freezer" + "vtroom1": "My Zone", + "fridge_freezer": "Fridge & Freezer" }, "name": "Zone" } diff --git a/custom_components/hon/translations/es.json b/custom_components/hon/translations/es.json index dfb7e48..37e1747 100644 --- a/custom_components/hon/translations/es.json +++ b/custom_components/hon/translations/es.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Frigorífico", "freezer": "Congelador", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Frigorífico & Congelador" + "vtroom1": "My Zone", + "fridge_freezer": "Frigorífico & Congelador" }, "name": "Zona" } diff --git a/custom_components/hon/translations/fr.json b/custom_components/hon/translations/fr.json index 1b286eb..89f8ebd 100644 --- a/custom_components/hon/translations/fr.json +++ b/custom_components/hon/translations/fr.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Réfrigérateur", "freezer": "Congélateur", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Réfrigérateur & Congélateur" + "vtroom1": "My Zone", + "fridge_freezer": "Réfrigérateur & Congélateur" }, "name": "Zone" } diff --git a/custom_components/hon/translations/he.json b/custom_components/hon/translations/he.json index dbe576b..32370f7 100644 --- a/custom_components/hon/translations/he.json +++ b/custom_components/hon/translations/he.json @@ -509,8 +509,8 @@ "state": { "fridge": "Fridge", "freezer": "Freezer", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Fridge & Freezer" + "vtroom1": "My Zone", + "fridge_freezer": "Fridge & Freezer" }, "name": "Zone" } diff --git a/custom_components/hon/translations/hr.json b/custom_components/hon/translations/hr.json index a2a35d9..ad83654 100644 --- a/custom_components/hon/translations/hr.json +++ b/custom_components/hon/translations/hr.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Hladnjak", "freezer": "Zamrzivač", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Hladnjak & Zamrzivač" + "vtroom1": "My Zone", + "fridge_freezer": "Hladnjak & Zamrzivač" }, "name": "Zona" } diff --git a/custom_components/hon/translations/it.json b/custom_components/hon/translations/it.json index e84d3a7..aee11ae 100644 --- a/custom_components/hon/translations/it.json +++ b/custom_components/hon/translations/it.json @@ -1113,8 +1113,8 @@ "state": { "fridge": "Frigorifero", "freezer": "Congelatore", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Frigorifero & Congelatore" + "vtroom1": "My Zone", + "fridge_freezer": "Frigorifero & Congelatore" }, "name": "Zona" } diff --git a/custom_components/hon/translations/nl.json b/custom_components/hon/translations/nl.json index 3049f65..b5f63e1 100644 --- a/custom_components/hon/translations/nl.json +++ b/custom_components/hon/translations/nl.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Koelkast", "freezer": "Vriezer", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Koelkast & Vriezer" + "vtroom1": "My Zone", + "fridge_freezer": "Koelkast & Vriezer" }, "name": "Zone" } diff --git a/custom_components/hon/translations/pl.json b/custom_components/hon/translations/pl.json index 529af01..1abd892 100644 --- a/custom_components/hon/translations/pl.json +++ b/custom_components/hon/translations/pl.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Lodówka", "freezer": "Zamrażarka", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Lodówka & Zamrażarka" + "vtroom1": "My Zone", + "fridge_freezer": "Lodówka & Zamrażarka" }, "name": "Strefa" } diff --git a/custom_components/hon/translations/pt.json b/custom_components/hon/translations/pt.json index 3baa522..12ed37e 100644 --- a/custom_components/hon/translations/pt.json +++ b/custom_components/hon/translations/pt.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Frigorífico", "freezer": "Congelador", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Frigorífico & Congelador" + "vtroom1": "My Zone", + "fridge_freezer": "Frigorífico & Congelador" }, "name": "Zona" } diff --git a/custom_components/hon/translations/ro.json b/custom_components/hon/translations/ro.json index f272bc8..f8f8329 100644 --- a/custom_components/hon/translations/ro.json +++ b/custom_components/hon/translations/ro.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Frigider", "freezer": "Congelator", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Frigider & Congelator" + "vtroom1": "My Zone", + "fridge_freezer": "Frigider & Congelator" }, "name": "Zonă" } diff --git a/custom_components/hon/translations/ru.json b/custom_components/hon/translations/ru.json index 67a4885..0b7c819 100644 --- a/custom_components/hon/translations/ru.json +++ b/custom_components/hon/translations/ru.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Холодильник", "freezer": "Морозильник", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Холодильник & Морозильник" + "vtroom1": "My Zone", + "fridge_freezer": "Холодильник & Морозильник" }, "name": "Зона" } diff --git a/custom_components/hon/translations/sk.json b/custom_components/hon/translations/sk.json index 82ffc9d..e883362 100644 --- a/custom_components/hon/translations/sk.json +++ b/custom_components/hon/translations/sk.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Chladnička", "freezer": "Mraznička", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Chladnička & Mraznička" + "vtroom1": "My Zone", + "fridge_freezer": "Chladnička & Mraznička" }, "name": "Zóna" } diff --git a/custom_components/hon/translations/sl.json b/custom_components/hon/translations/sl.json index 0e6fbe8..eb5dbab 100644 --- a/custom_components/hon/translations/sl.json +++ b/custom_components/hon/translations/sl.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Hladilnik", "freezer": "Zamrzovalnik", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Hladilnik & Zamrzovalnik" + "vtroom1": "My Zone", + "fridge_freezer": "Hladilnik & Zamrzovalnik" }, "name": "Cona" } diff --git a/custom_components/hon/translations/sr.json b/custom_components/hon/translations/sr.json index bd741df..18694e1 100644 --- a/custom_components/hon/translations/sr.json +++ b/custom_components/hon/translations/sr.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Frižider", "freezer": "Zamrzivač", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Frižider & Zamrzivač" + "vtroom1": "My Zone", + "fridge_freezer": "Frižider & Zamrzivač" }, "name": "Zona" } diff --git a/custom_components/hon/translations/tr.json b/custom_components/hon/translations/tr.json index d305dea..32654c7 100644 --- a/custom_components/hon/translations/tr.json +++ b/custom_components/hon/translations/tr.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "Buzdolabı", "freezer": "Dondurucu", - "vtRoom1": "My Zone", - "[fridge|freezer]": "Buzdolabı & Dondurucu" + "vtroom1": "My Zone", + "fridge_freezer": "Buzdolabı & Dondurucu" }, "name": "Ocak gözü" } diff --git a/custom_components/hon/translations/zh.json b/custom_components/hon/translations/zh.json index dbc86ec..4cf64bb 100644 --- a/custom_components/hon/translations/zh.json +++ b/custom_components/hon/translations/zh.json @@ -1061,8 +1061,8 @@ "state": { "fridge": "冰箱", "freezer": "冷藏箱", - "vtRoom1": "My Zone", - "[fridge|freezer]": "冰箱 & 冷藏箱" + "vtroom1": "My Zone", + "fridge_freezer": "冰箱 & 冷藏箱" }, "name": "区域" }