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
|
@@ -144,6 +144,12 @@
|
|
|
144
144
|
}
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
|
+
"issues": {
|
|
148
|
+
"deprecated_generate_content": {
|
|
149
|
+
"description": "T\u00e1 an gn\u00edomh 'google_generative_ai_conversation.generate_content' imithe i l\u00e9ig agus bainfear \u00e9 i leagan 2026.4.0. Bain \u00fas\u00e1id as an ngn\u00edomh 'ai_task.generate_data' ina ionad.",
|
|
150
|
+
"title": "Gn\u00edomh 'gineadh_\u00e1bhar' at\u00e1 imithe i l\u00e9ig"
|
|
151
|
+
}
|
|
152
|
+
},
|
|
147
153
|
"services": {
|
|
148
154
|
"generate_content": {
|
|
149
155
|
"fields": {
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
"checklist_options_name": "Liosta seice\u00e1la",
|
|
9
9
|
"clear_reminder_description": "Bain gach meabhr\u00fach\u00e1n as tasc Habitica.",
|
|
10
10
|
"clear_reminder_name": "Glan na meabhr\u00fach\u00e1in go l\u00e9ir",
|
|
11
|
+
"collapse_checklist_description": "Cib\u00e9 acu an bhfuil liosta seice\u00e1la tasca le feice\u00e1il mar liosta fillte n\u00f3 leathnaithe i Habitica.",
|
|
12
|
+
"collapse_checklist_name": "Liosta seice\u00e1la a fhilleadh/a leathn\u00fa",
|
|
11
13
|
"config_entry_description": "Roghnaigh an cuntas Habitica chun tasc a nuashonr\u00fa.",
|
|
12
14
|
"config_entry_name": "Roghnaigh carachtar",
|
|
13
15
|
"cost_name": "Costas",
|
|
@@ -578,6 +580,12 @@
|
|
|
578
580
|
}
|
|
579
581
|
},
|
|
580
582
|
"selector": {
|
|
583
|
+
"collapse_checklist": {
|
|
584
|
+
"options": {
|
|
585
|
+
"collapsed": "Tite",
|
|
586
|
+
"expanded": "Leathnaithe"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
581
589
|
"frequency": {
|
|
582
590
|
"options": {
|
|
583
591
|
"daily": "Laeth\u00fail",
|
|
@@ -696,6 +704,10 @@
|
|
|
696
704
|
"description": "Is f\u00e9idir leasainm tasca a \u00fas\u00e1id in ionad an ainm n\u00f3 aitheant\u00f3ir an tasca. N\u00ed thaca\u00edtear ach le fleasc\u00e1in, fo-l\u00ednte, agus carachtair alfa-uimhri\u00fala. N\u00ed m\u00f3r don leasainm tasca a bheith uath\u00fail i measc do chuid tascanna go l\u00e9ir.",
|
|
697
705
|
"name": "Leasainm tascanna"
|
|
698
706
|
},
|
|
707
|
+
"collapse_checklist": {
|
|
708
|
+
"description": "Cib\u00e9 acu an bhfuil liosta seice\u00e1la tasca le feice\u00e1il mar liosta fillte n\u00f3 leathnaithe i Habitica.",
|
|
709
|
+
"name": "Liosta seice\u00e1la a fhilleadh/a leathn\u00fa"
|
|
710
|
+
},
|
|
699
711
|
"config_entry": {
|
|
700
712
|
"description": "Roghnaigh an cuntas Habitica chun tasc a nuashonr\u00fa.",
|
|
701
713
|
"name": "Roghnaigh carachtar"
|
|
@@ -848,6 +860,10 @@
|
|
|
848
860
|
"description": "Is f\u00e9idir leasainm tasca a \u00fas\u00e1id in ionad an ainm n\u00f3 aitheant\u00f3ir an tasca. N\u00ed thaca\u00edtear ach le fleasc\u00e1in, fo-l\u00ednte, agus carachtair alfa-uimhri\u00fala. N\u00ed m\u00f3r don leasainm tasca a bheith uath\u00fail i measc do chuid tascanna go l\u00e9ir.",
|
|
849
861
|
"name": "Leasainm tascanna"
|
|
850
862
|
},
|
|
863
|
+
"collapse_checklist": {
|
|
864
|
+
"description": "Cib\u00e9 acu an bhfuil liosta seice\u00e1la tasca le feice\u00e1il mar liosta fillte n\u00f3 leathnaithe i Habitica.",
|
|
865
|
+
"name": "Liosta seice\u00e1la a fhilleadh/a leathn\u00fa"
|
|
866
|
+
},
|
|
851
867
|
"config_entry": {
|
|
852
868
|
"description": "Roghnaigh an cuntas Habitica chun tasc a chruth\u00fa.",
|
|
853
869
|
"name": "Roghnaigh carachtar"
|
|
@@ -1016,6 +1032,10 @@
|
|
|
1016
1032
|
"description": "Bain gach meabhr\u00fach\u00e1n as tasc Habitica.",
|
|
1017
1033
|
"name": "Glan na meabhr\u00fach\u00e1in go l\u00e9ir"
|
|
1018
1034
|
},
|
|
1035
|
+
"collapse_checklist": {
|
|
1036
|
+
"description": "Cib\u00e9 acu an bhfuil liosta seice\u00e1la tasca le feice\u00e1il mar liosta fillte n\u00f3 leathnaithe i Habitica.",
|
|
1037
|
+
"name": "Liosta seice\u00e1la a fhilleadh/a leathn\u00fa"
|
|
1038
|
+
},
|
|
1019
1039
|
"config_entry": {
|
|
1020
1040
|
"description": "Roghnaigh an cuntas Habitica chun tasc a nuashonr\u00fa.",
|
|
1021
1041
|
"name": "Roghnaigh carachtar"
|
|
@@ -1248,6 +1268,10 @@
|
|
|
1248
1268
|
"description": "Bain gach meabhr\u00fach\u00e1n as tasc Habitica.",
|
|
1249
1269
|
"name": "Glan na meabhr\u00fach\u00e1in go l\u00e9ir"
|
|
1250
1270
|
},
|
|
1271
|
+
"collapse_checklist": {
|
|
1272
|
+
"description": "Cib\u00e9 acu an bhfuil liosta seice\u00e1la tasca le feice\u00e1il mar liosta fillte n\u00f3 leathnaithe i Habitica.",
|
|
1273
|
+
"name": "Liosta seice\u00e1la a fhilleadh/a leathn\u00fa"
|
|
1274
|
+
},
|
|
1251
1275
|
"config_entry": {
|
|
1252
1276
|
"description": "Roghnaigh an cuntas Habitica chun tasc a nuashonr\u00fa.",
|
|
1253
1277
|
"name": "Roghnaigh carachtar"
|
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
"description": "El sistema no es compatible porque la versi\u00f3n de Docker no est\u00e1 actualizada. Para obtener informaci\u00f3n sobre la versi\u00f3n requerida y c\u00f3mo solucionarlo, selecciona M\u00e1s informaci\u00f3n.",
|
|
219
219
|
"title": "Sistema no compatible: Versi\u00f3n de Docker"
|
|
220
220
|
},
|
|
221
|
+
"unsupported_home_assistant_core_version": {
|
|
222
|
+
"description": "El sistema no es compatible porque la versi\u00f3n de Home Assistant Core en uso no es compatible. Para obtener informaci\u00f3n sobre la soluci\u00f3n de problemas, selecciona M\u00e1s informaci\u00f3n.",
|
|
223
|
+
"title": "Sistema no compatible - Versi\u00f3n de Home Assistant Core"
|
|
224
|
+
},
|
|
221
225
|
"unsupported_job_conditions": {
|
|
222
226
|
"description": "El sistema no es compatible porque se han desactivado una o m\u00e1s condiciones de trabajo que protegen contra fallos y aver\u00edas inesperados. Para obtener informaci\u00f3n sobre la soluci\u00f3n de problemas, selecciona M\u00e1s informaci\u00f3n.",
|
|
223
227
|
"title": "Sistema no compatible - Protecciones deshabilitadas"
|
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
"description": "S\u00fcsteemi ei toetata, kuna Dockeri versioon on aegunud. Lisateavet n\u00f5utava versiooni ja selle parandamise kohta leiad valikult Lisateave.",
|
|
219
219
|
"title": "Toetamata s\u00fcsteem \u2013 Dockeri versioon"
|
|
220
220
|
},
|
|
221
|
+
"unsupported_home_assistant_core_version": {
|
|
222
|
+
"description": "S\u00fcsteemi ei toetata, kuna kasutatavat Home Assistant Core'i versiooni ei toetata. Veaotsingu teabe saamiseks vali Lisateave.",
|
|
223
|
+
"title": "Toetamata s\u00fcsteem - Home Assistant Core versioon"
|
|
224
|
+
},
|
|
221
225
|
"unsupported_job_conditions": {
|
|
222
226
|
"description": "S\u00fcsteem ei ole toetatud, sest \u00fcks v\u00f5i mitu t\u00f6\u00f6 tingimust on v\u00e4lja l\u00fclitatud, mis kaitsevad ootamatute rikete ja katkestuste eest. Veaotsinguteabe saamiseks vali Lisateave.",
|
|
223
227
|
"title": "Toetamata s\u00fcsteem - kaitsed v\u00e4lja l\u00fclitatud"
|
|
@@ -211,6 +211,10 @@
|
|
|
211
211
|
"unsupported_docker_version": {
|
|
212
212
|
"title": "C\u00f3ras gan taca\u00edocht - leagan Docker"
|
|
213
213
|
},
|
|
214
|
+
"unsupported_home_assistant_core_version": {
|
|
215
|
+
"description": "N\u00ed thaca\u00edtear leis an gc\u00f3ras mar nach dtaca\u00edtear leis an leagan Home Assistant Core at\u00e1 in \u00fas\u00e1id. Chun eolas fabhtcheartaithe a fh\u00e1il, roghnaigh Foghlaim n\u00edos m\u00f3.",
|
|
216
|
+
"title": "C\u00f3ras gan taca\u00edocht - leagan Core de Home Assistant"
|
|
217
|
+
},
|
|
214
218
|
"unsupported_job_conditions": {
|
|
215
219
|
"description": "N\u00ed thaca\u00edtear leis an gc\u00f3ras mar go bhfuil coinn\u00edoll poist amh\u00e1in n\u00f3 n\u00edos m\u00f3 d\u00edchumasaithe a chosna\u00edonn ar theipeanna agus bristeacha gan choinne. Chun eolas fabhtcheartaithe a fh\u00e1il, roghnaigh Foghlaim n\u00edos m\u00f3.",
|
|
216
220
|
"title": "C\u00f3ras gan taca\u00edocht - Cosaint\u00ed d\u00edchumasaithe"
|
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
"description": "O sistema n\u00e3o \u00e9 suportado porque a vers\u00e3o do Docker est\u00e1 desatualizada. Para obter informa\u00e7\u00f5es sobre a vers\u00e3o necess\u00e1ria e como corrigir isso, selecione Saiba mais.",
|
|
219
219
|
"title": "Sistema n\u00e3o suportado - Vers\u00e3o do Docker"
|
|
220
220
|
},
|
|
221
|
+
"unsupported_home_assistant_core_version": {
|
|
222
|
+
"description": "O sistema n\u00e3o \u00e9 suportado porque a vers\u00e3o do Home Assistant Core em uso n\u00e3o \u00e9 suportada. Para obter informa\u00e7\u00f5es sobre a resolu\u00e7\u00e3o de problemas, selecione Saber mais.",
|
|
223
|
+
"title": "Sistema n\u00e3o suportado - Vers\u00e3o do Home Assistant Core"
|
|
224
|
+
},
|
|
221
225
|
"unsupported_job_conditions": {
|
|
222
226
|
"description": "O sistema n\u00e3o \u00e9 suportado porque foram desativadas uma ou mais condi\u00e7\u00f5es de trabalho que protegem contra falhas e avarias inesperadas. Para obter informa\u00e7\u00f5es sobre a resolu\u00e7\u00e3o de problemas, selecione Saber mais.",
|
|
223
227
|
"title": "Sistema n\u00e3o suportado - Protec\u00e7\u00f5es desativadas"
|
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
"description": "\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f, \u0442\u0430\u043a \u043a\u0430\u043a \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043d\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Docker \u0443\u0441\u0442\u0430\u0440\u0435\u043b\u0430. \u0427\u0442\u043e\u0431\u044b \u0443\u0437\u043d\u0430\u0442\u044c \u0442\u0440\u0435\u0431\u0443\u0435\u043c\u0443\u044e \u0432\u0435\u0440\u0441\u0438\u044e \u0438 \u0441\u043f\u043e\u0441\u043e\u0431\u044b \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b, \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \"\u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435\".",
|
|
219
219
|
"title": "\u041d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u2014 \u0432\u0435\u0440\u0441\u0438\u044f Docker"
|
|
220
220
|
},
|
|
221
|
+
"unsupported_home_assistant_core_version": {
|
|
222
|
+
"description": "\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u0430\u044f \u0432\u0435\u0440\u0441\u0438\u044f Home Assistant Core \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f. \u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435.",
|
|
223
|
+
"title": "\u041d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 - \u0432\u0435\u0440\u0441\u0438\u044f Home Assistant Core"
|
|
224
|
+
},
|
|
221
225
|
"unsupported_job_conditions": {
|
|
222
226
|
"description": "\u0421\u0438\u0441\u0442\u0435\u043c\u0430 \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f, \u043f\u043e\u0441\u043a\u043e\u043b\u044c\u043a\u0443 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043e\u0434\u043d\u043e \u0438\u043b\u0438 \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u043e \u0443\u0441\u043b\u043e\u0432\u0438\u0439, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0437\u0430\u0449\u0438\u0449\u0430\u044e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u043e\u0442 \u043d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u044b\u0445 \u0441\u0431\u043e\u0435\u0432. \u0414\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a \u0432\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0423\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435.",
|
|
223
227
|
"title": "\u041d\u0435\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430 \u2014 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0430 \u0437\u0430\u0449\u0438\u0442\u0430"
|
|
@@ -75,6 +75,12 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"issues": {
|
|
79
|
+
"multiple_here_travel_time_entries": {
|
|
80
|
+
"description": "HERE elimin\u00f3 el plan gratuito anterior. El nuevo Plan Base solo ofrece 5.000 solicitudes gratuitas al mes, en lugar de las 30.000 anteriores. \n \nDado que tienes configurada m\u00e1s de una integraci\u00f3n de HERE Travel Time, deber\u00e1s deshabilitar o eliminar las integraciones adicionales para evitar exceder el l\u00edmite de solicitudes gratuitas. \nPuedes ignorar este problema si aceptas el coste adicional.",
|
|
81
|
+
"title": "Se detect\u00f3 m\u00e1s de una integraci\u00f3n de HERE Travel Time"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
78
84
|
"options": {
|
|
79
85
|
"step": {
|
|
80
86
|
"arrival_time": {
|
|
@@ -75,6 +75,12 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"issues": {
|
|
79
|
+
"multiple_here_travel_time_entries": {
|
|
80
|
+
"description": "HERE kaotas eelmise tasuta tasandi. Uues p\u00f5hipaketis on varasema 30000 tasuta p\u00e4ringu asemel ainult 5000 p\u00e4ringut kuus. Kuna on konfigureeritud rohkem kui \u00fcks HERE Travel Time'i integratsioon, pead lisaintensiivistused keelama v\u00f5i eemaldama, et v\u00e4ltida tasuta p\u00e4ringute limiidi \u00fcletamist. V\u00f5id seda probleemi ignoreerida kui Sul on lisakuludega k\u00f5ik korras.",
|
|
81
|
+
"title": "Tuvastati rohkem kui \u00fcks HERE reisiaja integratsioon"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
78
84
|
"options": {
|
|
79
85
|
"step": {
|
|
80
86
|
"arrival_time": {
|
|
@@ -75,6 +75,12 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"issues": {
|
|
79
|
+
"multiple_here_travel_time_entries": {
|
|
80
|
+
"description": "Chuir HERE deireadh leis an tsraith saor in aisce roimhe seo. N\u00edl ach 5000 iarratas saor in aisce in aghaidh na m\u00edosa sa Phlean Bun\u00fasach nua in ionad na 30000 iarratas saor in aisce roimhe seo.\n\n\u00d3s rud \u00e9 go bhfuil n\u00edos m\u00f3 n\u00e1 comhth\u00e1th\u00fa Am Taistil HERE amh\u00e1in cumraithe agat, beidh ort na comhth\u00e1th\u00fach\u00e1in bhreise a dh\u00edchumas\u00fa n\u00f3 a bhaint chun nach s\u00e1r\u00f3idh t\u00fa an teorainn d'iarratais saor in aisce.\nIs f\u00e9idir leat neamhaird a dh\u00e9anamh den cheist seo m\u00e1 t\u00e1 t\u00fa s\u00e1sta leis an gcostas breise.",
|
|
81
|
+
"title": "N\u00edos m\u00f3 n\u00e1 comhth\u00e1th\u00fa Am Taistil HERE amh\u00e1in braitheadh"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
78
84
|
"options": {
|
|
79
85
|
"step": {
|
|
80
86
|
"arrival_time": {
|
|
@@ -75,6 +75,12 @@
|
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
+
"issues": {
|
|
79
|
+
"multiple_here_travel_time_entries": {
|
|
80
|
+
"description": "A HERE descontinuou o n\u00edvel gratuito anterior. O novo plano base tem apenas 5000 em vez dos anteriores 30000 pedidos gratuitos por m\u00eas. Como tem mais do que uma integra\u00e7\u00e3o HERE Travel Time configurada, ter\u00e1 de desativar ou remover as integra\u00e7\u00f5es adicionais para evitar exceder o limite de pedidos gratuitos. Pode ignorar este problema se n\u00e3o se importar com o custo adicional.",
|
|
81
|
+
"title": "Foi detetada mais do que uma integra\u00e7\u00e3o do HERE Travel Time"
|
|
82
|
+
}
|
|
83
|
+
},
|
|
78
84
|
"options": {
|
|
79
85
|
"step": {
|
|
80
86
|
"arrival_time": {
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"language_override_description": "S\u00e1raigh teanga an Home Assistant don r\u00e9amhaisn\u00e9is aimsire t\u00e9acs\u00fail."
|
|
4
|
+
},
|
|
5
|
+
"config": {
|
|
6
|
+
"abort": {
|
|
7
|
+
"already_configured": "T\u00e1 an su\u00edomh cumraithe cheana f\u00e9in",
|
|
8
|
+
"api_error": "Theip ar an nascadh",
|
|
9
|
+
"unknown": "Earr\u00e1id gan choinne"
|
|
10
|
+
},
|
|
11
|
+
"error": {
|
|
12
|
+
"out_of_benelux": "T\u00e1 an su\u00edomh lasmuigh de Benelux. Roghnaigh su\u00edomh i Benelux."
|
|
13
|
+
},
|
|
14
|
+
"step": {
|
|
15
|
+
"user": {
|
|
16
|
+
"data": {
|
|
17
|
+
"location": "Su\u00edomh"
|
|
18
|
+
},
|
|
19
|
+
"data_description": {
|
|
20
|
+
"location": "Su\u00edomh"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"options": {
|
|
26
|
+
"step": {
|
|
27
|
+
"init": {
|
|
28
|
+
"data": {
|
|
29
|
+
"language_override": "Teanga"
|
|
30
|
+
},
|
|
31
|
+
"data_description": {
|
|
32
|
+
"language_override": "S\u00e1raigh teanga an Home Assistant don r\u00e9amhaisn\u00e9is aimsire t\u00e9acs\u00fail."
|
|
33
|
+
},
|
|
34
|
+
"title": "Roghanna"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"selector": {
|
|
39
|
+
"language_override": {
|
|
40
|
+
"options": {
|
|
41
|
+
"de": "Gearm\u00e1inis",
|
|
42
|
+
"en": "B\u00e9arla",
|
|
43
|
+
"fr": "Fraincis",
|
|
44
|
+
"nl": "Ollainnis",
|
|
45
|
+
"none": "Lean teanga freastala\u00ed Home Assistant"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"title": "Institi\u00faid Meit\u00e9areola\u00edochta R\u00edoga na Beilge"
|
|
50
|
+
}
|
|
@@ -142,7 +142,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: LaMarzoccoConfigEntry) -
|
|
|
142
142
|
)
|
|
143
143
|
|
|
144
144
|
coordinators = LaMarzoccoRuntimeData(
|
|
145
|
-
LaMarzoccoConfigUpdateCoordinator(hass, entry, device),
|
|
145
|
+
LaMarzoccoConfigUpdateCoordinator(hass, entry, device, cloud_client),
|
|
146
146
|
LaMarzoccoSettingsUpdateCoordinator(hass, entry, device),
|
|
147
147
|
LaMarzoccoScheduleUpdateCoordinator(hass, entry, device),
|
|
148
148
|
LaMarzoccoStatisticsUpdateCoordinator(hass, entry, device),
|
|
@@ -8,7 +8,7 @@ from datetime import timedelta
|
|
|
8
8
|
import logging
|
|
9
9
|
from typing import Any
|
|
10
10
|
|
|
11
|
-
from pylamarzocco import LaMarzoccoMachine
|
|
11
|
+
from pylamarzocco import LaMarzoccoCloudClient, LaMarzoccoMachine
|
|
12
12
|
from pylamarzocco.exceptions import AuthFail, RequestNotSuccessful
|
|
13
13
|
|
|
14
14
|
from homeassistant.config_entries import ConfigEntry
|
|
@@ -19,7 +19,7 @@ from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, Upda
|
|
|
19
19
|
|
|
20
20
|
from .const import DOMAIN
|
|
21
21
|
|
|
22
|
-
SCAN_INTERVAL = timedelta(seconds=
|
|
22
|
+
SCAN_INTERVAL = timedelta(seconds=60)
|
|
23
23
|
SETTINGS_UPDATE_INTERVAL = timedelta(hours=8)
|
|
24
24
|
SCHEDULE_UPDATE_INTERVAL = timedelta(minutes=30)
|
|
25
25
|
STATISTICS_UPDATE_INTERVAL = timedelta(minutes=15)
|
|
@@ -51,6 +51,7 @@ class LaMarzoccoUpdateCoordinator(DataUpdateCoordinator[None]):
|
|
|
51
51
|
hass: HomeAssistant,
|
|
52
52
|
entry: LaMarzoccoConfigEntry,
|
|
53
53
|
device: LaMarzoccoMachine,
|
|
54
|
+
cloud_client: LaMarzoccoCloudClient | None = None,
|
|
54
55
|
) -> None:
|
|
55
56
|
"""Initialize coordinator."""
|
|
56
57
|
super().__init__(
|
|
@@ -61,6 +62,7 @@ class LaMarzoccoUpdateCoordinator(DataUpdateCoordinator[None]):
|
|
|
61
62
|
update_interval=self._default_update_interval,
|
|
62
63
|
)
|
|
63
64
|
self.device = device
|
|
65
|
+
self.cloud_client = cloud_client
|
|
64
66
|
|
|
65
67
|
async def _async_update_data(self) -> None:
|
|
66
68
|
"""Do the data update."""
|
|
@@ -85,11 +87,17 @@ class LaMarzoccoUpdateCoordinator(DataUpdateCoordinator[None]):
|
|
|
85
87
|
class LaMarzoccoConfigUpdateCoordinator(LaMarzoccoUpdateCoordinator):
|
|
86
88
|
"""Class to handle fetching data from the La Marzocco API centrally."""
|
|
87
89
|
|
|
90
|
+
cloud_client: LaMarzoccoCloudClient
|
|
91
|
+
|
|
88
92
|
async def _internal_async_update_data(self) -> None:
|
|
89
93
|
"""Fetch data from API endpoint."""
|
|
90
94
|
|
|
95
|
+
# ensure token stays valid; does nothing if token is still valid
|
|
96
|
+
await self.cloud_client.async_get_access_token()
|
|
97
|
+
|
|
91
98
|
if self.device.websocket.connected:
|
|
92
99
|
return
|
|
100
|
+
|
|
93
101
|
await self.device.get_dashboard()
|
|
94
102
|
_LOGGER.debug("Current status: %s", self.device.dashboard.to_dict())
|
|
95
103
|
|
|
@@ -49,6 +49,15 @@
|
|
|
49
49
|
"name": "Error de recarga"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"number": {
|
|
53
|
+
"light_brightness": {
|
|
54
|
+
"name": "Brillo de la luz"
|
|
55
|
+
},
|
|
56
|
+
"plant_days": {
|
|
57
|
+
"name": "Edad de las plantas",
|
|
58
|
+
"unit_of_measurement": "d\u00edas"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
52
61
|
"select": {
|
|
53
62
|
"display_temperature_unit": {
|
|
54
63
|
"name": "Unidad de temperatura en pantalla",
|
|
@@ -58,6 +67,7 @@
|
|
|
58
67
|
}
|
|
59
68
|
},
|
|
60
69
|
"light_brightness": {
|
|
70
|
+
"name": "Brillo de la luz",
|
|
61
71
|
"state": {
|
|
62
72
|
"high": "Alto",
|
|
63
73
|
"low": "Bajo"
|
|
@@ -49,6 +49,15 @@
|
|
|
49
49
|
"name": "T\u00e4itmise viga"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"number": {
|
|
53
|
+
"light_brightness": {
|
|
54
|
+
"name": "Valguse heledus"
|
|
55
|
+
},
|
|
56
|
+
"plant_days": {
|
|
57
|
+
"name": "Taimede vanus",
|
|
58
|
+
"unit_of_measurement": "p\u00e4eva"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
52
61
|
"select": {
|
|
53
62
|
"display_temperature_unit": {
|
|
54
63
|
"name": "Kuvatav temperatuuri\u00fchik",
|
|
@@ -58,6 +67,7 @@
|
|
|
58
67
|
}
|
|
59
68
|
},
|
|
60
69
|
"light_brightness": {
|
|
70
|
+
"name": "Valguse heledus",
|
|
61
71
|
"state": {
|
|
62
72
|
"high": "K\u00f5rge",
|
|
63
73
|
"low": "Madal"
|
|
@@ -49,6 +49,15 @@
|
|
|
49
49
|
"name": "Earr\u00e1id athl\u00edonta"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"number": {
|
|
53
|
+
"light_brightness": {
|
|
54
|
+
"name": "Gile solais"
|
|
55
|
+
},
|
|
56
|
+
"plant_days": {
|
|
57
|
+
"name": "Aois na bplanda\u00ed",
|
|
58
|
+
"unit_of_measurement": "laethanta"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
52
61
|
"select": {
|
|
53
62
|
"display_temperature_unit": {
|
|
54
63
|
"name": "Aonad teochta ar taispe\u00e1int",
|
|
@@ -49,6 +49,15 @@
|
|
|
49
49
|
"name": "Erro de recarga"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
+
"number": {
|
|
53
|
+
"light_brightness": {
|
|
54
|
+
"name": "Intensidade da luz"
|
|
55
|
+
},
|
|
56
|
+
"plant_days": {
|
|
57
|
+
"name": "Idade das plantas",
|
|
58
|
+
"unit_of_measurement": "dias"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
52
61
|
"select": {
|
|
53
62
|
"display_temperature_unit": {
|
|
54
63
|
"name": "Unidade de temperatura no ecr\u00e3",
|
|
@@ -58,6 +67,7 @@
|
|
|
58
67
|
}
|
|
59
68
|
},
|
|
60
69
|
"light_brightness": {
|
|
70
|
+
"name": "Intensidade da luz",
|
|
61
71
|
"state": {
|
|
62
72
|
"high": "Alto",
|
|
63
73
|
"low": "Baixo"
|
|
@@ -722,6 +722,15 @@
|
|
|
722
722
|
"elapsed_day_total": {
|
|
723
723
|
"name": "Fad gr\u00fadaireachta"
|
|
724
724
|
},
|
|
725
|
+
"energy_usage_last_month": {
|
|
726
|
+
"name": "Fuinneamh an mh\u00ed seo caite"
|
|
727
|
+
},
|
|
728
|
+
"energy_usage_this_month": {
|
|
729
|
+
"name": "Fuinneamh an mh\u00ed seo"
|
|
730
|
+
},
|
|
731
|
+
"energy_usage_yesterday": {
|
|
732
|
+
"name": "Fuinneamh inn\u00e9"
|
|
733
|
+
},
|
|
725
734
|
"filter_lifetime": {
|
|
726
735
|
"name": "Scagaire at\u00e1 f\u00e1gtha"
|
|
727
736
|
},
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"services": {
|
|
3
3
|
"log": {
|
|
4
|
+
"description": "Realiza un seguimiento de una actividad personalizada.",
|
|
4
5
|
"fields": {
|
|
5
6
|
"domain": {
|
|
7
|
+
"description": "Determina qu\u00e9 icono se utiliza en la actividad. El icono ilustra el dominio de integraci\u00f3n relacionado con esta actividad.",
|
|
6
8
|
"name": "Dominio"
|
|
7
9
|
},
|
|
8
10
|
"entity_id": {
|
|
11
|
+
"description": "Entidad a referenciar en la actividad.",
|
|
9
12
|
"name": "ID de entidad"
|
|
10
13
|
},
|
|
11
14
|
"message": {
|
|
15
|
+
"description": "Mensaje de la actividad.",
|
|
12
16
|
"name": "Mensaje"
|
|
13
17
|
},
|
|
14
18
|
"name": {
|
|
@@ -18,5 +22,6 @@
|
|
|
18
22
|
},
|
|
19
23
|
"name": "Registro"
|
|
20
24
|
}
|
|
21
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"title": "Actividad"
|
|
22
27
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"services": {
|
|
3
3
|
"log": {
|
|
4
|
+
"description": "J\u00e4lgib kohandatud tegevust.",
|
|
4
5
|
"fields": {
|
|
5
6
|
"domain": {
|
|
7
|
+
"description": "M\u00e4\u00e4rab, millist ikooni tegevuses kasutatakse. Ikoon illustreerib selle tegevusega seotud integratsioonidomeeni.",
|
|
6
8
|
"name": "Domeen"
|
|
7
9
|
},
|
|
8
10
|
"entity_id": {
|
|
11
|
+
"description": "\u00dcksus millele tegevuses viidata.",
|
|
9
12
|
"name": "Olemi ID"
|
|
10
13
|
},
|
|
11
14
|
"message": {
|
|
15
|
+
"description": "Tegevuse s\u00f5num.",
|
|
12
16
|
"name": "S\u00f5num"
|
|
13
17
|
},
|
|
14
18
|
"name": {
|
|
@@ -18,5 +22,6 @@
|
|
|
18
22
|
},
|
|
19
23
|
"name": "Logikirjed"
|
|
20
24
|
}
|
|
21
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"title": "Tegevus"
|
|
22
27
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"services": {
|
|
3
3
|
"log": {
|
|
4
|
+
"description": "Acompanha uma atividade personalizada.",
|
|
4
5
|
"fields": {
|
|
5
6
|
"domain": {
|
|
7
|
+
"description": "Determina o \u00edcone que \u00e9 utilizado na atividade. O \u00edcone ilustra o dom\u00ednio de integra\u00e7\u00e3o relacionado com esta atividade.",
|
|
6
8
|
"name": "Dom\u00ednio"
|
|
7
9
|
},
|
|
8
10
|
"entity_id": {
|
|
11
|
+
"description": "Entidade a referenciar na atividade.",
|
|
9
12
|
"name": "ID da entidade"
|
|
10
13
|
},
|
|
11
14
|
"message": {
|
|
15
|
+
"description": "Mensagem da atividade.",
|
|
12
16
|
"name": "Mensagem"
|
|
13
17
|
},
|
|
14
18
|
"name": {
|
|
@@ -18,5 +22,6 @@
|
|
|
18
22
|
},
|
|
19
23
|
"name": "Log"
|
|
20
24
|
}
|
|
21
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"title": "Atividade"
|
|
22
27
|
}
|
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"services": {
|
|
3
3
|
"log": {
|
|
4
|
+
"description": "\u041e\u0442\u0441\u043b\u0435\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435.",
|
|
4
5
|
"fields": {
|
|
5
6
|
"domain": {
|
|
7
|
+
"description": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u0435\u0442, \u043a\u0430\u043a\u043e\u0439 \u0437\u043d\u0430\u0447\u043e\u043a \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442\u0441\u044f \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438. \u0417\u043d\u0430\u0447\u043e\u043a \u043f\u043e\u043a\u0430\u0437\u044b\u0432\u0430\u0435\u0442 \u0434\u043e\u043c\u0435\u043d \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0439 \u0441 \u044d\u0442\u0438\u043c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0435\u043c.",
|
|
6
8
|
"name": "\u0414\u043e\u043c\u0435\u043d"
|
|
7
9
|
},
|
|
8
10
|
"entity_id": {
|
|
11
|
+
"description": "\u041e\u0431\u044a\u0435\u043a\u0442, \u043d\u0430 \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0441\u043b\u0435\u0434\u0443\u0435\u0442 \u0441\u0441\u044b\u043b\u0430\u0442\u044c\u0441\u044f \u0432 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438.",
|
|
9
12
|
"name": "\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440 \u043e\u0431\u044a\u0435\u043a\u0442\u0430"
|
|
10
13
|
},
|
|
11
14
|
"message": {
|
|
15
|
+
"description": "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043e\u0431 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0438.",
|
|
12
16
|
"name": "\u0421\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435"
|
|
13
17
|
},
|
|
14
18
|
"name": {
|
|
@@ -18,5 +22,6 @@
|
|
|
18
22
|
},
|
|
19
23
|
"name": "\u0421\u043e\u0437\u0434\u0430\u0442\u044c \u0437\u0430\u043f\u0438\u0441\u044c"
|
|
20
24
|
}
|
|
21
|
-
}
|
|
25
|
+
},
|
|
26
|
+
"title": "\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c"
|
|
22
27
|
}
|
|
@@ -80,6 +80,10 @@
|
|
|
80
80
|
"description": "Taispe\u00e1nfar fol\u00e1ireamh \u00e1bhair sula dtaispe\u00e1nfar an t\u00e9acs st\u00e1dais (r\u00e9amhshocraithe: gan aon rabhadh \u00e1bhair).",
|
|
81
81
|
"name": "Rabhadh \u00e1bhair"
|
|
82
82
|
},
|
|
83
|
+
"language": {
|
|
84
|
+
"description": "Teanga an phoist (r\u00e9amhshocraithe: rogha cuntais Mastodon).",
|
|
85
|
+
"name": "Teanga"
|
|
86
|
+
},
|
|
83
87
|
"media": {
|
|
84
88
|
"description": "Ceangail \u00edomh\u00e1 n\u00f3 f\u00edse\u00e1n leis an bpost.",
|
|
85
89
|
"name": "Me\u00e1in"
|
|
@@ -432,6 +432,9 @@
|
|
|
432
432
|
"stopped": "\u041e\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u043e"
|
|
433
433
|
}
|
|
434
434
|
},
|
|
435
|
+
"outdoor_temperature": {
|
|
436
|
+
"name": "\u0422\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u043d\u0430\u0440\u0443\u0436\u043d\u043e\u0433\u043e \u0432\u043e\u0437\u0434\u0443\u0445\u0430"
|
|
437
|
+
},
|
|
435
438
|
"pump_control_mode": {
|
|
436
439
|
"name": "\u0420\u0435\u0436\u0438\u043c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f",
|
|
437
440
|
"state": {
|
|
@@ -960,6 +960,7 @@
|
|
|
960
960
|
"not_running": "Gan a bheith ag rith",
|
|
961
961
|
"pre_brewing": "R\u00e9amh-ghr\u00fadaireacht",
|
|
962
962
|
"pre_dishwash": "R\u00e9amhghlanadh",
|
|
963
|
+
"pre_heating": "R\u00e9amh-th\u00e9amh",
|
|
963
964
|
"pre_wash": "R\u00e9amh-nigh",
|
|
964
965
|
"process_finished": "Pr\u00f3iseas cr\u00edochnaithe",
|
|
965
966
|
"process_running": "Pr\u00f3iseas ag rith",
|