homeassistant 2025.10.0b1__py3-none-any.whl → 2025.10.0b4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of homeassistant might be problematic. Click here for more details.
- homeassistant/components/accuweather/manifest.json +1 -1
- homeassistant/components/accuweather/translations/ga.json +16 -1
- homeassistant/components/airos/__init__.py +37 -2
- homeassistant/components/airos/config_flow.py +24 -3
- homeassistant/components/airos/const.py +5 -0
- homeassistant/components/airos/entity.py +8 -3
- homeassistant/components/airos/strings.json +12 -0
- homeassistant/components/airos/translations/de.json +12 -0
- homeassistant/components/airos/translations/en-GB.json +12 -0
- homeassistant/components/airos/translations/en.json +12 -0
- homeassistant/components/airzone/translations/es.json +10 -0
- homeassistant/components/airzone/translations/et.json +10 -0
- homeassistant/components/airzone/translations/ga.json +10 -0
- homeassistant/components/airzone/translations/pt.json +10 -0
- homeassistant/components/alexa_devices/binary_sensor.py +36 -38
- homeassistant/components/alexa_devices/config_flow.py +2 -2
- homeassistant/components/alexa_devices/coordinator.py +1 -1
- homeassistant/components/alexa_devices/diagnostics.py +1 -3
- homeassistant/components/alexa_devices/icons.json +0 -40
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/sensor.py +13 -0
- homeassistant/components/alexa_devices/strings.json +0 -20
- homeassistant/components/alexa_devices/switch.py +27 -7
- homeassistant/components/alexa_devices/translations/bg.json +0 -13
- homeassistant/components/alexa_devices/translations/cs.json +0 -20
- homeassistant/components/alexa_devices/translations/de.json +0 -20
- homeassistant/components/alexa_devices/translations/el.json +0 -20
- homeassistant/components/alexa_devices/translations/en-GB.json +0 -20
- homeassistant/components/alexa_devices/translations/en.json +0 -20
- homeassistant/components/alexa_devices/translations/es.json +0 -20
- homeassistant/components/alexa_devices/translations/et.json +0 -20
- homeassistant/components/alexa_devices/translations/ga.json +0 -20
- homeassistant/components/alexa_devices/translations/he.json +0 -7
- homeassistant/components/alexa_devices/translations/hu.json +0 -20
- homeassistant/components/alexa_devices/translations/it.json +0 -20
- homeassistant/components/alexa_devices/translations/ja.json +0 -19
- homeassistant/components/alexa_devices/translations/lt.json +0 -20
- homeassistant/components/alexa_devices/translations/mk.json +0 -14
- homeassistant/components/alexa_devices/translations/nl.json +0 -20
- homeassistant/components/alexa_devices/translations/pl.json +0 -5
- homeassistant/components/alexa_devices/translations/pt.json +0 -20
- homeassistant/components/alexa_devices/translations/ru.json +0 -5
- homeassistant/components/alexa_devices/translations/sk.json +0 -20
- homeassistant/components/alexa_devices/translations/sv.json +0 -20
- homeassistant/components/alexa_devices/translations/tr.json +0 -5
- homeassistant/components/alexa_devices/translations/zh-Hans.json +0 -20
- homeassistant/components/alexa_devices/translations/zh-Hant.json +0 -20
- homeassistant/components/alexa_devices/utils.py +24 -1
- homeassistant/components/assist_pipeline/pipeline.py +43 -18
- homeassistant/components/assist_pipeline/translations/nl.json +1 -0
- homeassistant/components/assist_pipeline/translations/sv.json +1 -0
- homeassistant/components/blue_current/translations/es.json +44 -0
- homeassistant/components/blue_current/translations/et.json +44 -0
- homeassistant/components/blue_current/translations/ga.json +44 -0
- homeassistant/components/blue_current/translations/pt.json +44 -0
- homeassistant/components/cloud/translations/sk.json +1 -1
- homeassistant/components/comelit/config_flow.py +8 -4
- homeassistant/components/cync/translations/es.json +32 -0
- homeassistant/components/cync/translations/et.json +32 -0
- homeassistant/components/cync/translations/ga.json +32 -0
- homeassistant/components/cync/translations/pt.json +32 -0
- homeassistant/components/cync/translations/ru.json +32 -0
- homeassistant/components/ecovacs/translations/es.json +7 -1
- homeassistant/components/ecovacs/translations/et.json +7 -1
- homeassistant/components/ecovacs/translations/ga.json +6 -1
- homeassistant/components/ecovacs/translations/pt.json +4 -0
- homeassistant/components/ecovacs/translations/ru.json +4 -0
- homeassistant/components/edl21/translations/de.json +1 -1
- homeassistant/components/ekeybionyx/translations/es.json +66 -0
- homeassistant/components/ekeybionyx/translations/et.json +66 -0
- homeassistant/components/ekeybionyx/translations/ga.json +66 -0
- homeassistant/components/ekeybionyx/translations/pt.json +66 -0
- homeassistant/components/elvia/translations/de.json +3 -3
- homeassistant/components/esphome/manager.py +1 -1
- homeassistant/components/esphome/manifest.json +1 -1
- homeassistant/components/esphome/translations/nl.json +1 -1
- homeassistant/components/esphome/translations/sv.json +1 -1
- homeassistant/components/ezviz/entity.py +12 -6
- homeassistant/components/file/translations/es.json +31 -0
- homeassistant/components/file/translations/et.json +31 -0
- homeassistant/components/file/translations/ga.json +31 -0
- homeassistant/components/file/translations/pt.json +31 -0
- homeassistant/components/file/translations/ru.json +31 -0
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/geniushub/entity.py +4 -4
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +6 -0
- homeassistant/components/habitica/translations/ga.json +24 -0
- homeassistant/components/hassio/translations/es.json +4 -0
- homeassistant/components/hassio/translations/et.json +4 -0
- homeassistant/components/hassio/translations/ga.json +4 -0
- homeassistant/components/hassio/translations/pt.json +4 -0
- homeassistant/components/hassio/translations/ru.json +4 -0
- homeassistant/components/here_travel_time/translations/es.json +6 -0
- homeassistant/components/here_travel_time/translations/et.json +6 -0
- homeassistant/components/here_travel_time/translations/ga.json +6 -0
- homeassistant/components/here_travel_time/translations/pt.json +6 -0
- homeassistant/components/irm_kmi/translations/ga.json +50 -0
- homeassistant/components/lamarzocco/__init__.py +1 -1
- homeassistant/components/lamarzocco/coordinator.py +10 -2
- homeassistant/components/lamarzocco/manifest.json +1 -1
- homeassistant/components/letpot/translations/es.json +10 -0
- homeassistant/components/letpot/translations/et.json +10 -0
- homeassistant/components/letpot/translations/ga.json +9 -0
- homeassistant/components/letpot/translations/pt.json +10 -0
- homeassistant/components/lg_thinq/translations/ga.json +9 -0
- homeassistant/components/logbook/translations/es.json +6 -1
- homeassistant/components/logbook/translations/et.json +6 -1
- homeassistant/components/logbook/translations/pl.json +3 -1
- homeassistant/components/logbook/translations/pt.json +6 -1
- homeassistant/components/logbook/translations/ru.json +6 -1
- homeassistant/components/mastodon/translations/ga.json +4 -0
- homeassistant/components/matter/translations/es.json +3 -0
- homeassistant/components/matter/translations/et.json +3 -0
- homeassistant/components/matter/translations/ga.json +3 -0
- homeassistant/components/matter/translations/pt.json +3 -0
- homeassistant/components/matter/translations/ru.json +3 -0
- homeassistant/components/miele/translations/ga.json +1 -0
- homeassistant/components/mqtt/translations/es.json +19 -0
- homeassistant/components/mqtt/translations/et.json +19 -0
- homeassistant/components/mqtt/translations/ga.json +26 -1
- homeassistant/components/mqtt/translations/pt.json +19 -0
- homeassistant/components/mqtt/translations/ru.json +19 -0
- homeassistant/components/mvglive/manifest.json +2 -4
- homeassistant/components/mvglive/sensor.py +116 -86
- homeassistant/components/nina/strings.json +2 -2
- homeassistant/components/nina/translations/ca.json +0 -2
- homeassistant/components/nina/translations/cs.json +0 -2
- homeassistant/components/nina/translations/de.json +3 -3
- homeassistant/components/nina/translations/el.json +0 -1
- homeassistant/components/nina/translations/en-GB.json +3 -3
- homeassistant/components/nina/translations/en.json +3 -3
- homeassistant/components/nina/translations/es.json +0 -2
- homeassistant/components/nina/translations/et.json +0 -2
- homeassistant/components/nina/translations/fi.json +0 -2
- homeassistant/components/nina/translations/ga.json +0 -2
- homeassistant/components/nina/translations/hu.json +0 -2
- homeassistant/components/nina/translations/id.json +0 -1
- homeassistant/components/nina/translations/it.json +0 -2
- homeassistant/components/nina/translations/ja.json +0 -2
- homeassistant/components/nina/translations/ko.json +0 -2
- homeassistant/components/nina/translations/lt.json +0 -2
- homeassistant/components/nina/translations/nl.json +0 -2
- homeassistant/components/nina/translations/pt-BR.json +0 -1
- homeassistant/components/nina/translations/pt.json +0 -2
- homeassistant/components/nina/translations/ro.json +0 -1
- homeassistant/components/nina/translations/ru.json +0 -2
- homeassistant/components/nina/translations/sk.json +0 -2
- homeassistant/components/nina/translations/sv.json +0 -2
- homeassistant/components/nina/translations/tr.json +0 -2
- homeassistant/components/nina/translations/uk.json +0 -1
- homeassistant/components/nina/translations/zh-Hans.json +0 -2
- homeassistant/components/nina/translations/zh-Hant.json +0 -2
- homeassistant/components/nordpool/translations/ga.json +6 -0
- homeassistant/components/pooldose/translations/ga.json +8 -1
- homeassistant/components/portainer/__init__.py +4 -3
- homeassistant/components/portainer/config_flow.py +3 -2
- homeassistant/components/portainer/strings.json +4 -2
- homeassistant/components/portainer/translations/de.json +4 -2
- homeassistant/components/portainer/translations/en-GB.json +4 -2
- homeassistant/components/portainer/translations/en.json +4 -2
- homeassistant/components/profiler/translations/es.json +4 -0
- homeassistant/components/profiler/translations/et.json +4 -0
- homeassistant/components/profiler/translations/ga.json +4 -0
- homeassistant/components/profiler/translations/pt.json +4 -0
- homeassistant/components/route_b_smart_meter/translations/es.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/et.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/ga.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/pt.json +42 -0
- homeassistant/components/russound_rio/manifest.json +1 -1
- homeassistant/components/satel_integra/translations/et.json +1 -0
- homeassistant/components/shelly/translations/pl.json +4 -0
- homeassistant/components/smartthings/manifest.json +1 -1
- homeassistant/components/smartthings/translations/es.json +21 -0
- homeassistant/components/smartthings/translations/et.json +21 -0
- homeassistant/components/smartthings/translations/ga.json +15 -0
- homeassistant/components/smartthings/translations/pt.json +21 -0
- homeassistant/components/thread/config_flow.py +11 -3
- homeassistant/components/thread/manifest.json +1 -0
- homeassistant/components/tolo/translations/es.json +2 -1
- homeassistant/components/tolo/translations/ga.json +2 -1
- homeassistant/components/tuya/translations/es.json +9 -0
- homeassistant/components/tuya/translations/et.json +9 -0
- homeassistant/components/tuya/translations/ga.json +9 -0
- homeassistant/components/tuya/translations/pt.json +9 -0
- homeassistant/components/usage_prediction/translations/et.json +3 -0
- homeassistant/components/valve/translations/pl.json +2 -1
- homeassistant/components/vesync/fan.py +3 -1
- homeassistant/components/voip/translations/nl.json +1 -1
- homeassistant/components/voip/translations/sv.json +1 -1
- homeassistant/components/volvooncall/translations/ga.json +18 -1
- homeassistant/components/wyoming/translations/nl.json +1 -1
- homeassistant/components/wyoming/translations/sv.json +1 -1
- homeassistant/components/zha/config_flow.py +37 -21
- homeassistant/components/zha/manifest.json +1 -1
- homeassistant/components/zha/translations/es.json +81 -3
- homeassistant/components/zha/translations/et.json +78 -0
- homeassistant/components/zha/translations/ga.json +74 -0
- homeassistant/components/zha/translations/pt.json +80 -2
- homeassistant/components/zha/translations/ru.json +8 -2
- homeassistant/components/zwave_js/config_flow.py +30 -11
- homeassistant/components/zwave_js/translations/es.json +1 -0
- homeassistant/components/zwave_js/translations/et.json +1 -0
- homeassistant/components/zwave_js/translations/ga.json +1 -0
- homeassistant/components/zwave_js/translations/pt.json +1 -0
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +2 -1
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/RECORD +214 -199
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/top_level.txt +0 -0
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "Cidade/prov\u00edncia (M-Q)",
|
|
15
15
|
"_r_to_u": "Cidade/prov\u00edncia (R-U)",
|
|
16
16
|
"_v_to_z": "Cidade/prov\u00edncia (V-Z)",
|
|
17
|
-
"headline_filter": "Lista negra regex para filtrar cabe\u00e7alhos de aviso",
|
|
18
17
|
"slots": "N\u00famero m\u00e1ximo de advert\u00eancias por cidade/prov\u00edncia"
|
|
19
18
|
},
|
|
20
19
|
"title": "Selecione a cidade/distrito"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "Cidade/prov\u00edncia (M-Q)",
|
|
37
36
|
"_r_to_u": "Cidade/prov\u00edncia (R-U)",
|
|
38
37
|
"_v_to_z": "Cidade/prov\u00edncia (V-Z)",
|
|
39
|
-
"area_filter": "Colocar o regex na lista branca para filtrar avisos com base nas \u00e1reas afetadas",
|
|
40
38
|
"headline_filter": "Lista negra regex para filtrar cabe\u00e7alhos de aviso",
|
|
41
39
|
"slots": "N\u00famero m\u00e1ximo de advert\u00eancias por cidade/prov\u00edncia"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "Ora\u0219/jude\u021b (M-Q)",
|
|
15
15
|
"_r_to_u": "Ora\u0219/jude\u021b (R-U)",
|
|
16
16
|
"_v_to_z": "Ora\u0219/jude\u021b (V-Z)",
|
|
17
|
-
"headline_filter": "Expresie regulat\u0103 pentru eliminarea titlurilor de avertiz\u0103ri",
|
|
18
17
|
"slots": "Num\u0103rul maxim de avertiz\u0103ri per ora\u0219/jude\u021b"
|
|
19
18
|
},
|
|
20
19
|
"title": "Selecteaz\u0103 ora\u0219ul/jude\u021bul"
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (M-Q)",
|
|
15
15
|
"_r_to_u": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (R-U)",
|
|
16
16
|
"_v_to_z": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (V-Z)",
|
|
17
|
-
"headline_filter": "\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0447\u0435\u0440\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430 \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439",
|
|
18
17
|
"slots": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439 \u043d\u0430 \u0433\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433"
|
|
19
18
|
},
|
|
20
19
|
"title": "\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0433\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (M-Q)",
|
|
37
36
|
"_r_to_u": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (R-U)",
|
|
38
37
|
"_v_to_z": "\u0413\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433 (V-Z)",
|
|
39
|
-
"area_filter": "\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0431\u0435\u043b\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430 \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439 \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0437\u0430\u0442\u0440\u043e\u043d\u0443\u0442\u044b\u0445 \u043e\u0431\u043b\u0430\u0441\u0442\u0435\u0439",
|
|
40
38
|
"headline_filter": "\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u043e\u0435 \u0432\u044b\u0440\u0430\u0436\u0435\u043d\u0438\u0435 \u0447\u0435\u0440\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0430 \u0434\u043b\u044f \u0444\u0438\u043b\u044c\u0442\u0440\u0430\u0446\u0438\u0438 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u043e\u0432 \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439",
|
|
41
39
|
"slots": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043a\u043e\u043b\u0438\u0447\u0435\u0441\u0442\u0432\u043e \u043f\u0440\u0435\u0434\u0443\u043f\u0440\u0435\u0436\u0434\u0435\u043d\u0438\u0439 \u043d\u0430 \u0433\u043e\u0440\u043e\u0434/\u043e\u043a\u0440\u0443\u0433"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "Mesto/okres (M-Q)",
|
|
15
15
|
"_r_to_u": "Mesto/okres (R-U)",
|
|
16
16
|
"_v_to_z": "Mesto/okres (V-Z)",
|
|
17
|
-
"headline_filter": "Regex \u010diernej listiny na filtrovanie varovn\u00fdch titulkov",
|
|
18
17
|
"slots": "Maxim\u00e1lny po\u010det varovan\u00ed na mesto/okres"
|
|
19
18
|
},
|
|
20
19
|
"title": "Vyberte mesto/okres"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "Mesto/okres (M-Q)",
|
|
37
36
|
"_r_to_u": "Mesto/okres (R-U)",
|
|
38
37
|
"_v_to_z": "Mesto/okres (V-Z)",
|
|
39
|
-
"area_filter": "Na whitelist regex m\u00f4\u017eete filtrova\u0165 upozornenia na z\u00e1klade dotknut\u00fdch oblast\u00ed",
|
|
40
38
|
"headline_filter": "Regex \u010diernej listiny na filtrovanie varovn\u00fdch titulkov",
|
|
41
39
|
"slots": "Maxim\u00e1lny po\u010det varovan\u00ed na mesto/okres"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "Stad/l\u00e4n (M-Q)",
|
|
15
15
|
"_r_to_u": "Stad/l\u00e4n (R-U)",
|
|
16
16
|
"_v_to_z": "Stad/l\u00e4n (V-Z)",
|
|
17
|
-
"headline_filter": "Blacklist-regex f\u00f6r att filtrera varningsrubriker",
|
|
18
17
|
"slots": "Maximala varningar per stad/l\u00e4n"
|
|
19
18
|
},
|
|
20
19
|
"title": "V\u00e4lj stad/l\u00e4n"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "Stad/l\u00e4n (M-Q)",
|
|
37
36
|
"_r_to_u": "Stad/l\u00e4n (R-U)",
|
|
38
37
|
"_v_to_z": "Stad/l\u00e4n (V-Z)",
|
|
39
|
-
"area_filter": "Whitelist-regex f\u00f6r att filtrera varningar baserat p\u00e5 p\u00e5verkade omr\u00e5den",
|
|
40
38
|
"headline_filter": "Blacklist-regex f\u00f6r att filtrera varningsrubriker",
|
|
41
39
|
"slots": "Maximala varningar per stad/l\u00e4n"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "\u015eehir/il\u00e7e (M-Q)",
|
|
15
15
|
"_r_to_u": "\u015eehir/il\u00e7e (R-U)",
|
|
16
16
|
"_v_to_z": "\u015eehir/il\u00e7e (V-Z)",
|
|
17
|
-
"headline_filter": "Uyar\u0131 ba\u015fl\u0131klar\u0131n\u0131 filtrelemek i\u00e7in normal ifadeyi kara listeye al\u0131n",
|
|
18
17
|
"slots": "\u015eehir/il\u00e7e ba\u015f\u0131na maksimum uyar\u0131 say\u0131s\u0131"
|
|
19
18
|
},
|
|
20
19
|
"title": "\u015eehir/il\u00e7e se\u00e7in"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "\u015eehir/il\u00e7e (M-Q)",
|
|
37
36
|
"_r_to_u": "\u015eehir/il\u00e7e (R-U)",
|
|
38
37
|
"_v_to_z": "\u015eehir/il\u00e7e (V-Z)",
|
|
39
|
-
"area_filter": "Etkilenen alanlara g\u00f6re uyar\u0131lar\u0131 filtrelemek i\u00e7in normal ifadeyi beyaz listeye al\u0131n",
|
|
40
38
|
"headline_filter": "Uyar\u0131 ba\u015fl\u0131klar\u0131n\u0131 filtrelemek i\u00e7in normal ifadeyi kara listeye al\u0131n",
|
|
41
39
|
"slots": "\u015eehir/il\u00e7e ba\u015f\u0131na maksimum uyar\u0131 say\u0131s\u0131"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "\u041c\u0456\u0441\u0442\u043e/\u043e\u043a\u0440\u0443\u0433 (M-Q)",
|
|
15
15
|
"_r_to_u": "\u041c\u0456\u0441\u0442\u043e/\u043e\u043a\u0440\u0443\u0433 (R-U)",
|
|
16
16
|
"_v_to_z": "\u041c\u0456\u0441\u0442\u043e/\u043e\u043a\u0440\u0443\u0433 (V-Z)",
|
|
17
|
-
"headline_filter": "\u0420\u0435\u0433\u0443\u043b\u044f\u0440\u043d\u0438\u0439 \u0432\u0438\u0440\u0430\u0437 \u0447\u043e\u0440\u043d\u043e\u0433\u043e \u0441\u043f\u0438\u0441\u043a\u0443 \u0434\u043b\u044f \u0444\u0456\u043b\u044c\u0442\u0440\u0430\u0446\u0456\u0457 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0456\u0432 \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u044c",
|
|
18
17
|
"slots": "\u041c\u0430\u043a\u0441\u0438\u043c\u0430\u043b\u044c\u043d\u0430 \u043a\u0456\u043b\u044c\u043a\u0456\u0441\u0442\u044c \u043f\u043e\u043f\u0435\u0440\u0435\u0434\u0436\u0435\u043d\u044c \u043d\u0430 \u043c\u0456\u0441\u0442\u043e/\u043e\u043a\u0440\u0443\u0433"
|
|
19
18
|
},
|
|
20
19
|
"title": "\u0412\u0438\u0431\u0435\u0440\u0456\u0442\u044c \u043c\u0456\u0441\u0442\u043e/\u043e\u043a\u0440\u0443\u0433"
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "\u5e02/\u53bf (M-Q)",
|
|
15
15
|
"_r_to_u": "\u5e02/\u53bf (R-U)",
|
|
16
16
|
"_v_to_z": "\u5e02/\u53bf (V-Z)",
|
|
17
|
-
"headline_filter": "\u7528\u4e8e\u8fc7\u6ee4\u8b66\u544a\u6807\u9898\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u9ed1\u540d\u5355",
|
|
18
17
|
"slots": "\u6bcf\u4e2a\u5e02/\u53bf\u7684\u6700\u5927\u8b66\u544a\u6570"
|
|
19
18
|
},
|
|
20
19
|
"title": "\u9009\u62e9\u5e02/\u53bf"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "\u5e02/\u53bf (M-Q)",
|
|
37
36
|
"_r_to_u": "\u5e02/\u53bf (R-U)",
|
|
38
37
|
"_v_to_z": "\u5e02/\u53bf (V-Z)",
|
|
39
|
-
"area_filter": "\u57fa\u4e8e\u5f71\u54cd\u533a\u57df\u6765\u8fc7\u6ee4\u8b66\u544a\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u767d\u540d\u5355",
|
|
40
38
|
"headline_filter": "\u7528\u4e8e\u8fc7\u6ee4\u8b66\u544a\u6807\u9898\u7684\u6b63\u5219\u8868\u8fbe\u5f0f\u9ed1\u540d\u5355",
|
|
41
39
|
"slots": "\u6bcf\u4e2a\u5e02/\u53bf\u7684\u6700\u5927\u8b66\u544a\u6570"
|
|
42
40
|
},
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"_m_to_q": "\u57ce\u5e02/\u7e23\u5e02\uff08M-Q\uff09",
|
|
15
15
|
"_r_to_u": "\u57ce\u5e02/\u7e23\u5e02\uff08R-U\uff09",
|
|
16
16
|
"_v_to_z": "\u57ce\u5e02/\u7e23\u5e02\uff08V-Z\uff09",
|
|
17
|
-
"headline_filter": "\u7528\u65bc\u904e\u6ffe\u8b66\u544a\u6a19\u984c\u7684\u9ed1\u540d\u55ae\u6b63\u898f\u8868\u9054\u5f0f",
|
|
18
17
|
"slots": "\u6bcf\u500b\u57ce\u5e02/\u7e23\u5e02\u6700\u5927\u8b66\u544a\u503c"
|
|
19
18
|
},
|
|
20
19
|
"title": "\u9078\u64c7\u57ce\u5e02/\u7e23\u5e02"
|
|
@@ -36,7 +35,6 @@
|
|
|
36
35
|
"_m_to_q": "\u57ce\u5e02/\u7e23\u5e02\uff08M-Q\uff09",
|
|
37
36
|
"_r_to_u": "\u57ce\u5e02/\u7e23\u5e02\uff08R-U\uff09",
|
|
38
37
|
"_v_to_z": "\u57ce\u5e02/\u7e23\u5e02\uff08V-Z\uff09",
|
|
39
|
-
"area_filter": "\u6839\u64da\u53d7\u5f71\u97ff\u7684\u5340\u57df\u904e\u6ffe\u8b66\u544a\u7684\u767d\u540d\u55ae\u6b63\u5247\u8868\u9054\u5f0f",
|
|
40
38
|
"headline_filter": "\u7528\u65bc\u904e\u6ffe\u8b66\u544a\u6a19\u984c\u7684\u9ed1\u540d\u55ae\u6b63\u898f\u8868\u9054\u5f0f",
|
|
41
39
|
"slots": "\u6bcf\u500b\u57ce\u5e02/\u7e23\u5e02\u6700\u5927\u8b66\u544a\u503c"
|
|
42
40
|
},
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"connection_error": {
|
|
100
100
|
"message": "Tharla earr\u00e1id cheangail agus an API \u00e1 \u00fas\u00e1id. D\u00e9an iarracht eile ar ball."
|
|
101
101
|
},
|
|
102
|
+
"could_not_fetch_data": {
|
|
103
|
+
"message": "N\u00edorbh fh\u00e9idir sonra\u00ed a aisghabh\u00e1il: {error}"
|
|
104
|
+
},
|
|
102
105
|
"entry_not_found": {
|
|
103
106
|
"message": "N\u00edl an comhth\u00e1th\u00fa Nord Pool cumraithe i Home Assistant."
|
|
104
107
|
},
|
|
@@ -107,6 +110,9 @@
|
|
|
107
110
|
},
|
|
108
111
|
"initial_update_failed": {
|
|
109
112
|
"message": "Theip ar an nuashonr\u00fa tosaigh ag an am tosaithe agus earr\u00e1id {error} ann."
|
|
113
|
+
},
|
|
114
|
+
"no_day_data": {
|
|
115
|
+
"message": "T\u00e1 sonra\u00ed don l\u00e1 reatha ar iarraidh"
|
|
110
116
|
}
|
|
111
117
|
},
|
|
112
118
|
"services": {
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"config": {
|
|
3
3
|
"abort": {
|
|
4
|
-
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in"
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in",
|
|
5
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
6
|
+
"no_device_info": "Unable to retrieve device information",
|
|
7
|
+
"no_serial_number": "N\u00edor aims\u00edodh aon uimhir sraitheach ar an bhfeiste"
|
|
5
8
|
},
|
|
6
9
|
"error": {
|
|
7
10
|
"api_not_set": "Leagan API gan teacht i bhfreagairt na gl\u00e9is. B\u2019fh\u00e9idir nach bhfuil firmware na gl\u00e9is comhoiri\u00fanach leis an gcomhth\u00e1th\u00fa seo.",
|
|
@@ -13,6 +16,10 @@
|
|
|
13
16
|
"unknown": "Earr\u00e1id gan choinne"
|
|
14
17
|
},
|
|
15
18
|
"step": {
|
|
19
|
+
"dhcp_confirm": {
|
|
20
|
+
"description": "Fuarthas gl\u00e9as PoolDose ar do l\u00edonra ag {ip} le seoladh MAC {mac}.\n\nAr mhaith leat {name} a chur le Home Assistant?",
|
|
21
|
+
"title": "Deimhnigh gur aimsigh DHCP gl\u00e9as PoolDose"
|
|
22
|
+
},
|
|
16
23
|
"user": {
|
|
17
24
|
"data": {
|
|
18
25
|
"host": "\u00d3stach"
|
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
|
5
5
|
from pyportainer import Portainer
|
|
6
6
|
|
|
7
7
|
from homeassistant.config_entries import ConfigEntry
|
|
8
|
-
from homeassistant.const import CONF_API_KEY, CONF_HOST, Platform
|
|
8
|
+
from homeassistant.const import CONF_API_KEY, CONF_HOST, CONF_VERIFY_SSL, Platform
|
|
9
9
|
from homeassistant.core import HomeAssistant
|
|
10
10
|
from homeassistant.helpers.aiohttp_client import async_create_clientsession
|
|
11
11
|
|
|
@@ -19,11 +19,12 @@ type PortainerConfigEntry = ConfigEntry[PortainerCoordinator]
|
|
|
19
19
|
async def async_setup_entry(hass: HomeAssistant, entry: PortainerConfigEntry) -> bool:
|
|
20
20
|
"""Set up Portainer from a config entry."""
|
|
21
21
|
|
|
22
|
-
session = async_create_clientsession(hass)
|
|
23
22
|
client = Portainer(
|
|
24
23
|
api_url=entry.data[CONF_HOST],
|
|
25
24
|
api_key=entry.data[CONF_API_KEY],
|
|
26
|
-
session=
|
|
25
|
+
session=async_create_clientsession(
|
|
26
|
+
hass=hass, verify_ssl=entry.data[CONF_VERIFY_SSL]
|
|
27
|
+
),
|
|
27
28
|
)
|
|
28
29
|
|
|
29
30
|
coordinator = PortainerCoordinator(hass, entry, client)
|
|
@@ -14,7 +14,7 @@ from pyportainer import (
|
|
|
14
14
|
import voluptuous as vol
|
|
15
15
|
|
|
16
16
|
from homeassistant.config_entries import ConfigFlow, ConfigFlowResult
|
|
17
|
-
from homeassistant.const import CONF_API_KEY, CONF_HOST
|
|
17
|
+
from homeassistant.const import CONF_API_KEY, CONF_HOST, CONF_VERIFY_SSL
|
|
18
18
|
from homeassistant.core import HomeAssistant
|
|
19
19
|
from homeassistant.exceptions import HomeAssistantError
|
|
20
20
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
|
@@ -26,6 +26,7 @@ STEP_USER_DATA_SCHEMA = vol.Schema(
|
|
|
26
26
|
{
|
|
27
27
|
vol.Required(CONF_HOST): str,
|
|
28
28
|
vol.Required(CONF_API_KEY): str,
|
|
29
|
+
vol.Optional(CONF_VERIFY_SSL, default=True): bool,
|
|
29
30
|
}
|
|
30
31
|
)
|
|
31
32
|
|
|
@@ -36,7 +37,7 @@ async def _validate_input(hass: HomeAssistant, data: dict[str, Any]) -> None:
|
|
|
36
37
|
client = Portainer(
|
|
37
38
|
api_url=data[CONF_HOST],
|
|
38
39
|
api_key=data[CONF_API_KEY],
|
|
39
|
-
session=async_get_clientsession(hass),
|
|
40
|
+
session=async_get_clientsession(hass=hass, verify_ssl=data[CONF_VERIFY_SSL]),
|
|
40
41
|
)
|
|
41
42
|
try:
|
|
42
43
|
await client.get_endpoints()
|
|
@@ -4,11 +4,13 @@
|
|
|
4
4
|
"user": {
|
|
5
5
|
"data": {
|
|
6
6
|
"host": "[%key:common::config_flow::data::host%]",
|
|
7
|
-
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
7
|
+
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
8
|
+
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
8
9
|
},
|
|
9
10
|
"data_description": {
|
|
10
11
|
"host": "The host/URL, including the port, of your Portainer instance",
|
|
11
|
-
"api_key": "The API key for authenticating with Portainer"
|
|
12
|
+
"api_key": "The API key for authenticating with Portainer",
|
|
13
|
+
"verify_ssl": "Whether to verify SSL certificates. Disable only if you have a self-signed certificate"
|
|
12
14
|
},
|
|
13
15
|
"description": "You can create an API key in the Portainer UI. Go to **My account > API keys** and select **Add API key**"
|
|
14
16
|
}
|
|
@@ -13,11 +13,13 @@
|
|
|
13
13
|
"user": {
|
|
14
14
|
"data": {
|
|
15
15
|
"api_key": "API-Schl\u00fcssel",
|
|
16
|
-
"host": "Host"
|
|
16
|
+
"host": "Host",
|
|
17
|
+
"verify_ssl": "SSL-Zertifikat \u00fcberpr\u00fcfen"
|
|
17
18
|
},
|
|
18
19
|
"data_description": {
|
|
19
20
|
"api_key": "Der API-Schl\u00fcssel zur Authentifizierung bei Portainer",
|
|
20
|
-
"host": "Der Host/die URL, einschlie\u00dflich des Ports, deiner Portainer-Instanz"
|
|
21
|
+
"host": "Der Host/die URL, einschlie\u00dflich des Ports, deiner Portainer-Instanz",
|
|
22
|
+
"verify_ssl": "Ob SSL-Zertifikate \u00fcberpr\u00fcft werden sollen. Deaktiviere diese Option nur, wenn du ein selbstsigniertes Zertifikat hast."
|
|
21
23
|
},
|
|
22
24
|
"description": "Du kannst einen API-Schl\u00fcssel in der Portainer-Benutzeroberfl\u00e4che erstellen. Gehe zu **My account > API keys** und w\u00e4hle **Add API key**"
|
|
23
25
|
}
|
|
@@ -13,11 +13,13 @@
|
|
|
13
13
|
"user": {
|
|
14
14
|
"data": {
|
|
15
15
|
"api_key": "API key",
|
|
16
|
-
"host": "Host"
|
|
16
|
+
"host": "Host",
|
|
17
|
+
"verify_ssl": "Verify SSL certificate"
|
|
17
18
|
},
|
|
18
19
|
"data_description": {
|
|
19
20
|
"api_key": "The API key for authenticating with Portainer",
|
|
20
|
-
"host": "The host/URL, including the port, of your Portainer instance"
|
|
21
|
+
"host": "The host/URL, including the port, of your Portainer instance",
|
|
22
|
+
"verify_ssl": "Whether to verify SSL certificates. Disable only if you have a self-signed certificate"
|
|
21
23
|
},
|
|
22
24
|
"description": "You can create an API key in the Portainer UI. Go to **My account > API keys** and select **Add API key**"
|
|
23
25
|
}
|
|
@@ -13,11 +13,13 @@
|
|
|
13
13
|
"user": {
|
|
14
14
|
"data": {
|
|
15
15
|
"api_key": "API key",
|
|
16
|
-
"host": "Host"
|
|
16
|
+
"host": "Host",
|
|
17
|
+
"verify_ssl": "Verify SSL certificate"
|
|
17
18
|
},
|
|
18
19
|
"data_description": {
|
|
19
20
|
"api_key": "The API key for authenticating with Portainer",
|
|
20
|
-
"host": "The host/URL, including the port, of your Portainer instance"
|
|
21
|
+
"host": "The host/URL, including the port, of your Portainer instance",
|
|
22
|
+
"verify_ssl": "Whether to verify SSL certificates. Disable only if you have a self-signed certificate"
|
|
21
23
|
},
|
|
22
24
|
"description": "You can create an API key in the Portainer UI. Go to **My account > API keys** and select **Add API key**"
|
|
23
25
|
}
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"name": "Volcar objetos de registro"
|
|
19
19
|
},
|
|
20
|
+
"dump_sockets": {
|
|
21
|
+
"description": "Registra informaci\u00f3n sobre todos los sockets utilizados actualmente.",
|
|
22
|
+
"name": "Volcado de sockets utilizados"
|
|
23
|
+
},
|
|
20
24
|
"log_current_tasks": {
|
|
21
25
|
"description": "Registra todas las tareas asyncio actuales.",
|
|
22
26
|
"name": "Registrar tareas asyncio actuales"
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"name": "Logi objektide salvestamine"
|
|
19
19
|
},
|
|
20
|
+
"dump_sockets": {
|
|
21
|
+
"description": "Logib teavet k\u00f5igi hetkel kasutatavate soklite kohta.",
|
|
22
|
+
"name": "Kasutatud soklite eemaldamine"
|
|
23
|
+
},
|
|
20
24
|
"log_current_tasks": {
|
|
21
25
|
"description": "Logib k\u00f5ik praegused asyncio \u00fclesanded.",
|
|
22
26
|
"name": "Logi praegused asyncio \u00fclesanded"
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"name": "R\u00e9ada loga dump\u00e1la"
|
|
19
19
|
},
|
|
20
|
+
"dump_sockets": {
|
|
21
|
+
"description": "Log\u00e1lann s\u00e9 faisn\u00e9is faoi na soic\u00e9id uile at\u00e1 in \u00fas\u00e1id faoi l\u00e1thair.",
|
|
22
|
+
"name": "Dump\u00e1il soic\u00e9id \u00fas\u00e1idte"
|
|
23
|
+
},
|
|
20
24
|
"log_current_tasks": {
|
|
21
25
|
"description": "Log\u00e1lann s\u00e9 na tascanna asyncio reatha go l\u00e9ir.",
|
|
22
26
|
"name": "Log\u00e1il tascanna reatha asyncr\u00f3nacha"
|
|
@@ -17,6 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"name": "Despejar objetos de registo"
|
|
19
19
|
},
|
|
20
|
+
"dump_sockets": {
|
|
21
|
+
"description": "Regista informa\u00e7\u00f5es sobre todos os sockets atualmente utilizados.",
|
|
22
|
+
"name": "Despejar sockets usados"
|
|
23
|
+
},
|
|
20
24
|
"log_current_tasks": {
|
|
21
25
|
"description": "Regista todas as tarefas asyncio atuais.",
|
|
22
26
|
"name": "Registar as tarefas asyncio atuais"
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "El dispositivo ya est\u00e1 configurado"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "No se pudo conectar",
|
|
8
|
+
"invalid_auth": "Autenticaci\u00f3n no v\u00e1lida",
|
|
9
|
+
"unknown": "Error inesperado"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"device": "Dispositivo",
|
|
15
|
+
"id": "ID de ruta B",
|
|
16
|
+
"password": "Contrase\u00f1a"
|
|
17
|
+
},
|
|
18
|
+
"data_description": {
|
|
19
|
+
"device": "Dispositivo",
|
|
20
|
+
"id": "ID de ruta B",
|
|
21
|
+
"password": "Contrase\u00f1a"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entity": {
|
|
27
|
+
"sensor": {
|
|
28
|
+
"instantaneous_current_r_phase": {
|
|
29
|
+
"name": "Corriente instant\u00e1nea fase R"
|
|
30
|
+
},
|
|
31
|
+
"instantaneous_current_t_phase": {
|
|
32
|
+
"name": "Corriente instant\u00e1nea fase T"
|
|
33
|
+
},
|
|
34
|
+
"instantaneous_power": {
|
|
35
|
+
"name": "Potencia instant\u00e1nea"
|
|
36
|
+
},
|
|
37
|
+
"total_consumption": {
|
|
38
|
+
"name": "Consumo total"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "\u00dchendamine nurjus",
|
|
8
|
+
"invalid_auth": "Tuvastamine nurjus",
|
|
9
|
+
"unknown": "Ootamatu t\u00f5rge"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"device": "Seade",
|
|
15
|
+
"id": "B Route ID",
|
|
16
|
+
"password": "Salas\u00f5na"
|
|
17
|
+
},
|
|
18
|
+
"data_description": {
|
|
19
|
+
"device": "Seade",
|
|
20
|
+
"id": "B Route ID",
|
|
21
|
+
"password": "Salas\u00f5na"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entity": {
|
|
27
|
+
"sensor": {
|
|
28
|
+
"instantaneous_current_r_phase": {
|
|
29
|
+
"name": "Hetkevool R faas"
|
|
30
|
+
},
|
|
31
|
+
"instantaneous_current_t_phase": {
|
|
32
|
+
"name": "Hetkevool T faas"
|
|
33
|
+
},
|
|
34
|
+
"instantaneous_power": {
|
|
35
|
+
"name": "Hetkeline v\u00f5imsus"
|
|
36
|
+
},
|
|
37
|
+
"total_consumption": {
|
|
38
|
+
"name": "Kogutarbimine"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "T\u00e1 an gl\u00e9as cumraithe cheana f\u00e9in"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "Theip ar an nascadh",
|
|
8
|
+
"invalid_auth": "F\u00edordheimhni\u00fa neamhbhail\u00ed",
|
|
9
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"device": "Gl\u00e9as",
|
|
15
|
+
"id": "Aitheantas Bealaigh B",
|
|
16
|
+
"password": "Pasfhocal"
|
|
17
|
+
},
|
|
18
|
+
"data_description": {
|
|
19
|
+
"device": "Gl\u00e9as",
|
|
20
|
+
"id": "Aitheantas Bealaigh B",
|
|
21
|
+
"password": "Pasfhocal"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entity": {
|
|
27
|
+
"sensor": {
|
|
28
|
+
"instantaneous_current_r_phase": {
|
|
29
|
+
"name": "C\u00e9im reatha meandarach R"
|
|
30
|
+
},
|
|
31
|
+
"instantaneous_current_t_phase": {
|
|
32
|
+
"name": "C\u00e9im T reatha meandarach"
|
|
33
|
+
},
|
|
34
|
+
"instantaneous_power": {
|
|
35
|
+
"name": "Cumhacht l\u00e1ithreach"
|
|
36
|
+
},
|
|
37
|
+
"total_consumption": {
|
|
38
|
+
"name": "Tomhaltas ioml\u00e1n"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
{
|
|
2
|
+
"config": {
|
|
3
|
+
"abort": {
|
|
4
|
+
"already_configured": "Dispositivo j\u00e1 configurado"
|
|
5
|
+
},
|
|
6
|
+
"error": {
|
|
7
|
+
"cannot_connect": "A liga\u00e7\u00e3o falhou",
|
|
8
|
+
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
|
9
|
+
"unknown": "Erro inesperado"
|
|
10
|
+
},
|
|
11
|
+
"step": {
|
|
12
|
+
"user": {
|
|
13
|
+
"data": {
|
|
14
|
+
"device": "Dispositivo",
|
|
15
|
+
"id": "ID da B Route",
|
|
16
|
+
"password": "Palavra-passe"
|
|
17
|
+
},
|
|
18
|
+
"data_description": {
|
|
19
|
+
"device": "Dispositivo",
|
|
20
|
+
"id": "ID da B Route",
|
|
21
|
+
"password": "Palavra-passe"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
"entity": {
|
|
27
|
+
"sensor": {
|
|
28
|
+
"instantaneous_current_r_phase": {
|
|
29
|
+
"name": "Corrente instant\u00e2nea da fase R"
|
|
30
|
+
},
|
|
31
|
+
"instantaneous_current_t_phase": {
|
|
32
|
+
"name": "Corrente instant\u00e2nea da fase T"
|
|
33
|
+
},
|
|
34
|
+
"instantaneous_power": {
|
|
35
|
+
"name": "Pot\u00eancia instant\u00e2nea"
|
|
36
|
+
},
|
|
37
|
+
"total_consumption": {
|
|
38
|
+
"name": "Consumo total"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -20,6 +20,9 @@
|
|
|
20
20
|
},
|
|
21
21
|
"flow_title": "{name}",
|
|
22
22
|
"step": {
|
|
23
|
+
"confirm_discovery": {
|
|
24
|
+
"description": "Czy chcesz skonfigurowa\u0107 {model} ({host})?\n\nUrz\u0105dzenia zasilane bateryjnie, z ustawionym has\u0142em, nale\u017cy wybudzi\u0107 przed konfiguracj\u0105.\nUrz\u0105dzenia zasilane bateryjnie, bez ustawionego has\u0142a, zostan\u0105 dodane, gdy si\u0119 wybudz\u0105. Mo\u017cesz r\u0119cznie wybudzi\u0107 urz\u0105dzenie przyciskiem na obudowie lub poczeka\u0107 na aktualizacj\u0119 danych z urz\u0105dzenia."
|
|
25
|
+
},
|
|
23
26
|
"credentials": {
|
|
24
27
|
"data": {
|
|
25
28
|
"password": "Has\u0142o",
|
|
@@ -142,6 +145,7 @@
|
|
|
142
145
|
"operation": {
|
|
143
146
|
"state": {
|
|
144
147
|
"fault": "awaria",
|
|
148
|
+
"normal": "normalna praca",
|
|
145
149
|
"warmup": "rozgrzewanie"
|
|
146
150
|
}
|
|
147
151
|
},
|
|
@@ -78,6 +78,21 @@
|
|
|
78
78
|
"name": "Detener"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
+
"climate": {
|
|
82
|
+
"air_conditioner": {
|
|
83
|
+
"state_attributes": {
|
|
84
|
+
"preset_mode": {
|
|
85
|
+
"state": {
|
|
86
|
+
"long_wind": "Viento largo",
|
|
87
|
+
"quiet": "Silencioso",
|
|
88
|
+
"smart": "Inteligente",
|
|
89
|
+
"wind_free": "WindFree",
|
|
90
|
+
"wind_free_sleep": "Sue\u00f1o WindFree"
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
81
96
|
"event": {
|
|
82
97
|
"button": {
|
|
83
98
|
"state": {
|
|
@@ -153,6 +168,8 @@
|
|
|
153
168
|
"name": "L\u00e1mpara",
|
|
154
169
|
"state": {
|
|
155
170
|
"extra_high": "Extra alto",
|
|
171
|
+
"high": "Alto",
|
|
172
|
+
"low": "Bajo",
|
|
156
173
|
"mid": "Medio",
|
|
157
174
|
"off": "Apagado",
|
|
158
175
|
"on": "Encendido"
|
|
@@ -174,6 +191,7 @@
|
|
|
174
191
|
"heavy": "Pesado",
|
|
175
192
|
"light": "Ligero",
|
|
176
193
|
"none": "Ninguno",
|
|
194
|
+
"normal": "Normal",
|
|
177
195
|
"up": "Arriba"
|
|
178
196
|
}
|
|
179
197
|
},
|
|
@@ -598,6 +616,9 @@
|
|
|
598
616
|
}
|
|
599
617
|
},
|
|
600
618
|
"switch": {
|
|
619
|
+
"auto_cycle_link": {
|
|
620
|
+
"name": "Auto Cycle Link"
|
|
621
|
+
},
|
|
601
622
|
"bubble_soak": {
|
|
602
623
|
"name": "Ba\u00f1o de burbujas"
|
|
603
624
|
},
|