homeassistant 2025.6.2__py3-none-any.whl → 2025.7.0__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.
- homeassistant/__main__.py +4 -8
- homeassistant/auth/mfa_modules/notify.py +4 -4
- homeassistant/auth/mfa_modules/totp.py +5 -5
- homeassistant/bootstrap.py +16 -9
- homeassistant/brands/sony.json +7 -1
- homeassistant/brands/tilt.json +5 -0
- homeassistant/components/abode/__init__.py +3 -73
- homeassistant/components/abode/services.py +90 -0
- homeassistant/components/accuweather/translations/it.json +31 -6
- homeassistant/components/accuweather/translations/nl.json +4 -2
- homeassistant/components/adax/__init__.py +1 -1
- homeassistant/components/adax/coordinator.py +24 -1
- homeassistant/components/adax/sensor.py +77 -0
- homeassistant/components/aemet/sensor.py +4 -1
- homeassistant/components/agent_dvr/camera.py +2 -2
- homeassistant/components/ai_task/__init__.py +134 -0
- homeassistant/components/ai_task/const.py +34 -0
- homeassistant/components/ai_task/entity.py +103 -0
- homeassistant/components/ai_task/http.py +54 -0
- homeassistant/components/ai_task/icons.json +7 -0
- homeassistant/components/ai_task/manifest.json +9 -0
- homeassistant/components/ai_task/services.yaml +19 -0
- homeassistant/components/ai_task/strings.json +22 -0
- homeassistant/components/ai_task/task.py +75 -0
- homeassistant/components/ai_task/translations/bg.json +1 -0
- homeassistant/components/ai_task/translations/cs.json +22 -0
- homeassistant/components/ai_task/translations/de.json +22 -0
- homeassistant/components/ai_task/translations/el.json +22 -0
- homeassistant/components/ai_task/translations/en.json +22 -0
- homeassistant/components/ai_task/translations/es.json +22 -0
- homeassistant/components/ai_task/translations/et.json +22 -0
- homeassistant/components/ai_task/translations/fr.json +22 -0
- homeassistant/components/ai_task/translations/ga.json +22 -0
- homeassistant/components/ai_task/translations/hu.json +22 -0
- homeassistant/components/ai_task/translations/it.json +22 -0
- homeassistant/components/ai_task/translations/ja.json +20 -0
- homeassistant/components/ai_task/translations/lt.json +22 -0
- homeassistant/components/ai_task/translations/nl.json +14 -0
- homeassistant/components/ai_task/translations/pt.json +22 -0
- homeassistant/components/ai_task/translations/ru.json +22 -0
- homeassistant/components/ai_task/translations/sk.json +22 -0
- homeassistant/components/ai_task/translations/sv.json +19 -0
- homeassistant/components/ai_task/translations/tr.json +1 -0
- homeassistant/components/ai_task/translations/zh-Hans.json +22 -0
- homeassistant/components/ai_task/translations/zh-Hant.json +22 -0
- homeassistant/components/airgradient/translations/it.json +11 -1
- homeassistant/components/airly/config_flow.py +3 -3
- homeassistant/components/airnow/coordinator.py +1 -1
- homeassistant/components/airnow/manifest.json +1 -1
- homeassistant/components/airq/coordinator.py +2 -2
- homeassistant/components/airq/manifest.json +1 -1
- homeassistant/components/airthings/__init__.py +6 -20
- homeassistant/components/airthings/coordinator.py +36 -0
- homeassistant/components/airthings/sensor.py +26 -3
- homeassistant/components/airthings/translations/mk.json +11 -0
- homeassistant/components/airtouch5/manifest.json +1 -1
- homeassistant/components/airzone/translations/it.json +1 -1
- homeassistant/components/airzone_cloud/translations/it.json +7 -0
- homeassistant/components/alexa_devices/__init__.py +6 -2
- homeassistant/components/alexa_devices/binary_sensor.py +45 -4
- homeassistant/components/alexa_devices/config_flow.py +3 -1
- homeassistant/components/alexa_devices/icons.json +32 -2
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/notify.py +2 -0
- homeassistant/components/alexa_devices/quality_scale.yaml +1 -1
- homeassistant/components/alexa_devices/sensor.py +88 -0
- homeassistant/components/alexa_devices/strings.json +27 -4
- homeassistant/components/alexa_devices/switch.py +2 -0
- homeassistant/components/alexa_devices/translations/bg.json +6 -4
- homeassistant/components/alexa_devices/translations/cs.json +27 -5
- homeassistant/components/alexa_devices/translations/de.json +31 -8
- homeassistant/components/alexa_devices/translations/el.json +29 -6
- homeassistant/components/alexa_devices/translations/en.json +29 -6
- homeassistant/components/alexa_devices/translations/es.json +29 -6
- homeassistant/components/alexa_devices/translations/et.json +29 -6
- homeassistant/components/alexa_devices/translations/ga.json +26 -6
- homeassistant/components/alexa_devices/translations/he.json +0 -4
- homeassistant/components/alexa_devices/translations/hu.json +27 -5
- homeassistant/components/alexa_devices/translations/id.json +15 -0
- homeassistant/components/alexa_devices/translations/it.json +82 -0
- homeassistant/components/alexa_devices/translations/ja.json +29 -0
- homeassistant/components/alexa_devices/translations/lt.json +29 -6
- homeassistant/components/alexa_devices/translations/mk.json +20 -0
- homeassistant/components/alexa_devices/translations/nl.json +23 -4
- homeassistant/components/alexa_devices/translations/pl.json +0 -4
- homeassistant/components/alexa_devices/translations/pt.json +82 -0
- homeassistant/components/alexa_devices/translations/ru.json +4 -5
- homeassistant/components/alexa_devices/translations/sk.json +29 -6
- homeassistant/components/alexa_devices/translations/sv.json +25 -5
- homeassistant/components/alexa_devices/translations/tr.json +0 -4
- homeassistant/components/alexa_devices/translations/zh-Hans.json +27 -5
- homeassistant/components/alexa_devices/translations/zh-Hant.json +29 -6
- homeassistant/components/alexa_devices/utils.py +40 -0
- homeassistant/components/altruist/__init__.py +27 -0
- homeassistant/components/altruist/config_flow.py +107 -0
- homeassistant/components/altruist/const.py +5 -0
- homeassistant/components/altruist/coordinator.py +64 -0
- homeassistant/components/altruist/icons.json +15 -0
- homeassistant/components/altruist/manifest.json +12 -0
- homeassistant/components/altruist/quality_scale.yaml +83 -0
- homeassistant/components/altruist/sensor.py +249 -0
- homeassistant/components/altruist/strings.json +51 -0
- homeassistant/components/altruist/translations/bg.json +41 -0
- homeassistant/components/altruist/translations/cs.json +51 -0
- homeassistant/components/altruist/translations/de.json +51 -0
- homeassistant/components/altruist/translations/el.json +51 -0
- homeassistant/components/altruist/translations/en.json +51 -0
- homeassistant/components/altruist/translations/es.json +51 -0
- homeassistant/components/altruist/translations/et.json +51 -0
- homeassistant/components/altruist/translations/ga.json +41 -0
- homeassistant/components/altruist/translations/hu.json +51 -0
- homeassistant/components/altruist/translations/id.json +18 -0
- homeassistant/components/altruist/translations/it.json +51 -0
- homeassistant/components/altruist/translations/ja.json +50 -0
- homeassistant/components/altruist/translations/lt.json +51 -0
- homeassistant/components/altruist/translations/nl.json +19 -0
- homeassistant/components/altruist/translations/pt.json +51 -0
- homeassistant/components/altruist/translations/sk.json +51 -0
- homeassistant/components/altruist/translations/sv.json +47 -0
- homeassistant/components/altruist/translations/zh-Hans.json +51 -0
- homeassistant/components/altruist/translations/zh-Hant.json +51 -0
- homeassistant/components/amcrest/__init__.py +4 -50
- homeassistant/components/amcrest/services.py +62 -0
- homeassistant/components/analytics/analytics.py +13 -2
- homeassistant/components/android_ip_webcam/camera.py +16 -0
- homeassistant/components/androidtv_remote/translations/ko.json +1 -1
- homeassistant/components/anthropic/__init__.py +128 -4
- homeassistant/components/anthropic/config_flow.py +108 -53
- homeassistant/components/anthropic/const.py +2 -0
- homeassistant/components/anthropic/conversation.py +41 -25
- homeassistant/components/anthropic/strings.json +34 -18
- homeassistant/components/anthropic/translations/bg.json +17 -8
- homeassistant/components/anthropic/translations/ca.json +0 -14
- homeassistant/components/anthropic/translations/cs.json +33 -18
- homeassistant/components/anthropic/translations/de.json +33 -18
- homeassistant/components/anthropic/translations/el.json +33 -13
- homeassistant/components/anthropic/translations/en-GB.json +0 -22
- homeassistant/components/anthropic/translations/en.json +33 -18
- homeassistant/components/anthropic/translations/es.json +33 -18
- homeassistant/components/anthropic/translations/et.json +33 -18
- homeassistant/components/anthropic/translations/fi.json +1 -11
- homeassistant/components/anthropic/translations/fr.json +33 -18
- homeassistant/components/anthropic/translations/ga.json +26 -11
- homeassistant/components/anthropic/translations/gl.json +0 -17
- homeassistant/components/anthropic/translations/he.json +0 -13
- homeassistant/components/anthropic/translations/hu.json +33 -18
- homeassistant/components/anthropic/translations/id.json +15 -6
- homeassistant/components/anthropic/translations/it.json +33 -8
- homeassistant/components/anthropic/translations/ja.json +0 -17
- homeassistant/components/anthropic/translations/ko.json +0 -13
- homeassistant/components/anthropic/translations/lt.json +33 -18
- homeassistant/components/anthropic/translations/nl.json +17 -11
- homeassistant/components/anthropic/translations/pl.json +0 -10
- homeassistant/components/anthropic/translations/pt-BR.json +1 -11
- homeassistant/components/anthropic/translations/pt.json +33 -18
- homeassistant/components/anthropic/translations/ru.json +26 -18
- homeassistant/components/anthropic/translations/sk.json +33 -18
- homeassistant/components/anthropic/translations/sl.json +0 -12
- homeassistant/components/anthropic/translations/sv.json +20 -18
- homeassistant/components/anthropic/translations/tr.json +0 -22
- homeassistant/components/anthropic/translations/vi.json +1 -14
- homeassistant/components/anthropic/translations/zh-Hans.json +33 -18
- homeassistant/components/anthropic/translations/zh-Hant.json +33 -18
- homeassistant/components/aosmith/translations/ko.json +1 -1
- homeassistant/components/apcupsd/sensor.py +45 -0
- homeassistant/components/api/__init__.py +20 -3
- homeassistant/components/aprilaire/translations/it.json +14 -14
- homeassistant/components/apsystems/translations/ga.json +7 -0
- homeassistant/components/aquacell/translations/it.json +6 -1
- homeassistant/components/aranet/translations/it.json +9 -0
- homeassistant/components/assist_pipeline/pipeline.py +10 -0
- homeassistant/components/assist_satellite/__init__.py +117 -5
- homeassistant/components/assist_satellite/entity.py +159 -1
- homeassistant/components/assist_satellite/icons.json +3 -0
- homeassistant/components/assist_satellite/manifest.json +2 -1
- homeassistant/components/assist_satellite/services.yaml +61 -3
- homeassistant/components/assist_satellite/strings.json +38 -0
- homeassistant/components/assist_satellite/translations/bg.json +15 -0
- homeassistant/components/assist_satellite/translations/cs.json +38 -0
- homeassistant/components/assist_satellite/translations/de.json +38 -0
- homeassistant/components/assist_satellite/translations/el.json +38 -0
- homeassistant/components/assist_satellite/translations/en.json +38 -0
- homeassistant/components/assist_satellite/translations/es.json +38 -0
- homeassistant/components/assist_satellite/translations/et.json +38 -0
- homeassistant/components/assist_satellite/translations/fr.json +38 -0
- homeassistant/components/assist_satellite/translations/ga.json +38 -0
- homeassistant/components/assist_satellite/translations/hu.json +38 -0
- homeassistant/components/assist_satellite/translations/it.json +38 -0
- homeassistant/components/assist_satellite/translations/ja.json +8 -0
- homeassistant/components/assist_satellite/translations/lt.json +38 -0
- homeassistant/components/assist_satellite/translations/mk.json +22 -1
- homeassistant/components/assist_satellite/translations/nl.json +7 -0
- homeassistant/components/assist_satellite/translations/pt.json +38 -0
- homeassistant/components/assist_satellite/translations/ru.json +38 -0
- homeassistant/components/assist_satellite/translations/sk.json +38 -0
- homeassistant/components/assist_satellite/translations/sv.json +27 -0
- homeassistant/components/assist_satellite/translations/zh-Hans.json +38 -0
- homeassistant/components/assist_satellite/translations/zh-Hant.json +38 -0
- homeassistant/components/asuswrt/translations/nl.json +6 -0
- homeassistant/components/atag/water_heater.py +2 -0
- homeassistant/components/august/translations/mk.json +12 -0
- homeassistant/components/aurora/translations/sv.json +2 -2
- homeassistant/components/aussie_broadband/translations/ko.json +1 -1
- homeassistant/components/automation/helpers.py +2 -3
- homeassistant/components/automation/translations/it.json +2 -2
- homeassistant/components/axis/hub/hub.py +2 -2
- homeassistant/components/backup/__init__.py +4 -2
- homeassistant/components/backup/translations/de.json +1 -1
- homeassistant/components/baf/translations/it.json +11 -0
- homeassistant/components/balboa/translations/it.json +5 -1
- homeassistant/components/bang_olufsen/translations/el.json +24 -1
- homeassistant/components/bang_olufsen/translations/ga.json +25 -0
- homeassistant/components/binary_sensor/translations/es.json +3 -3
- homeassistant/components/binary_sensor/translations/it.json +13 -6
- homeassistant/components/blink/__init__.py +2 -2
- homeassistant/components/blink/services.py +27 -25
- homeassistant/components/blue_current/translations/el.json +3 -1
- homeassistant/components/blue_current/translations/it.json +16 -0
- homeassistant/components/bluetooth/manifest.json +1 -1
- homeassistant/components/bluetooth/translations/el.json +3 -0
- homeassistant/components/bmw_connected_drive/translations/el.json +5 -1
- homeassistant/components/bmw_connected_drive/translations/ga.json +47 -0
- homeassistant/components/bmw_connected_drive/translations/it.json +7 -0
- homeassistant/components/bmw_connected_drive/translations/nl.json +57 -1
- homeassistant/components/bosch_alarm/manifest.json +1 -1
- homeassistant/components/bosch_alarm/quality_scale.yaml +20 -17
- homeassistant/components/bosch_shc/translations/ko.json +1 -1
- homeassistant/components/bring/translations/el.json +1 -0
- homeassistant/components/bring/translations/ga.json +14 -0
- homeassistant/components/brunt/translations/ko.json +1 -1
- homeassistant/components/bryant_evolution/translations/el.json +1 -1
- homeassistant/components/bsblan/manifest.json +1 -1
- homeassistant/components/buienradar/sensor.py +0 -1
- homeassistant/components/caldav/translations/ko.json +1 -1
- homeassistant/components/calendar/translations/it.json +2 -2
- homeassistant/components/cambridge_audio/translations/ga.json +10 -0
- homeassistant/components/cambridge_audio/translations/it.json +2 -2
- homeassistant/components/cambridge_audio/translations/sv.json +1 -1
- homeassistant/components/camera/__init__.py +8 -20
- homeassistant/components/camera/manifest.json +1 -1
- homeassistant/components/camera/translations/it.json +2 -2
- homeassistant/components/camera/webrtc.py +9 -0
- homeassistant/components/climate/__init__.py +0 -26
- homeassistant/components/climate/strings.json +3 -0
- homeassistant/components/climate/translations/bg.json +3 -0
- homeassistant/components/climate/translations/cs.json +3 -0
- homeassistant/components/climate/translations/de.json +3 -0
- homeassistant/components/climate/translations/el.json +3 -0
- homeassistant/components/climate/translations/en.json +3 -0
- homeassistant/components/climate/translations/es.json +3 -0
- homeassistant/components/climate/translations/et.json +3 -0
- homeassistant/components/climate/translations/fr.json +3 -0
- homeassistant/components/climate/translations/ga.json +7 -1
- homeassistant/components/climate/translations/he.json +3 -0
- homeassistant/components/climate/translations/hu.json +3 -0
- homeassistant/components/climate/translations/id.json +3 -0
- homeassistant/components/climate/translations/it.json +20 -9
- homeassistant/components/climate/translations/lt.json +3 -0
- homeassistant/components/climate/translations/pt.json +3 -0
- homeassistant/components/climate/translations/ru.json +3 -0
- homeassistant/components/climate/translations/sk.json +3 -0
- homeassistant/components/climate/translations/sv.json +3 -0
- homeassistant/components/climate/translations/tr.json +3 -0
- homeassistant/components/climate/translations/zh-Hans.json +3 -0
- homeassistant/components/climate/translations/zh-Hant.json +3 -0
- homeassistant/components/cloud/manifest.json +1 -1
- homeassistant/components/cloudflare/__init__.py +24 -13
- homeassistant/components/comelit/translations/de.json +1 -1
- homeassistant/components/comelit/translations/it.json +13 -0
- homeassistant/components/command_line/notify.py +4 -23
- homeassistant/components/command_line/sensor.py +3 -30
- homeassistant/components/command_line/utils.py +39 -8
- homeassistant/components/compensation/manifest.json +1 -1
- homeassistant/components/control4/__init__.py +2 -2
- homeassistant/components/conversation/__init__.py +1 -1
- homeassistant/components/conversation/chat_log.py +30 -19
- homeassistant/components/conversation/manifest.json +1 -1
- homeassistant/components/conversation/models.py +13 -1
- homeassistant/components/cookidoo/translations/ga.json +47 -1
- homeassistant/components/counter/translations/sv.json +2 -2
- homeassistant/components/cover/__init__.py +0 -4
- homeassistant/components/cover/translations/it.json +3 -1
- homeassistant/components/deconz/climate.py +0 -2
- homeassistant/components/deconz/logbook.py +3 -3
- homeassistant/components/demo/translations/it.json +6 -3
- homeassistant/components/demo/translations/select.sv.json +2 -2
- homeassistant/components/denonavr/translations/el.json +5 -0
- homeassistant/components/derivative/config_flow.py +4 -0
- homeassistant/components/derivative/const.py +1 -0
- homeassistant/components/derivative/manifest.json +1 -1
- homeassistant/components/derivative/sensor.py +105 -22
- homeassistant/components/derivative/strings.json +4 -0
- homeassistant/components/derivative/translations/cs.json +4 -0
- homeassistant/components/derivative/translations/de.json +4 -0
- homeassistant/components/derivative/translations/el.json +4 -0
- homeassistant/components/derivative/translations/en.json +4 -0
- homeassistant/components/derivative/translations/es.json +4 -0
- homeassistant/components/derivative/translations/et.json +4 -0
- homeassistant/components/derivative/translations/fr.json +4 -0
- homeassistant/components/derivative/translations/ga.json +26 -0
- homeassistant/components/derivative/translations/hu.json +4 -0
- homeassistant/components/derivative/translations/it.json +4 -0
- homeassistant/components/derivative/translations/lt.json +4 -0
- homeassistant/components/derivative/translations/pt.json +4 -0
- homeassistant/components/derivative/translations/ru.json +4 -0
- homeassistant/components/derivative/translations/sk.json +4 -0
- homeassistant/components/derivative/translations/sv.json +4 -0
- homeassistant/components/derivative/translations/zh-Hans.json +4 -0
- homeassistant/components/derivative/translations/zh-Hant.json +4 -0
- homeassistant/components/device_automation/condition.py +52 -19
- homeassistant/components/devolo_home_control/__init__.py +28 -16
- homeassistant/components/devolo_home_control/climate.py +1 -1
- homeassistant/components/devolo_home_control/const.py +0 -3
- homeassistant/components/devolo_home_control/cover.py +1 -1
- homeassistant/components/devolo_home_control/entity.py +21 -0
- homeassistant/components/devolo_home_control/light.py +1 -1
- homeassistant/components/devolo_home_control/siren.py +1 -1
- homeassistant/components/devolo_home_control/strings.json +21 -0
- homeassistant/components/devolo_home_control/translations/bg.json +6 -0
- homeassistant/components/devolo_home_control/translations/cs.json +21 -0
- homeassistant/components/devolo_home_control/translations/de.json +21 -0
- homeassistant/components/devolo_home_control/translations/el.json +17 -0
- homeassistant/components/devolo_home_control/translations/en.json +21 -0
- homeassistant/components/devolo_home_control/translations/es.json +21 -0
- homeassistant/components/devolo_home_control/translations/et.json +21 -0
- homeassistant/components/devolo_home_control/translations/ga.json +28 -1
- homeassistant/components/devolo_home_control/translations/hu.json +21 -0
- homeassistant/components/devolo_home_control/translations/id.json +5 -0
- homeassistant/components/devolo_home_control/translations/it.json +6 -0
- homeassistant/components/devolo_home_control/translations/lt.json +21 -0
- homeassistant/components/devolo_home_control/translations/nl.json +10 -0
- homeassistant/components/devolo_home_control/translations/pt.json +21 -0
- homeassistant/components/devolo_home_control/translations/sk.json +21 -0
- homeassistant/components/devolo_home_control/translations/sv.json +10 -0
- homeassistant/components/devolo_home_control/translations/tr.json +11 -0
- homeassistant/components/devolo_home_control/translations/zh-Hans.json +21 -0
- homeassistant/components/devolo_home_control/translations/zh-Hant.json +21 -0
- homeassistant/components/devolo_home_network/device_tracker.py +2 -0
- homeassistant/components/discord/manifest.json +1 -1
- homeassistant/components/dlink/manifest.json +1 -1
- homeassistant/components/dnsip/sensor.py +4 -3
- homeassistant/components/dormakaba_dkey/manifest.json +1 -1
- homeassistant/components/downloader/__init__.py +2 -2
- homeassistant/components/downloader/services.py +4 -4
- homeassistant/components/drop_connect/sensor.py +1 -1
- homeassistant/components/drop_connect/translations/it.json +12 -0
- homeassistant/components/drop_connect/translations/nl.json +5 -0
- homeassistant/components/dsmr/sensor.py +8 -0
- homeassistant/components/dsmr/translations/it.json +5 -1
- homeassistant/components/dsmr_reader/translations/it.json +5 -1
- homeassistant/components/ecoforest/translations/it.json +2 -2
- homeassistant/components/ecovacs/binary_sensor.py +4 -5
- homeassistant/components/ecovacs/entity.py +8 -12
- homeassistant/components/ecovacs/manifest.json +1 -1
- homeassistant/components/ecovacs/number.py +3 -5
- homeassistant/components/ecovacs/select.py +5 -5
- homeassistant/components/ecovacs/sensor.py +2 -4
- homeassistant/components/ecovacs/translations/el.json +1 -0
- homeassistant/components/ecovacs/translations/it.json +14 -0
- homeassistant/components/ecovacs/translations/nl.json +4 -0
- homeassistant/components/ecovacs/translations/sv.json +1 -1
- homeassistant/components/edl21/manifest.json +1 -1
- homeassistant/components/eheimdigital/number.py +13 -13
- homeassistant/components/eheimdigital/select.py +12 -12
- homeassistant/components/eheimdigital/sensor.py +11 -11
- homeassistant/components/eheimdigital/time.py +10 -12
- homeassistant/components/eheimdigital/translations/ga.json +9 -0
- homeassistant/components/electric_kiwi/strings.json +7 -1
- homeassistant/components/electric_kiwi/translations/cs.json +6 -0
- homeassistant/components/electric_kiwi/translations/de.json +6 -0
- homeassistant/components/electric_kiwi/translations/el.json +6 -0
- homeassistant/components/electric_kiwi/translations/en-GB.json +6 -0
- homeassistant/components/electric_kiwi/translations/en.json +6 -0
- homeassistant/components/electric_kiwi/translations/es.json +6 -0
- homeassistant/components/electric_kiwi/translations/et.json +6 -0
- homeassistant/components/electric_kiwi/translations/fr.json +6 -0
- homeassistant/components/electric_kiwi/translations/ga.json +14 -1
- homeassistant/components/electric_kiwi/translations/he.json +6 -0
- homeassistant/components/electric_kiwi/translations/hu.json +6 -0
- homeassistant/components/electric_kiwi/translations/id.json +6 -0
- homeassistant/components/electric_kiwi/translations/ja.json +6 -0
- homeassistant/components/electric_kiwi/translations/ko.json +1 -1
- homeassistant/components/electric_kiwi/translations/lt.json +6 -0
- homeassistant/components/electric_kiwi/translations/mk.json +14 -1
- homeassistant/components/electric_kiwi/translations/pt.json +6 -0
- homeassistant/components/electric_kiwi/translations/ru.json +6 -0
- homeassistant/components/electric_kiwi/translations/sk.json +6 -0
- homeassistant/components/electric_kiwi/translations/sv.json +6 -0
- homeassistant/components/electric_kiwi/translations/tr.json +6 -0
- homeassistant/components/electric_kiwi/translations/zh-Hans.json +6 -0
- homeassistant/components/electric_kiwi/translations/zh-Hant.json +6 -0
- homeassistant/components/elkm1/__init__.py +5 -65
- homeassistant/components/elkm1/services.py +78 -0
- homeassistant/components/emoncms/translations/el.json +6 -0
- homeassistant/components/emoncms/translations/ga.json +1 -0
- homeassistant/components/enphase_envoy/__init__.py +5 -22
- homeassistant/components/enphase_envoy/config_flow.py +2 -2
- homeassistant/components/enphase_envoy/diagnostics.py +6 -4
- homeassistant/components/enphase_envoy/entity.py +2 -2
- homeassistant/components/enphase_envoy/manifest.json +1 -1
- homeassistant/components/enphase_envoy/sensor.py +109 -0
- homeassistant/components/enphase_envoy/strings.json +28 -1
- homeassistant/components/enphase_envoy/translations/bg.json +6 -1
- homeassistant/components/enphase_envoy/translations/cs.json +28 -2
- homeassistant/components/enphase_envoy/translations/de.json +47 -20
- homeassistant/components/enphase_envoy/translations/el.json +25 -1
- homeassistant/components/enphase_envoy/translations/en-GB.json +0 -3
- homeassistant/components/enphase_envoy/translations/en.json +28 -1
- homeassistant/components/enphase_envoy/translations/es.json +28 -1
- homeassistant/components/enphase_envoy/translations/et.json +28 -1
- homeassistant/components/enphase_envoy/translations/ga.json +39 -1
- homeassistant/components/enphase_envoy/translations/hu.json +27 -1
- homeassistant/components/enphase_envoy/translations/it.json +30 -0
- homeassistant/components/enphase_envoy/translations/ja.json +27 -4
- homeassistant/components/enphase_envoy/translations/lt.json +28 -1
- homeassistant/components/enphase_envoy/translations/nl.json +2 -1
- homeassistant/components/enphase_envoy/translations/pt-BR.json +0 -4
- homeassistant/components/enphase_envoy/translations/pt.json +27 -1
- homeassistant/components/enphase_envoy/translations/ru.json +0 -4
- homeassistant/components/enphase_envoy/translations/sk.json +28 -1
- homeassistant/components/enphase_envoy/translations/sv.json +23 -6
- homeassistant/components/enphase_envoy/translations/tr.json +0 -4
- homeassistant/components/enphase_envoy/translations/zh-Hans.json +28 -1
- homeassistant/components/enphase_envoy/translations/zh-Hant.json +27 -0
- homeassistant/components/eq3btsmart/__init__.py +1 -7
- homeassistant/components/eq3btsmart/binary_sensor.py +0 -4
- homeassistant/components/eq3btsmart/climate.py +27 -46
- homeassistant/components/eq3btsmart/const.py +10 -9
- homeassistant/components/eq3btsmart/entity.py +38 -5
- homeassistant/components/eq3btsmart/manifest.json +1 -1
- homeassistant/components/eq3btsmart/number.py +18 -24
- homeassistant/components/eq3btsmart/schemas.py +2 -2
- homeassistant/components/eq3btsmart/sensor.py +1 -7
- homeassistant/components/eq3btsmart/switch.py +24 -8
- homeassistant/components/eq3btsmart/translations/nl.json +12 -0
- homeassistant/components/esphome/assist_satellite.py +12 -1
- homeassistant/components/esphome/dashboard.py +1 -3
- homeassistant/components/esphome/entity.py +90 -15
- homeassistant/components/esphome/entry_data.py +22 -2
- homeassistant/components/esphome/manager.py +63 -3
- homeassistant/components/esphome/manifest.json +1 -1
- homeassistant/components/esphome/sensor.py +3 -2
- homeassistant/components/esphome/translations/sv.json +2 -2
- homeassistant/components/evohome/water_heater.py +5 -3
- homeassistant/components/ezviz/select.py +104 -24
- homeassistant/components/ezviz/strings.json +10 -0
- homeassistant/components/ezviz/translations/bg.json +6 -0
- homeassistant/components/ezviz/translations/cs.json +10 -0
- homeassistant/components/ezviz/translations/de.json +10 -0
- homeassistant/components/ezviz/translations/el.json +10 -0
- homeassistant/components/ezviz/translations/en.json +10 -0
- homeassistant/components/ezviz/translations/es.json +10 -0
- homeassistant/components/ezviz/translations/et.json +10 -0
- homeassistant/components/ezviz/translations/ga.json +16 -0
- homeassistant/components/ezviz/translations/hu.json +10 -0
- homeassistant/components/ezviz/translations/it.json +10 -0
- homeassistant/components/ezviz/translations/ja.json +10 -0
- homeassistant/components/ezviz/translations/lt.json +10 -0
- homeassistant/components/ezviz/translations/mk.json +13 -0
- homeassistant/components/ezviz/translations/nl.json +10 -0
- homeassistant/components/ezviz/translations/pt.json +10 -0
- homeassistant/components/ezviz/translations/sk.json +10 -0
- homeassistant/components/ezviz/translations/sv.json +10 -0
- homeassistant/components/ezviz/translations/zh-Hans.json +10 -0
- homeassistant/components/ezviz/translations/zh-Hant.json +10 -0
- homeassistant/components/fan/translations/it.json +2 -2
- homeassistant/components/fan/translations/sv.json +1 -1
- homeassistant/components/ffmpeg/__init__.py +10 -41
- homeassistant/components/ffmpeg/const.py +9 -0
- homeassistant/components/ffmpeg/services.py +52 -0
- homeassistant/components/fibaro/cover.py +77 -32
- homeassistant/components/fibaro/light.py +2 -2
- homeassistant/components/fibaro/translations/ga.json +19 -0
- homeassistant/components/fibaro/translations/ko.json +1 -1
- homeassistant/components/filter/translations/ga.json +2 -1
- homeassistant/components/fitbit/strings.json +7 -1
- homeassistant/components/fitbit/translations/cs.json +6 -0
- homeassistant/components/fitbit/translations/de.json +6 -0
- homeassistant/components/fitbit/translations/el.json +9 -0
- homeassistant/components/fitbit/translations/en-GB.json +6 -0
- homeassistant/components/fitbit/translations/en.json +6 -0
- homeassistant/components/fitbit/translations/es.json +6 -0
- homeassistant/components/fitbit/translations/et.json +6 -0
- homeassistant/components/fitbit/translations/fr.json +6 -0
- homeassistant/components/fitbit/translations/ga.json +14 -1
- homeassistant/components/fitbit/translations/he.json +6 -0
- homeassistant/components/fitbit/translations/hu.json +6 -0
- homeassistant/components/fitbit/translations/id.json +6 -0
- homeassistant/components/fitbit/translations/ja.json +6 -0
- homeassistant/components/fitbit/translations/ko.json +1 -1
- homeassistant/components/fitbit/translations/lt.json +6 -0
- homeassistant/components/fitbit/translations/mk.json +14 -1
- homeassistant/components/fitbit/translations/pt.json +6 -0
- homeassistant/components/fitbit/translations/ru.json +6 -0
- homeassistant/components/fitbit/translations/sk.json +6 -0
- homeassistant/components/fitbit/translations/sv.json +6 -0
- homeassistant/components/fitbit/translations/tr.json +6 -0
- homeassistant/components/fitbit/translations/zh-Hans.json +6 -0
- homeassistant/components/fitbit/translations/zh-Hant.json +6 -0
- homeassistant/components/flick_electric/translations/mk.json +9 -0
- homeassistant/components/flipr/translations/it.json +8 -0
- homeassistant/components/flume/translations/nl.json +13 -0
- homeassistant/components/foscam/__init__.py +1 -1
- homeassistant/components/foscam/config_flow.py +2 -2
- homeassistant/components/foscam/coordinator.py +1 -1
- homeassistant/components/foscam/manifest.json +2 -2
- homeassistant/components/freedompro/climate.py +0 -2
- homeassistant/components/fritz/__init__.py +1 -1
- homeassistant/components/fritz/binary_sensor.py +2 -1
- homeassistant/components/fritz/button.py +3 -8
- homeassistant/components/fritz/coordinator.py +16 -207
- homeassistant/components/fritz/device_tracker.py +3 -8
- homeassistant/components/fritz/entity.py +2 -1
- homeassistant/components/fritz/helpers.py +39 -0
- homeassistant/components/fritz/models.py +182 -0
- homeassistant/components/fritz/sensor.py +2 -1
- homeassistant/components/fritz/services.py +3 -2
- homeassistant/components/fritz/switch.py +3 -9
- homeassistant/components/fritz/translations/nl.json +3 -0
- homeassistant/components/fritzbox/translations/mk.json +9 -0
- homeassistant/components/fritzbox_callmonitor/translations/ga.json +13 -0
- homeassistant/components/fronius/translations/el.json +14 -1
- homeassistant/components/fronius/translations/ga.json +22 -0
- homeassistant/components/fronius/translations/it.json +4 -0
- homeassistant/components/fronius/translations/sv.json +3 -3
- homeassistant/components/frontend/__init__.py +1 -2
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/fully_kiosk/__init__.py +1 -1
- homeassistant/components/fully_kiosk/services.py +65 -63
- homeassistant/components/fyta/translations/it.json +8 -0
- homeassistant/components/generic/translations/ga.json +4 -0
- homeassistant/components/generic_thermostat/translations/ga.json +22 -0
- homeassistant/components/geocaching/strings.json +7 -1
- homeassistant/components/geocaching/translations/cs.json +6 -0
- homeassistant/components/geocaching/translations/de.json +6 -0
- homeassistant/components/geocaching/translations/el.json +6 -0
- homeassistant/components/geocaching/translations/en-GB.json +6 -0
- homeassistant/components/geocaching/translations/en.json +6 -0
- homeassistant/components/geocaching/translations/es.json +6 -0
- homeassistant/components/geocaching/translations/et.json +6 -0
- homeassistant/components/geocaching/translations/fr.json +6 -0
- homeassistant/components/geocaching/translations/ga.json +14 -1
- homeassistant/components/geocaching/translations/he.json +6 -0
- homeassistant/components/geocaching/translations/hu.json +6 -0
- homeassistant/components/geocaching/translations/id.json +6 -0
- homeassistant/components/geocaching/translations/ja.json +6 -0
- homeassistant/components/geocaching/translations/ko.json +1 -1
- homeassistant/components/geocaching/translations/lt.json +6 -0
- homeassistant/components/geocaching/translations/mk.json +14 -1
- homeassistant/components/geocaching/translations/pt.json +6 -0
- homeassistant/components/geocaching/translations/ru.json +6 -0
- homeassistant/components/geocaching/translations/sk.json +6 -0
- homeassistant/components/geocaching/translations/sv.json +6 -0
- homeassistant/components/geocaching/translations/tr.json +6 -0
- homeassistant/components/geocaching/translations/zh-Hans.json +6 -0
- homeassistant/components/geocaching/translations/zh-Hant.json +6 -0
- homeassistant/components/go2rtc/__init__.py +73 -32
- homeassistant/components/goalzero/sensor.py +1 -0
- homeassistant/components/goodwe/translations/sv.json +5 -5
- homeassistant/components/google/__init__.py +3 -138
- homeassistant/components/google/strings.json +7 -1
- homeassistant/components/google/translations/cs.json +6 -0
- homeassistant/components/google/translations/de.json +6 -0
- homeassistant/components/google/translations/el.json +6 -0
- homeassistant/components/google/translations/en-GB.json +6 -0
- homeassistant/components/google/translations/en.json +6 -0
- homeassistant/components/google/translations/es.json +6 -0
- homeassistant/components/google/translations/et.json +6 -0
- homeassistant/components/google/translations/fr.json +6 -0
- homeassistant/components/google/translations/ga.json +10 -0
- homeassistant/components/google/translations/he.json +6 -0
- homeassistant/components/google/translations/hu.json +6 -0
- homeassistant/components/google/translations/id.json +6 -0
- homeassistant/components/google/translations/ja.json +6 -0
- homeassistant/components/google/translations/ko.json +1 -1
- homeassistant/components/google/translations/lt.json +6 -0
- homeassistant/components/google/translations/mk.json +14 -1
- homeassistant/components/google/translations/pt.json +6 -0
- homeassistant/components/google/translations/ru.json +6 -0
- homeassistant/components/google/translations/sk.json +6 -0
- homeassistant/components/google/translations/sv.json +6 -0
- homeassistant/components/google/translations/tr.json +6 -0
- homeassistant/components/google/translations/zh-Hans.json +6 -0
- homeassistant/components/google/translations/zh-Hant.json +6 -0
- homeassistant/components/google_assistant/helpers.py +5 -6
- homeassistant/components/google_assistant_sdk/__init__.py +4 -54
- homeassistant/components/google_assistant_sdk/services.py +63 -0
- homeassistant/components/google_assistant_sdk/strings.json +7 -1
- homeassistant/components/google_assistant_sdk/translations/cs.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/de.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/el.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/en-GB.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/en.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/es.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/et.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/fr.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/ga.json +12 -0
- homeassistant/components/google_assistant_sdk/translations/he.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/hu.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/id.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/ja.json +11 -0
- homeassistant/components/google_assistant_sdk/translations/lt.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/mk.json +14 -1
- homeassistant/components/google_assistant_sdk/translations/pt.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/ru.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/sk.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/sv.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/tr.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/zh-Hans.json +6 -0
- homeassistant/components/google_assistant_sdk/translations/zh-Hant.json +6 -0
- homeassistant/components/google_drive/strings.json +7 -1
- homeassistant/components/google_drive/translations/cs.json +6 -0
- homeassistant/components/google_drive/translations/de.json +6 -0
- homeassistant/components/google_drive/translations/el.json +6 -0
- homeassistant/components/google_drive/translations/en-GB.json +6 -0
- homeassistant/components/google_drive/translations/en.json +6 -0
- homeassistant/components/google_drive/translations/es.json +6 -0
- homeassistant/components/google_drive/translations/et.json +6 -0
- homeassistant/components/google_drive/translations/fr.json +6 -0
- homeassistant/components/google_drive/translations/ga.json +8 -0
- homeassistant/components/google_drive/translations/he.json +6 -0
- homeassistant/components/google_drive/translations/hu.json +6 -0
- homeassistant/components/google_drive/translations/id.json +6 -0
- homeassistant/components/google_drive/translations/ja.json +6 -0
- homeassistant/components/google_drive/translations/lt.json +6 -0
- homeassistant/components/google_drive/translations/mk.json +14 -1
- homeassistant/components/google_drive/translations/pt.json +6 -0
- homeassistant/components/google_drive/translations/ru.json +6 -0
- homeassistant/components/google_drive/translations/sk.json +6 -0
- homeassistant/components/google_drive/translations/sv.json +6 -0
- homeassistant/components/google_drive/translations/tr.json +6 -0
- homeassistant/components/google_drive/translations/zh-Hans.json +6 -0
- homeassistant/components/google_drive/translations/zh-Hant.json +6 -0
- homeassistant/components/google_generative_ai_conversation/__init__.py +154 -5
- homeassistant/components/google_generative_ai_conversation/config_flow.py +158 -66
- homeassistant/components/google_generative_ai_conversation/const.py +18 -1
- homeassistant/components/google_generative_ai_conversation/conversation.py +22 -471
- homeassistant/components/google_generative_ai_conversation/diagnostics.py +1 -0
- homeassistant/components/google_generative_ai_conversation/entity.py +482 -0
- homeassistant/components/google_generative_ai_conversation/helpers.py +73 -0
- homeassistant/components/google_generative_ai_conversation/strings.json +65 -24
- homeassistant/components/google_generative_ai_conversation/translations/bg.json +34 -9
- homeassistant/components/google_generative_ai_conversation/translations/ca.json +0 -14
- homeassistant/components/google_generative_ai_conversation/translations/cs.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/de.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/el.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/en-GB.json +0 -28
- homeassistant/components/google_generative_ai_conversation/translations/en.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/es.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/et.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/fi.json +0 -13
- homeassistant/components/google_generative_ai_conversation/translations/fr.json +82 -26
- homeassistant/components/google_generative_ai_conversation/translations/fy.json +0 -11
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +61 -9
- homeassistant/components/google_generative_ai_conversation/translations/he.json +0 -24
- homeassistant/components/google_generative_ai_conversation/translations/hu.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/id.json +26 -19
- homeassistant/components/google_generative_ai_conversation/translations/it.json +65 -14
- homeassistant/components/google_generative_ai_conversation/translations/ja.json +65 -19
- homeassistant/components/google_generative_ai_conversation/translations/ko.json +0 -15
- homeassistant/components/google_generative_ai_conversation/translations/lt.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/lv.json +0 -9
- homeassistant/components/google_generative_ai_conversation/translations/mk.json +11 -0
- homeassistant/components/google_generative_ai_conversation/translations/nb.json +0 -9
- homeassistant/components/google_generative_ai_conversation/translations/nl.json +36 -17
- homeassistant/components/google_generative_ai_conversation/translations/pl.json +0 -23
- homeassistant/components/google_generative_ai_conversation/translations/pt-BR.json +0 -11
- homeassistant/components/google_generative_ai_conversation/translations/pt.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/ro.json +0 -11
- homeassistant/components/google_generative_ai_conversation/translations/ru.json +67 -28
- homeassistant/components/google_generative_ai_conversation/translations/sk.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/sl.json +0 -23
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +44 -28
- homeassistant/components/google_generative_ai_conversation/translations/tr.json +0 -23
- homeassistant/components/google_generative_ai_conversation/translations/uk.json +0 -11
- homeassistant/components/google_generative_ai_conversation/translations/vi.json +0 -12
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +69 -28
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +69 -28
- homeassistant/components/google_generative_ai_conversation/tts.py +157 -0
- homeassistant/components/google_mail/__init__.py +3 -3
- homeassistant/components/google_mail/services.py +48 -47
- homeassistant/components/google_mail/strings.json +7 -1
- homeassistant/components/google_mail/translations/cs.json +6 -0
- homeassistant/components/google_mail/translations/de.json +6 -0
- homeassistant/components/google_mail/translations/el.json +6 -0
- homeassistant/components/google_mail/translations/en-GB.json +6 -0
- homeassistant/components/google_mail/translations/en.json +6 -0
- homeassistant/components/google_mail/translations/es.json +6 -0
- homeassistant/components/google_mail/translations/et.json +6 -0
- homeassistant/components/google_mail/translations/fr.json +6 -0
- homeassistant/components/google_mail/translations/ga.json +14 -1
- homeassistant/components/google_mail/translations/he.json +6 -0
- homeassistant/components/google_mail/translations/hu.json +6 -0
- homeassistant/components/google_mail/translations/id.json +6 -0
- homeassistant/components/google_mail/translations/it.json +7 -1
- homeassistant/components/google_mail/translations/ja.json +6 -0
- homeassistant/components/google_mail/translations/lt.json +6 -0
- homeassistant/components/google_mail/translations/mk.json +12 -0
- homeassistant/components/google_mail/translations/pt.json +6 -0
- homeassistant/components/google_mail/translations/ru.json +6 -0
- homeassistant/components/google_mail/translations/sk.json +6 -0
- homeassistant/components/google_mail/translations/sv.json +6 -0
- homeassistant/components/google_mail/translations/tr.json +6 -0
- homeassistant/components/google_mail/translations/zh-Hans.json +6 -0
- homeassistant/components/google_mail/translations/zh-Hant.json +6 -0
- homeassistant/components/google_photos/__init__.py +14 -7
- homeassistant/components/google_photos/services.py +79 -79
- homeassistant/components/google_photos/strings.json +7 -1
- homeassistant/components/google_photos/translations/cs.json +6 -0
- homeassistant/components/google_photos/translations/de.json +6 -0
- homeassistant/components/google_photos/translations/el.json +6 -0
- homeassistant/components/google_photos/translations/en-GB.json +6 -0
- homeassistant/components/google_photos/translations/en.json +6 -0
- homeassistant/components/google_photos/translations/es.json +6 -0
- homeassistant/components/google_photos/translations/et.json +6 -0
- homeassistant/components/google_photos/translations/fr.json +6 -0
- homeassistant/components/google_photos/translations/ga.json +8 -0
- homeassistant/components/google_photos/translations/he.json +6 -0
- homeassistant/components/google_photos/translations/hu.json +6 -0
- homeassistant/components/google_photos/translations/id.json +6 -0
- homeassistant/components/google_photos/translations/it.json +6 -0
- homeassistant/components/google_photos/translations/ja.json +6 -0
- homeassistant/components/google_photos/translations/ko.json +1 -1
- homeassistant/components/google_photos/translations/lt.json +6 -0
- homeassistant/components/google_photos/translations/mk.json +14 -1
- homeassistant/components/google_photos/translations/pt.json +6 -0
- homeassistant/components/google_photos/translations/ru.json +6 -0
- homeassistant/components/google_photos/translations/sk.json +6 -0
- homeassistant/components/google_photos/translations/sv.json +6 -0
- homeassistant/components/google_photos/translations/tr.json +6 -0
- homeassistant/components/google_photos/translations/zh-Hans.json +6 -0
- homeassistant/components/google_photos/translations/zh-Hant.json +6 -0
- homeassistant/components/google_sheets/__init__.py +12 -80
- homeassistant/components/google_sheets/services.py +88 -0
- homeassistant/components/google_sheets/strings.json +7 -1
- homeassistant/components/google_sheets/translations/cs.json +6 -0
- homeassistant/components/google_sheets/translations/de.json +6 -0
- homeassistant/components/google_sheets/translations/el.json +6 -0
- homeassistant/components/google_sheets/translations/en-GB.json +6 -0
- homeassistant/components/google_sheets/translations/en.json +6 -0
- homeassistant/components/google_sheets/translations/es.json +6 -0
- homeassistant/components/google_sheets/translations/et.json +6 -0
- homeassistant/components/google_sheets/translations/fr.json +6 -0
- homeassistant/components/google_sheets/translations/ga.json +14 -1
- homeassistant/components/google_sheets/translations/he.json +6 -0
- homeassistant/components/google_sheets/translations/hu.json +6 -0
- homeassistant/components/google_sheets/translations/id.json +6 -0
- homeassistant/components/google_sheets/translations/it.json +6 -0
- homeassistant/components/google_sheets/translations/ja.json +6 -0
- homeassistant/components/google_sheets/translations/ko.json +1 -1
- homeassistant/components/google_sheets/translations/lt.json +6 -0
- homeassistant/components/google_sheets/translations/mk.json +10 -0
- homeassistant/components/google_sheets/translations/pt.json +6 -0
- homeassistant/components/google_sheets/translations/ru.json +6 -0
- homeassistant/components/google_sheets/translations/sk.json +6 -0
- homeassistant/components/google_sheets/translations/sv.json +6 -0
- homeassistant/components/google_sheets/translations/tr.json +6 -0
- homeassistant/components/google_sheets/translations/zh-Hans.json +6 -0
- homeassistant/components/google_sheets/translations/zh-Hant.json +6 -0
- homeassistant/components/google_tasks/strings.json +7 -1
- homeassistant/components/google_tasks/translations/cs.json +6 -0
- homeassistant/components/google_tasks/translations/de.json +6 -0
- homeassistant/components/google_tasks/translations/el.json +6 -0
- homeassistant/components/google_tasks/translations/en-GB.json +6 -0
- homeassistant/components/google_tasks/translations/en.json +6 -0
- homeassistant/components/google_tasks/translations/es.json +6 -0
- homeassistant/components/google_tasks/translations/et.json +6 -0
- homeassistant/components/google_tasks/translations/fr.json +10 -0
- homeassistant/components/google_tasks/translations/ga.json +8 -0
- homeassistant/components/google_tasks/translations/he.json +6 -0
- homeassistant/components/google_tasks/translations/hu.json +6 -0
- homeassistant/components/google_tasks/translations/id.json +6 -0
- homeassistant/components/google_tasks/translations/it.json +3 -0
- homeassistant/components/google_tasks/translations/ja.json +6 -0
- homeassistant/components/google_tasks/translations/ko.json +1 -1
- homeassistant/components/google_tasks/translations/lt.json +6 -0
- homeassistant/components/google_tasks/translations/mk.json +14 -1
- homeassistant/components/google_tasks/translations/pt.json +6 -0
- homeassistant/components/google_tasks/translations/ru.json +6 -0
- homeassistant/components/google_tasks/translations/sk.json +6 -0
- homeassistant/components/google_tasks/translations/sv.json +6 -0
- homeassistant/components/google_tasks/translations/tr.json +6 -0
- homeassistant/components/google_tasks/translations/zh-Hans.json +6 -0
- homeassistant/components/google_tasks/translations/zh-Hant.json +6 -0
- homeassistant/components/google_travel_time/translations/it.json +7 -0
- homeassistant/components/group/sensor.py +5 -5
- homeassistant/components/group/translations/el.json +18 -18
- homeassistant/components/group/translations/it.json +2 -2
- homeassistant/components/group/translations/pl.json +52 -2
- homeassistant/components/growatt_server/translations/de.json +28 -28
- homeassistant/components/habitica/const.py +1 -1
- homeassistant/components/habitica/services.py +521 -514
- homeassistant/components/habitica/translations/el.json +6 -0
- homeassistant/components/habitica/translations/ga.json +27 -0
- homeassistant/components/habitica/translations/mk.json +39 -0
- homeassistant/components/harmony/translations/select.sv.json +1 -1
- homeassistant/components/harmony/translations/sv.json +1 -1
- homeassistant/components/hassio/__init__.py +1 -9
- homeassistant/components/hassio/const.py +1 -1
- homeassistant/components/hassio/coordinator.py +1 -1
- homeassistant/components/hassio/ingress.py +6 -2
- homeassistant/components/hassio/translations/lt.json +6 -6
- homeassistant/components/hassio/update_helper.py +3 -6
- homeassistant/components/heos/translations/ga.json +4 -0
- homeassistant/components/here_travel_time/coordinator.py +11 -9
- homeassistant/components/here_travel_time/manifest.json +1 -1
- homeassistant/components/here_travel_time/model.py +3 -1
- homeassistant/components/here_travel_time/sensor.py +6 -2
- homeassistant/components/hive/translations/it.json +4 -3
- homeassistant/components/hive/translations/mk.json +8 -0
- homeassistant/components/hive/water_heater.py +3 -1
- homeassistant/components/holiday/translations/ga.json +55 -0
- homeassistant/components/home_connect/diagnostics.py +20 -2
- homeassistant/components/home_connect/manifest.json +3 -2
- homeassistant/components/home_connect/quality_scale.yaml +71 -0
- homeassistant/components/home_connect/strings.json +7 -1
- homeassistant/components/home_connect/translations/cs.json +6 -0
- homeassistant/components/home_connect/translations/de.json +6 -0
- homeassistant/components/home_connect/translations/el.json +6 -0
- homeassistant/components/home_connect/translations/en-GB.json +6 -0
- homeassistant/components/home_connect/translations/en.json +6 -0
- homeassistant/components/home_connect/translations/es.json +6 -0
- homeassistant/components/home_connect/translations/et.json +6 -0
- homeassistant/components/home_connect/translations/fr.json +6 -0
- homeassistant/components/home_connect/translations/ga.json +8 -0
- homeassistant/components/home_connect/translations/he.json +6 -0
- homeassistant/components/home_connect/translations/hu.json +6 -0
- homeassistant/components/home_connect/translations/id.json +6 -0
- homeassistant/components/home_connect/translations/it.json +128 -30
- homeassistant/components/home_connect/translations/ja.json +9 -0
- homeassistant/components/home_connect/translations/lt.json +6 -0
- homeassistant/components/home_connect/translations/mk.json +12 -0
- homeassistant/components/home_connect/translations/pt.json +6 -0
- homeassistant/components/home_connect/translations/ru.json +6 -0
- homeassistant/components/home_connect/translations/sk.json +6 -0
- homeassistant/components/home_connect/translations/sv.json +6 -0
- homeassistant/components/home_connect/translations/tr.json +6 -0
- homeassistant/components/home_connect/translations/zh-Hans.json +6 -0
- homeassistant/components/home_connect/translations/zh-Hant.json +6 -0
- homeassistant/components/homeassistant/__init__.py +45 -45
- homeassistant/components/homeassistant/strings.json +1 -0
- homeassistant/components/homeassistant/system_health.py +1 -0
- homeassistant/components/homeassistant/translations/cs.json +1 -0
- homeassistant/components/homeassistant/translations/de.json +1 -0
- homeassistant/components/homeassistant/translations/el.json +2 -1
- homeassistant/components/homeassistant/translations/en.json +1 -0
- homeassistant/components/homeassistant/translations/es.json +1 -0
- homeassistant/components/homeassistant/translations/et.json +1 -0
- homeassistant/components/homeassistant/translations/fr.json +1 -0
- homeassistant/components/homeassistant/translations/ga.json +9 -0
- homeassistant/components/homeassistant/translations/hu.json +1 -0
- homeassistant/components/homeassistant/translations/it.json +28 -0
- homeassistant/components/homeassistant/translations/ja.json +1 -0
- homeassistant/components/homeassistant/translations/lt.json +10 -9
- homeassistant/components/homeassistant/translations/nl.json +2 -1
- homeassistant/components/homeassistant/translations/pt.json +5 -0
- homeassistant/components/homeassistant/translations/ru.json +1 -0
- homeassistant/components/homeassistant/translations/sk.json +1 -0
- homeassistant/components/homeassistant/translations/sv.json +1 -0
- homeassistant/components/homeassistant/translations/zh-Hans.json +1 -0
- homeassistant/components/homeassistant/translations/zh-Hant.json +1 -0
- homeassistant/components/homeassistant_hardware/firmware_config_flow.py +279 -231
- homeassistant/components/homeassistant_hardware/manifest.json +1 -1
- homeassistant/components/homeassistant_hardware/silabs_multiprotocol_addon.py +6 -15
- homeassistant/components/homeassistant_hardware/strings.json +4 -30
- homeassistant/components/homeassistant_hardware/translations/bg.json +0 -18
- homeassistant/components/homeassistant_hardware/translations/ca.json +0 -28
- homeassistant/components/homeassistant_hardware/translations/cs.json +1 -29
- homeassistant/components/homeassistant_hardware/translations/da.json +0 -10
- homeassistant/components/homeassistant_hardware/translations/de.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/el.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +1 -31
- homeassistant/components/homeassistant_hardware/translations/en.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/es.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/et.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/fi.json +0 -10
- homeassistant/components/homeassistant_hardware/translations/fr.json +2 -29
- homeassistant/components/homeassistant_hardware/translations/fy.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/ga.json +13 -0
- homeassistant/components/homeassistant_hardware/translations/he.json +0 -31
- homeassistant/components/homeassistant_hardware/translations/hu.json +2 -29
- homeassistant/components/homeassistant_hardware/translations/id.json +0 -31
- homeassistant/components/homeassistant_hardware/translations/it.json +7 -13
- homeassistant/components/homeassistant_hardware/translations/ja.json +2 -27
- homeassistant/components/homeassistant_hardware/translations/ko.json +0 -29
- homeassistant/components/homeassistant_hardware/translations/lt.json +19 -45
- homeassistant/components/homeassistant_hardware/translations/lv.json +0 -4
- homeassistant/components/homeassistant_hardware/translations/mk.json +12 -0
- homeassistant/components/homeassistant_hardware/translations/nl.json +2 -20
- homeassistant/components/homeassistant_hardware/translations/pt-BR.json +0 -4
- homeassistant/components/homeassistant_hardware/translations/pt.json +2 -29
- homeassistant/components/homeassistant_hardware/translations/ru.json +2 -29
- homeassistant/components/homeassistant_hardware/translations/sk.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/sv.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/tr.json +0 -31
- homeassistant/components/homeassistant_hardware/translations/uk.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/vi.json +0 -3
- homeassistant/components/homeassistant_hardware/translations/zh-Hans.json +3 -29
- homeassistant/components/homeassistant_hardware/translations/zh-Hant.json +3 -29
- homeassistant/components/homeassistant_hardware/update.py +20 -68
- homeassistant/components/homeassistant_hardware/util.py +53 -2
- homeassistant/components/homeassistant_sky_connect/config_flow.py +44 -7
- homeassistant/components/homeassistant_sky_connect/strings.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/bg.json +0 -10
- homeassistant/components/homeassistant_sky_connect/translations/ca.json +2 -44
- homeassistant/components/homeassistant_sky_connect/translations/cs.json +4 -46
- homeassistant/components/homeassistant_sky_connect/translations/da.json +0 -10
- homeassistant/components/homeassistant_sky_connect/translations/de.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/el.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +4 -46
- homeassistant/components/homeassistant_sky_connect/translations/en.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/es.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/et.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/fi.json +0 -10
- homeassistant/components/homeassistant_sky_connect/translations/fr.json +6 -46
- homeassistant/components/homeassistant_sky_connect/translations/fy.json +0 -3
- homeassistant/components/homeassistant_sky_connect/translations/ga.json +18 -0
- homeassistant/components/homeassistant_sky_connect/translations/he.json +2 -46
- homeassistant/components/homeassistant_sky_connect/translations/hu.json +6 -46
- homeassistant/components/homeassistant_sky_connect/translations/id.json +2 -46
- homeassistant/components/homeassistant_sky_connect/translations/it.json +6 -16
- homeassistant/components/homeassistant_sky_connect/translations/ja.json +6 -46
- homeassistant/components/homeassistant_sky_connect/translations/ko.json +0 -21
- homeassistant/components/homeassistant_sky_connect/translations/lt.json +35 -73
- homeassistant/components/homeassistant_sky_connect/translations/lv.json +0 -3
- homeassistant/components/homeassistant_sky_connect/translations/mk.json +7 -0
- homeassistant/components/homeassistant_sky_connect/translations/nl.json +5 -23
- homeassistant/components/homeassistant_sky_connect/translations/pt-BR.json +0 -4
- homeassistant/components/homeassistant_sky_connect/translations/pt.json +6 -46
- homeassistant/components/homeassistant_sky_connect/translations/ru.json +6 -46
- homeassistant/components/homeassistant_sky_connect/translations/sk.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/sv.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/tr.json +2 -46
- homeassistant/components/homeassistant_sky_connect/translations/uk.json +0 -3
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hans.json +8 -46
- homeassistant/components/homeassistant_sky_connect/translations/zh-Hant.json +8 -46
- homeassistant/components/homeassistant_yellow/config_flow.py +58 -3
- homeassistant/components/homeassistant_yellow/strings.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/bg.json +0 -19
- homeassistant/components/homeassistant_yellow/translations/ca.json +1 -25
- homeassistant/components/homeassistant_yellow/translations/cs.json +2 -27
- homeassistant/components/homeassistant_yellow/translations/da.json +0 -10
- homeassistant/components/homeassistant_yellow/translations/de.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/el.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +3 -27
- homeassistant/components/homeassistant_yellow/translations/en.json +5 -27
- homeassistant/components/homeassistant_yellow/translations/es.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/et.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/fi.json +0 -10
- homeassistant/components/homeassistant_yellow/translations/fr.json +3 -27
- homeassistant/components/homeassistant_yellow/translations/ga.json +9 -0
- homeassistant/components/homeassistant_yellow/translations/he.json +1 -27
- homeassistant/components/homeassistant_yellow/translations/hu.json +4 -27
- homeassistant/components/homeassistant_yellow/translations/id.json +1 -27
- homeassistant/components/homeassistant_yellow/translations/it.json +3 -14
- homeassistant/components/homeassistant_yellow/translations/ja.json +3 -27
- homeassistant/components/homeassistant_yellow/translations/ko.json +0 -22
- homeassistant/components/homeassistant_yellow/translations/lt.json +22 -44
- homeassistant/components/homeassistant_yellow/translations/nl.json +3 -19
- homeassistant/components/homeassistant_yellow/translations/pt-BR.json +0 -4
- homeassistant/components/homeassistant_yellow/translations/pt.json +3 -26
- homeassistant/components/homeassistant_yellow/translations/ru.json +3 -26
- homeassistant/components/homeassistant_yellow/translations/sk.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/sv.json +4 -27
- homeassistant/components/homeassistant_yellow/translations/tr.json +1 -27
- homeassistant/components/homeassistant_yellow/translations/uk.json +0 -3
- homeassistant/components/homeassistant_yellow/translations/zh-Hans.json +4 -26
- homeassistant/components/homeassistant_yellow/translations/zh-Hant.json +4 -26
- homeassistant/components/homee/__init__.py +2 -1
- homeassistant/components/homee/climate.py +23 -9
- homeassistant/components/homee/config_flow.py +49 -0
- homeassistant/components/homee/diagnostics.py +43 -0
- homeassistant/components/homee/entity.py +5 -2
- homeassistant/components/homee/event.py +57 -21
- homeassistant/components/homee/lock.py +6 -2
- homeassistant/components/homee/manifest.json +1 -1
- homeassistant/components/homee/number.py +29 -0
- homeassistant/components/homee/select.py +5 -0
- homeassistant/components/homee/sensor.py +10 -0
- homeassistant/components/homee/siren.py +49 -0
- homeassistant/components/homee/strings.json +72 -2
- homeassistant/components/homee/switch.py +1 -0
- homeassistant/components/homee/translations/bg.json +19 -1
- homeassistant/components/homee/translations/cs.json +71 -1
- homeassistant/components/homee/translations/de.json +71 -1
- homeassistant/components/homee/translations/el.json +71 -1
- homeassistant/components/homee/translations/en-GB.json +71 -1
- homeassistant/components/homee/translations/en.json +71 -1
- homeassistant/components/homee/translations/es.json +71 -1
- homeassistant/components/homee/translations/et.json +71 -1
- homeassistant/components/homee/translations/fi.json +15 -0
- homeassistant/components/homee/translations/ga.json +68 -0
- homeassistant/components/homee/translations/he.json +7 -1
- homeassistant/components/homee/translations/hr.json +20 -1
- homeassistant/components/homee/translations/hu.json +72 -1
- homeassistant/components/homee/translations/id.json +7 -1
- homeassistant/components/homee/translations/it.json +67 -2
- homeassistant/components/homee/translations/ja.json +31 -1
- homeassistant/components/homee/translations/lt.json +71 -1
- homeassistant/components/homee/translations/nl.json +7 -1
- homeassistant/components/homee/translations/pt.json +72 -1
- homeassistant/components/homee/translations/sk.json +71 -1
- homeassistant/components/homee/translations/sv.json +63 -2
- homeassistant/components/homee/translations/tr.json +62 -1
- homeassistant/components/homee/translations/zh-Hans.json +71 -1
- homeassistant/components/homee/translations/zh-Hant.json +71 -1
- homeassistant/components/homekit_controller/config_flow.py +4 -5
- homeassistant/components/homekit_controller/manifest.json +1 -1
- homeassistant/components/homekit_controller/translations/it.json +4 -2
- homeassistant/components/homematicip_cloud/__init__.py +3 -4
- homeassistant/components/homematicip_cloud/climate.py +0 -2
- homeassistant/components/homematicip_cloud/services.py +37 -54
- homeassistant/components/homematicip_cloud/switch.py +29 -30
- homeassistant/components/homewizard/__init__.py +2 -5
- homeassistant/components/homewizard/const.py +7 -1
- homeassistant/components/homewizard/helpers.py +6 -1
- homeassistant/components/homewizard/manifest.json +1 -1
- homeassistant/components/homewizard/select.py +89 -0
- homeassistant/components/homewizard/strings.json +15 -2
- homeassistant/components/homewizard/translations/cs.json +16 -3
- homeassistant/components/homewizard/translations/de.json +16 -3
- homeassistant/components/homewizard/translations/el.json +22 -0
- homeassistant/components/homewizard/translations/en-GB.json +3 -3
- homeassistant/components/homewizard/translations/en.json +16 -3
- homeassistant/components/homewizard/translations/es.json +16 -3
- homeassistant/components/homewizard/translations/et.json +13 -0
- homeassistant/components/homewizard/translations/ga.json +15 -1
- homeassistant/components/homewizard/translations/hu.json +19 -3
- homeassistant/components/homewizard/translations/it.json +15 -0
- homeassistant/components/homewizard/translations/ja.json +0 -1
- homeassistant/components/homewizard/translations/lt.json +19 -3
- homeassistant/components/homewizard/translations/mk.json +0 -3
- homeassistant/components/homewizard/translations/nl.json +10 -1
- homeassistant/components/homewizard/translations/pt-BR.json +0 -1
- homeassistant/components/homewizard/translations/pt.json +19 -3
- homeassistant/components/homewizard/translations/ru.json +0 -1
- homeassistant/components/homewizard/translations/sk.json +16 -3
- homeassistant/components/homewizard/translations/sv.json +10 -1
- homeassistant/components/homewizard/translations/tr.json +10 -1
- homeassistant/components/homewizard/translations/zh-Hans.json +16 -3
- homeassistant/components/homewizard/translations/zh-Hant.json +16 -3
- homeassistant/components/honeywell/__init__.py +8 -16
- homeassistant/components/honeywell/config_flow.py +6 -2
- homeassistant/components/honeywell/manifest.json +1 -1
- homeassistant/components/http/__init__.py +6 -5
- homeassistant/components/http/auth.py +1 -1
- homeassistant/components/http/ban.py +1 -2
- homeassistant/components/http/cors.py +4 -4
- homeassistant/components/huawei_lte/translations/it.json +5 -1
- homeassistant/components/huawei_lte/translations/ko.json +1 -1
- homeassistant/components/huawei_lte/translations/mk.json +5 -0
- homeassistant/components/hue/__init__.py +15 -10
- homeassistant/components/hue/services.py +17 -17
- homeassistant/components/hue/translations/el.json +14 -2
- homeassistant/components/humidifier/translations/it.json +6 -3
- homeassistant/components/husqvarna_automower/button.py +3 -1
- homeassistant/components/husqvarna_automower/const.py +12 -0
- homeassistant/components/husqvarna_automower/lawn_mower.py +15 -5
- homeassistant/components/husqvarna_automower/manifest.json +1 -1
- homeassistant/components/husqvarna_automower/sensor.py +2 -16
- homeassistant/components/husqvarna_automower/strings.json +7 -1
- homeassistant/components/husqvarna_automower/translations/cs.json +6 -0
- homeassistant/components/husqvarna_automower/translations/de.json +6 -0
- homeassistant/components/husqvarna_automower/translations/el.json +6 -0
- homeassistant/components/husqvarna_automower/translations/en-GB.json +6 -0
- homeassistant/components/husqvarna_automower/translations/en.json +6 -0
- homeassistant/components/husqvarna_automower/translations/es.json +6 -0
- homeassistant/components/husqvarna_automower/translations/et.json +6 -0
- homeassistant/components/husqvarna_automower/translations/fr.json +6 -0
- homeassistant/components/husqvarna_automower/translations/ga.json +12 -0
- homeassistant/components/husqvarna_automower/translations/he.json +6 -0
- homeassistant/components/husqvarna_automower/translations/hu.json +6 -0
- homeassistant/components/husqvarna_automower/translations/id.json +6 -0
- homeassistant/components/husqvarna_automower/translations/it.json +3 -1
- homeassistant/components/husqvarna_automower/translations/ja.json +6 -0
- homeassistant/components/husqvarna_automower/translations/lt.json +6 -0
- homeassistant/components/husqvarna_automower/translations/mk.json +12 -0
- homeassistant/components/husqvarna_automower/translations/nl.json +122 -2
- homeassistant/components/husqvarna_automower/translations/pt.json +6 -0
- homeassistant/components/husqvarna_automower/translations/ru.json +6 -0
- homeassistant/components/husqvarna_automower/translations/sk.json +6 -0
- homeassistant/components/husqvarna_automower/translations/sv.json +6 -0
- homeassistant/components/husqvarna_automower/translations/tr.json +6 -0
- homeassistant/components/husqvarna_automower/translations/zh-Hans.json +6 -0
- homeassistant/components/husqvarna_automower/translations/zh-Hant.json +6 -0
- homeassistant/components/husqvarna_automower_ble/__init__.py +4 -2
- homeassistant/components/husqvarna_automower_ble/coordinator.py +5 -4
- homeassistant/components/husqvarna_automower_ble/lawn_mower.py +3 -3
- homeassistant/components/husqvarna_automower_ble/translations/nl.json +12 -0
- homeassistant/components/hyperion/manifest.json +1 -1
- homeassistant/components/hyperion/strings.json +3 -0
- homeassistant/components/hyperion/switch.py +3 -0
- homeassistant/components/hyperion/translations/cs.json +3 -0
- homeassistant/components/hyperion/translations/de.json +3 -0
- homeassistant/components/hyperion/translations/el.json +3 -0
- homeassistant/components/hyperion/translations/en.json +3 -0
- homeassistant/components/hyperion/translations/es.json +3 -0
- homeassistant/components/hyperion/translations/et.json +3 -0
- homeassistant/components/hyperion/translations/ga.json +9 -1
- homeassistant/components/hyperion/translations/hu.json +3 -0
- homeassistant/components/hyperion/translations/lt.json +3 -0
- homeassistant/components/hyperion/translations/pt.json +3 -0
- homeassistant/components/hyperion/translations/sk.json +3 -0
- homeassistant/components/hyperion/translations/sv.json +3 -0
- homeassistant/components/hyperion/translations/tr.json +3 -0
- homeassistant/components/hyperion/translations/zh-Hans.json +3 -0
- homeassistant/components/hyperion/translations/zh-Hant.json +3 -0
- homeassistant/components/icloud/__init__.py +14 -3
- homeassistant/components/icloud/services.py +4 -3
- homeassistant/components/icloud/translations/ko.json +1 -1
- homeassistant/components/idasen_desk/translations/ga.json +11 -0
- homeassistant/components/image/__init__.py +34 -3
- homeassistant/components/imap/translations/fr.json +2 -0
- homeassistant/components/imeon_inverter/entity.py +40 -0
- homeassistant/components/imeon_inverter/sensor.py +6 -32
- homeassistant/components/imgw_pib/config_flow.py +3 -1
- homeassistant/components/imgw_pib/manifest.json +1 -1
- homeassistant/components/imgw_pib/translations/el.json +3 -0
- homeassistant/components/immich/__init__.py +2 -1
- homeassistant/components/immich/coordinator.py +11 -1
- homeassistant/components/immich/manifest.json +1 -1
- homeassistant/components/immich/strings.json +5 -0
- homeassistant/components/immich/translations/bg.json +5 -0
- homeassistant/components/immich/translations/cs.json +5 -0
- homeassistant/components/immich/translations/de.json +5 -0
- homeassistant/components/immich/translations/el.json +7 -0
- homeassistant/components/immich/translations/en.json +5 -0
- homeassistant/components/immich/translations/es.json +5 -0
- homeassistant/components/immich/translations/et.json +5 -0
- homeassistant/components/immich/translations/ga.json +5 -0
- homeassistant/components/immich/translations/hu.json +5 -0
- homeassistant/components/immich/translations/id.json +6 -0
- homeassistant/components/immich/translations/ja.json +9 -0
- homeassistant/components/immich/translations/lt.json +5 -0
- homeassistant/components/immich/translations/nl.json +5 -0
- homeassistant/components/immich/translations/pt.json +5 -0
- homeassistant/components/immich/translations/ru.json +5 -0
- homeassistant/components/immich/translations/sk.json +5 -0
- homeassistant/components/immich/translations/sv.json +5 -0
- homeassistant/components/immich/translations/tr.json +5 -0
- homeassistant/components/immich/translations/zh-Hans.json +5 -0
- homeassistant/components/immich/translations/zh-Hant.json +5 -0
- homeassistant/components/immich/update.py +57 -0
- homeassistant/components/incomfort/translations/it.json +2 -1
- homeassistant/components/input_boolean/translations/it.json +2 -2
- homeassistant/components/input_number/translations/sv.json +2 -2
- homeassistant/components/input_select/translations/sv.json +6 -6
- homeassistant/components/input_text/translations/sv.json +1 -1
- homeassistant/components/insteon/__init__.py +2 -2
- homeassistant/components/insteon/services.py +291 -0
- homeassistant/components/insteon/translations/el.json +1 -0
- homeassistant/components/insteon/utils.py +4 -276
- homeassistant/components/intellifire/translations/mk.json +7 -0
- homeassistant/components/intent/timers.py +3 -2
- homeassistant/components/iotty/strings.json +7 -1
- homeassistant/components/iotty/translations/cs.json +6 -0
- homeassistant/components/iotty/translations/de.json +6 -0
- homeassistant/components/iotty/translations/el.json +6 -0
- homeassistant/components/iotty/translations/en-GB.json +6 -0
- homeassistant/components/iotty/translations/en.json +6 -0
- homeassistant/components/iotty/translations/es.json +6 -0
- homeassistant/components/iotty/translations/et.json +6 -0
- homeassistant/components/iotty/translations/fr.json +14 -1
- homeassistant/components/iotty/translations/ga.json +14 -1
- homeassistant/components/iotty/translations/he.json +6 -0
- homeassistant/components/iotty/translations/hu.json +6 -0
- homeassistant/components/iotty/translations/id.json +6 -0
- homeassistant/components/iotty/translations/it.json +6 -0
- homeassistant/components/iotty/translations/ja.json +6 -0
- homeassistant/components/iotty/translations/lt.json +6 -0
- homeassistant/components/iotty/translations/mk.json +14 -1
- homeassistant/components/iotty/translations/pt.json +6 -0
- homeassistant/components/iotty/translations/ru.json +6 -0
- homeassistant/components/iotty/translations/sk.json +6 -0
- homeassistant/components/iotty/translations/sv.json +6 -0
- homeassistant/components/iotty/translations/tr.json +6 -0
- homeassistant/components/iotty/translations/zh-Hans.json +6 -0
- homeassistant/components/iotty/translations/zh-Hant.json +6 -0
- homeassistant/components/ipp/translations/it.json +2 -1
- homeassistant/components/iqvia/manifest.json +1 -1
- homeassistant/components/iron_os/manifest.json +1 -1
- homeassistant/components/iron_os/translations/ga.json +101 -1
- homeassistant/components/iron_os/translations/it.json +12 -6
- homeassistant/components/iron_os/translations/sv.json +1 -1
- homeassistant/components/israel_rail/translations/el.json +1 -1
- homeassistant/components/ista_ecotrend/manifest.json +1 -0
- homeassistant/components/ista_ecotrend/quality_scale.yaml +14 -6
- homeassistant/components/ista_ecotrend/translations/ga.json +7 -0
- homeassistant/components/ista_ecotrend/util.py +14 -14
- homeassistant/components/isy994/__init__.py +10 -7
- homeassistant/components/isy994/services.py +0 -19
- homeassistant/components/ituran/translations/ga.json +57 -0
- homeassistant/components/jellyfin/client_wrapper.py +1 -2
- homeassistant/components/jellyfin/coordinator.py +3 -0
- homeassistant/components/jellyfin/manifest.json +1 -2
- homeassistant/components/jellyfin/media_source.py +3 -3
- homeassistant/components/jellyfin/translations/ga.json +9 -0
- homeassistant/components/jellyfin/translations/ko.json +1 -1
- homeassistant/components/jewish_calendar/__init__.py +1 -1
- homeassistant/components/jewish_calendar/{service.py → services.py} +2 -0
- homeassistant/components/juicenet/__init__.py +20 -93
- homeassistant/components/juicenet/config_flow.py +1 -72
- homeassistant/components/juicenet/const.py +0 -3
- homeassistant/components/juicenet/manifest.json +3 -4
- homeassistant/components/juicenet/strings.json +4 -37
- homeassistant/components/juicenet/translations/bg.json +1 -17
- homeassistant/components/juicenet/translations/ca.json +1 -41
- homeassistant/components/juicenet/translations/cs.json +4 -37
- homeassistant/components/juicenet/translations/da.json +1 -19
- homeassistant/components/juicenet/translations/de.json +4 -37
- homeassistant/components/juicenet/translations/el.json +4 -17
- homeassistant/components/juicenet/translations/en-GB.json +1 -41
- homeassistant/components/juicenet/translations/en.json +4 -37
- homeassistant/components/juicenet/translations/es.json +4 -37
- homeassistant/components/juicenet/translations/et.json +4 -37
- homeassistant/components/juicenet/translations/fi.json +1 -41
- homeassistant/components/juicenet/translations/fr.json +1 -21
- homeassistant/components/juicenet/translations/ga.json +8 -0
- homeassistant/components/juicenet/translations/he.json +1 -20
- homeassistant/components/juicenet/translations/hu.json +4 -37
- homeassistant/components/juicenet/translations/id.json +1 -21
- homeassistant/components/juicenet/translations/it.json +4 -37
- homeassistant/components/juicenet/translations/ja.json +4 -37
- homeassistant/components/juicenet/translations/ko.json +1 -41
- homeassistant/components/juicenet/translations/lb.json +1 -21
- homeassistant/components/juicenet/translations/lt.json +4 -37
- homeassistant/components/juicenet/translations/mk.json +1 -9
- homeassistant/components/juicenet/translations/nb.json +1 -21
- homeassistant/components/juicenet/translations/nl.json +1 -21
- homeassistant/components/juicenet/translations/pl.json +1 -21
- homeassistant/components/juicenet/translations/pt-BR.json +1 -33
- homeassistant/components/juicenet/translations/pt.json +4 -37
- homeassistant/components/juicenet/translations/ro.json +1 -41
- homeassistant/components/juicenet/translations/ru.json +1 -41
- homeassistant/components/juicenet/translations/sk.json +4 -37
- homeassistant/components/juicenet/translations/sl.json +1 -21
- homeassistant/components/juicenet/translations/sv.json +1 -41
- homeassistant/components/juicenet/translations/tr.json +1 -41
- homeassistant/components/juicenet/translations/uk.json +1 -21
- homeassistant/components/juicenet/translations/vi.json +1 -21
- homeassistant/components/juicenet/translations/zh-Hans.json +4 -37
- homeassistant/components/juicenet/translations/zh-Hant.json +4 -37
- homeassistant/components/justnimbus/__init__.py +6 -9
- homeassistant/components/justnimbus/coordinator.py +6 -2
- homeassistant/components/justnimbus/sensor.py +3 -6
- homeassistant/components/jvc_projector/translations/it.json +2 -1
- homeassistant/components/jvc_projector/translations/ko.json +1 -1
- homeassistant/components/kaleidescape/__init__.py +13 -17
- homeassistant/components/kaleidescape/media_player.py +6 -12
- homeassistant/components/kaleidescape/remote.py +7 -12
- homeassistant/components/kaleidescape/sensor.py +9 -14
- homeassistant/components/keenetic_ndms2/__init__.py +10 -19
- homeassistant/components/keenetic_ndms2/binary_sensor.py +3 -7
- homeassistant/components/keenetic_ndms2/config_flow.py +26 -18
- homeassistant/components/keenetic_ndms2/const.py +0 -2
- homeassistant/components/keenetic_ndms2/device_tracker.py +3 -5
- homeassistant/components/keenetic_ndms2/router.py +3 -1
- homeassistant/components/keenetic_ndms2/strings.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/bg.json +3 -0
- homeassistant/components/keenetic_ndms2/translations/cs.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/de.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/el.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/en.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/es.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/et.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/ga.json +7 -0
- homeassistant/components/keenetic_ndms2/translations/hu.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/id.json +3 -0
- homeassistant/components/keenetic_ndms2/translations/it.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/ja.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/lt.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/nl.json +3 -0
- homeassistant/components/keenetic_ndms2/translations/pt.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/sk.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/sv.json +3 -0
- homeassistant/components/keenetic_ndms2/translations/zh-Hans.json +4 -0
- homeassistant/components/keenetic_ndms2/translations/zh-Hant.json +4 -0
- homeassistant/components/kegtron/__init__.py +12 -16
- homeassistant/components/kegtron/sensor.py +3 -7
- homeassistant/components/keymitt_ble/__init__.py +5 -14
- homeassistant/components/keymitt_ble/coordinator.py +4 -3
- homeassistant/components/keymitt_ble/entity.py +1 -1
- homeassistant/components/keymitt_ble/switch.py +3 -6
- homeassistant/components/kitchen_sink/translations/ga.json +13 -0
- homeassistant/components/kmtronic/__init__.py +10 -45
- homeassistant/components/kmtronic/const.py +0 -5
- homeassistant/components/kmtronic/coordinator.py +50 -0
- homeassistant/components/kmtronic/switch.py +5 -5
- homeassistant/components/knx/manifest.json +1 -0
- homeassistant/components/knx/quality_scale.yaml +11 -8
- homeassistant/components/knx/services.py +14 -4
- homeassistant/components/knx/strings.json +15 -1
- homeassistant/components/knx/translations/bg.json +5 -0
- homeassistant/components/knx/translations/cs.json +14 -0
- homeassistant/components/knx/translations/de.json +14 -0
- homeassistant/components/knx/translations/el.json +17 -2
- homeassistant/components/knx/translations/en-GB.json +14 -0
- homeassistant/components/knx/translations/en.json +14 -0
- homeassistant/components/knx/translations/es.json +14 -0
- homeassistant/components/knx/translations/et.json +14 -0
- homeassistant/components/knx/translations/fr.json +5 -0
- homeassistant/components/knx/translations/ga.json +14 -0
- homeassistant/components/knx/translations/hu.json +14 -0
- homeassistant/components/knx/translations/it.json +17 -1
- homeassistant/components/knx/translations/ja.json +11 -0
- homeassistant/components/knx/translations/lt.json +14 -0
- homeassistant/components/knx/translations/pt.json +14 -0
- homeassistant/components/knx/translations/sk.json +14 -0
- homeassistant/components/knx/translations/sv.json +14 -0
- homeassistant/components/knx/translations/tr.json +11 -0
- homeassistant/components/knx/translations/zh-Hans.json +14 -0
- homeassistant/components/knx/translations/zh-Hant.json +14 -0
- homeassistant/components/kodi/__init__.py +19 -21
- homeassistant/components/kodi/const.py +0 -4
- homeassistant/components/kodi/media_player.py +5 -8
- homeassistant/components/kodi/translations/de.json +1 -1
- homeassistant/components/konnected/__init__.py +1 -8
- homeassistant/components/konnected/const.py +0 -2
- homeassistant/components/kostal_plenticore/__init__.py +6 -13
- homeassistant/components/kostal_plenticore/coordinator.py +6 -4
- homeassistant/components/kostal_plenticore/diagnostics.py +3 -5
- homeassistant/components/kostal_plenticore/number.py +3 -5
- homeassistant/components/kostal_plenticore/select.py +3 -5
- homeassistant/components/kostal_plenticore/sensor.py +3 -5
- homeassistant/components/kostal_plenticore/switch.py +3 -5
- homeassistant/components/lacrosse_view/__init__.py +5 -12
- homeassistant/components/lacrosse_view/coordinator.py +4 -2
- homeassistant/components/lacrosse_view/diagnostics.py +3 -8
- homeassistant/components/lacrosse_view/sensor.py +4 -7
- homeassistant/components/lamarzocco/entity.py +19 -1
- homeassistant/components/lamarzocco/number.py +0 -4
- homeassistant/components/lamarzocco/sensor.py +2 -4
- homeassistant/components/lamarzocco/translations/el.json +1 -0
- homeassistant/components/lamarzocco/translations/it.json +5 -0
- homeassistant/components/lamarzocco/translations/sv.json +3 -3
- homeassistant/components/lametric/__init__.py +6 -8
- homeassistant/components/lametric/button.py +3 -5
- homeassistant/components/lametric/const.py +1 -0
- homeassistant/components/lametric/coordinator.py +4 -2
- homeassistant/components/lametric/diagnostics.py +3 -5
- homeassistant/components/lametric/entity.py +8 -3
- homeassistant/components/lametric/helpers.py +5 -11
- homeassistant/components/lametric/manifest.json +1 -1
- homeassistant/components/lametric/notify.py +8 -6
- homeassistant/components/lametric/number.py +3 -5
- homeassistant/components/lametric/quality_scale.yaml +2 -1
- homeassistant/components/lametric/select.py +3 -5
- homeassistant/components/lametric/sensor.py +3 -5
- homeassistant/components/lametric/strings.json +7 -1
- homeassistant/components/lametric/switch.py +3 -5
- homeassistant/components/lametric/translations/cs.json +6 -0
- homeassistant/components/lametric/translations/de.json +6 -0
- homeassistant/components/lametric/translations/el.json +6 -0
- homeassistant/components/lametric/translations/en-GB.json +6 -0
- homeassistant/components/lametric/translations/en.json +6 -0
- homeassistant/components/lametric/translations/es.json +6 -0
- homeassistant/components/lametric/translations/et.json +6 -0
- homeassistant/components/lametric/translations/fr.json +6 -0
- homeassistant/components/lametric/translations/ga.json +20 -0
- homeassistant/components/lametric/translations/he.json +6 -0
- homeassistant/components/lametric/translations/hu.json +6 -0
- homeassistant/components/lametric/translations/id.json +6 -0
- homeassistant/components/lametric/translations/it.json +11 -1
- homeassistant/components/lametric/translations/ja.json +6 -0
- homeassistant/components/lametric/translations/lt.json +6 -0
- homeassistant/components/lametric/translations/mk.json +12 -0
- homeassistant/components/lametric/translations/pt.json +6 -0
- homeassistant/components/lametric/translations/ru.json +6 -0
- homeassistant/components/lametric/translations/sk.json +6 -0
- homeassistant/components/lametric/translations/sv.json +8 -2
- homeassistant/components/lametric/translations/tr.json +6 -0
- homeassistant/components/lametric/translations/zh-Hans.json +6 -0
- homeassistant/components/lametric/translations/zh-Hant.json +6 -0
- homeassistant/components/lametric/update.py +46 -0
- homeassistant/components/landisgyr_heat_meter/__init__.py +8 -10
- homeassistant/components/landisgyr_heat_meter/coordinator.py +7 -2
- homeassistant/components/landisgyr_heat_meter/sensor.py +8 -13
- homeassistant/components/lastfm/__init__.py +6 -8
- homeassistant/components/lastfm/config_flow.py +5 -7
- homeassistant/components/lastfm/coordinator.py +2 -0
- homeassistant/components/lastfm/sensor.py +3 -4
- homeassistant/components/laundrify/__init__.py +6 -14
- homeassistant/components/laundrify/binary_sensor.py +3 -6
- homeassistant/components/laundrify/coordinator.py +2 -0
- homeassistant/components/laundrify/sensor.py +3 -6
- homeassistant/components/laundrify/translations/ko.json +1 -1
- homeassistant/components/lawn_mower/translations/it.json +1 -0
- homeassistant/components/lcn/__init__.py +22 -27
- homeassistant/components/lcn/binary_sensor.py +10 -15
- homeassistant/components/lcn/climate.py +5 -8
- homeassistant/components/lcn/const.py +0 -4
- homeassistant/components/lcn/cover.py +6 -9
- homeassistant/components/lcn/entity.py +2 -2
- homeassistant/components/lcn/helpers.py +28 -10
- homeassistant/components/lcn/light.py +6 -9
- homeassistant/components/lcn/manifest.json +2 -1
- homeassistant/components/lcn/quality_scale.yaml +77 -0
- homeassistant/components/lcn/scene.py +5 -7
- homeassistant/components/lcn/sensor.py +8 -9
- homeassistant/components/lcn/services.py +18 -7
- homeassistant/components/lcn/switch.py +9 -18
- homeassistant/components/lcn/translations/cs.json +0 -3
- homeassistant/components/lcn/translations/de.json +1 -1
- homeassistant/components/lcn/translations/el.json +1 -1
- homeassistant/components/lcn/translations/en-GB.json +0 -3
- homeassistant/components/lcn/translations/en.json +1 -1
- homeassistant/components/lcn/translations/es.json +1 -1
- homeassistant/components/lcn/translations/et.json +0 -3
- homeassistant/components/lcn/translations/ga.json +123 -0
- homeassistant/components/lcn/translations/hu.json +0 -3
- homeassistant/components/lcn/translations/ja.json +0 -3
- homeassistant/components/lcn/translations/lt.json +0 -3
- homeassistant/components/lcn/translations/pt-BR.json +0 -3
- homeassistant/components/lcn/translations/pt.json +0 -3
- homeassistant/components/lcn/translations/ru.json +0 -3
- homeassistant/components/lcn/translations/sk.json +1 -1
- homeassistant/components/lcn/translations/sv.json +1 -4
- homeassistant/components/lcn/translations/tr.json +0 -3
- homeassistant/components/lcn/translations/zh-Hans.json +0 -3
- homeassistant/components/lcn/translations/zh-Hant.json +0 -3
- homeassistant/components/lcn/websocket.py +18 -22
- homeassistant/components/ld2410_ble/__init__.py +9 -13
- homeassistant/components/ld2410_ble/binary_sensor.py +3 -5
- homeassistant/components/ld2410_ble/coordinator.py +11 -3
- homeassistant/components/ld2410_ble/manifest.json +1 -1
- homeassistant/components/ld2410_ble/models.py +4 -0
- homeassistant/components/ld2410_ble/sensor.py +6 -6
- homeassistant/components/leaone/__init__.py +12 -16
- homeassistant/components/leaone/sensor.py +3 -7
- homeassistant/components/led_ble/__init__.py +8 -13
- homeassistant/components/led_ble/light.py +4 -5
- homeassistant/components/led_ble/manifest.json +1 -1
- homeassistant/components/led_ble/models.py +3 -0
- homeassistant/components/lektrico/translations/it.json +5 -1
- homeassistant/components/letpot/coordinator.py +2 -0
- homeassistant/components/letpot/quality_scale.yaml +3 -3
- homeassistant/components/lg_netcast/__init__.py +16 -10
- homeassistant/components/lg_netcast/device_trigger.py +7 -8
- homeassistant/components/lg_netcast/media_player.py +5 -10
- homeassistant/components/lg_thinq/manifest.json +2 -1
- homeassistant/components/lg_thinq/translations/bg.json +1 -5
- homeassistant/components/lg_thinq/translations/cs.json +1 -3
- homeassistant/components/lg_thinq/translations/el.json +3 -1
- homeassistant/components/lg_thinq/translations/et.json +1 -1
- homeassistant/components/lg_thinq/translations/hu.json +1 -3
- homeassistant/components/lg_thinq/translations/it.json +77 -21
- homeassistant/components/lg_thinq/translations/ja.json +1 -5
- homeassistant/components/lg_thinq/translations/ko.json +1 -5
- homeassistant/components/lg_thinq/translations/lt.json +1 -1
- homeassistant/components/lg_thinq/translations/nl.json +1 -3
- homeassistant/components/lg_thinq/translations/pt-BR.json +1 -5
- homeassistant/components/lg_thinq/translations/pt.json +1 -3
- homeassistant/components/lg_thinq/translations/ru.json +1 -3
- homeassistant/components/lg_thinq/translations/sk.json +1 -1
- homeassistant/components/lg_thinq/translations/sv.json +6 -8
- homeassistant/components/lg_thinq/translations/tr.json +1 -5
- homeassistant/components/lg_thinq/vacuum.py +2 -1
- homeassistant/components/lidarr/translations/ko.json +1 -1
- homeassistant/components/lifx/__init__.py +10 -15
- homeassistant/components/lifx/binary_sensor.py +4 -5
- homeassistant/components/lifx/button.py +4 -6
- homeassistant/components/lifx/const.py +9 -1
- homeassistant/components/lifx/coordinator.py +4 -2
- homeassistant/components/lifx/diagnostics.py +4 -5
- homeassistant/components/lifx/light.py +5 -7
- homeassistant/components/lifx/manager.py +7 -9
- homeassistant/components/lifx/migration.py +3 -3
- homeassistant/components/lifx/select.py +4 -10
- homeassistant/components/lifx/sensor.py +4 -5
- homeassistant/components/lifx/translations/el.json +2 -1
- homeassistant/components/lifx/util.py +6 -4
- homeassistant/components/light/translations/it.json +6 -3
- homeassistant/components/linear_garage_door/__init__.py +6 -10
- homeassistant/components/linear_garage_door/coordinator.py +4 -2
- homeassistant/components/linear_garage_door/cover.py +3 -5
- homeassistant/components/linear_garage_door/diagnostics.py +3 -5
- homeassistant/components/linear_garage_door/light.py +3 -5
- homeassistant/components/litterrobot/icons.json +3 -0
- homeassistant/components/litterrobot/manifest.json +1 -1
- homeassistant/components/litterrobot/sensor.py +8 -0
- homeassistant/components/litterrobot/strings.json +4 -0
- homeassistant/components/litterrobot/translations/bg.json +4 -0
- homeassistant/components/litterrobot/translations/cs.json +4 -1
- homeassistant/components/litterrobot/translations/de.json +4 -0
- homeassistant/components/litterrobot/translations/el.json +5 -0
- homeassistant/components/litterrobot/translations/en.json +4 -0
- homeassistant/components/litterrobot/translations/es.json +4 -0
- homeassistant/components/litterrobot/translations/et.json +5 -1
- homeassistant/components/litterrobot/translations/ga.json +4 -1
- homeassistant/components/litterrobot/translations/hu.json +4 -1
- homeassistant/components/litterrobot/translations/it.json +18 -3
- homeassistant/components/litterrobot/translations/ko.json +1 -1
- homeassistant/components/litterrobot/translations/lt.json +4 -0
- homeassistant/components/litterrobot/translations/nl.json +0 -1
- homeassistant/components/litterrobot/translations/pt-BR.json +0 -1
- homeassistant/components/litterrobot/translations/pt.json +4 -1
- homeassistant/components/litterrobot/translations/ru.json +0 -1
- homeassistant/components/litterrobot/translations/sensor.it.json +1 -1
- homeassistant/components/litterrobot/translations/sensor.sv.json +16 -16
- homeassistant/components/litterrobot/translations/sk.json +4 -0
- homeassistant/components/litterrobot/translations/sv.json +13 -10
- homeassistant/components/litterrobot/translations/tr.json +0 -1
- homeassistant/components/litterrobot/translations/zh-Hans.json +4 -0
- homeassistant/components/litterrobot/translations/zh-Hant.json +5 -0
- homeassistant/components/livisi/__init__.py +6 -13
- homeassistant/components/livisi/binary_sensor.py +6 -7
- homeassistant/components/livisi/climate.py +4 -6
- homeassistant/components/livisi/coordinator.py +4 -2
- homeassistant/components/livisi/entity.py +2 -3
- homeassistant/components/livisi/switch.py +5 -6
- homeassistant/components/local_calendar/__init__.py +14 -15
- homeassistant/components/local_calendar/calendar.py +4 -4
- homeassistant/components/local_calendar/diagnostics.py +3 -4
- homeassistant/components/lock/translations/fi.json +2 -0
- homeassistant/components/lookin/__init__.py +6 -8
- homeassistant/components/lookin/climate.py +4 -5
- homeassistant/components/lookin/coordinator.py +6 -3
- homeassistant/components/lookin/light.py +4 -5
- homeassistant/components/lookin/media_player.py +4 -5
- homeassistant/components/lookin/models.py +4 -0
- homeassistant/components/lookin/sensor.py +3 -5
- homeassistant/components/loqed/__init__.py +7 -17
- homeassistant/components/loqed/coordinator.py +7 -3
- homeassistant/components/loqed/lock.py +3 -7
- homeassistant/components/loqed/sensor.py +3 -5
- homeassistant/components/luftdaten/__init__.py +7 -37
- homeassistant/components/luftdaten/coordinator.py +58 -0
- homeassistant/components/luftdaten/diagnostics.py +4 -7
- homeassistant/components/luftdaten/sensor.py +5 -8
- homeassistant/components/lupusec/__init__.py +4 -4
- homeassistant/components/lupusec/alarm_control_panel.py +4 -4
- homeassistant/components/lupusec/binary_sensor.py +3 -4
- homeassistant/components/lupusec/switch.py +3 -4
- homeassistant/components/lutron/__init__.py +8 -3
- homeassistant/components/lutron/binary_sensor.py +3 -7
- homeassistant/components/lutron/config_flow.py +3 -7
- homeassistant/components/lutron/cover.py +3 -4
- homeassistant/components/lutron/event.py +3 -4
- homeassistant/components/lutron/fan.py +3 -7
- homeassistant/components/lutron/light.py +3 -3
- homeassistant/components/lutron/scene.py +3 -4
- homeassistant/components/lutron/switch.py +3 -4
- homeassistant/components/lutron_caseta/translations/it.json +2 -2
- homeassistant/components/lyric/__init__.py +8 -65
- homeassistant/components/lyric/climate.py +5 -8
- homeassistant/components/lyric/coordinator.py +89 -0
- homeassistant/components/lyric/entity.py +6 -8
- homeassistant/components/lyric/sensor.py +5 -8
- homeassistant/components/lyric/strings.json +7 -1
- homeassistant/components/lyric/translations/cs.json +6 -0
- homeassistant/components/lyric/translations/de.json +6 -0
- homeassistant/components/lyric/translations/el.json +6 -0
- homeassistant/components/lyric/translations/en-GB.json +6 -0
- homeassistant/components/lyric/translations/en.json +6 -0
- homeassistant/components/lyric/translations/es.json +6 -0
- homeassistant/components/lyric/translations/et.json +6 -0
- homeassistant/components/lyric/translations/fr.json +6 -0
- homeassistant/components/lyric/translations/ga.json +12 -0
- homeassistant/components/lyric/translations/he.json +6 -0
- homeassistant/components/lyric/translations/hu.json +6 -0
- homeassistant/components/lyric/translations/id.json +6 -0
- homeassistant/components/lyric/translations/it.json +12 -0
- homeassistant/components/lyric/translations/ja.json +6 -0
- homeassistant/components/lyric/translations/ko.json +1 -1
- homeassistant/components/lyric/translations/lt.json +6 -0
- homeassistant/components/lyric/translations/mk.json +14 -1
- homeassistant/components/lyric/translations/pt.json +12 -0
- homeassistant/components/lyric/translations/ru.json +6 -0
- homeassistant/components/lyric/translations/sk.json +6 -0
- homeassistant/components/lyric/translations/sv.json +6 -0
- homeassistant/components/lyric/translations/tr.json +6 -0
- homeassistant/components/lyric/translations/zh-Hans.json +6 -0
- homeassistant/components/lyric/translations/zh-Hant.json +6 -0
- homeassistant/components/matrix/__init__.py +4 -30
- homeassistant/components/matrix/const.py +5 -0
- homeassistant/components/matrix/services.py +61 -0
- homeassistant/components/matter/binary_sensor.py +30 -0
- homeassistant/components/matter/icons.json +15 -0
- homeassistant/components/matter/light.py +2 -2
- homeassistant/components/matter/sensor.py +89 -6
- homeassistant/components/matter/strings.json +32 -0
- homeassistant/components/matter/translations/bg.json +9 -0
- homeassistant/components/matter/translations/cs.json +32 -0
- homeassistant/components/matter/translations/de.json +32 -0
- homeassistant/components/matter/translations/el.json +32 -0
- homeassistant/components/matter/translations/en.json +32 -0
- homeassistant/components/matter/translations/es.json +32 -0
- homeassistant/components/matter/translations/et.json +32 -0
- homeassistant/components/matter/translations/fi.json +9 -0
- homeassistant/components/matter/translations/fr.json +3 -0
- homeassistant/components/matter/translations/ga.json +34 -0
- homeassistant/components/matter/translations/hu.json +32 -0
- homeassistant/components/matter/translations/id.json +10 -0
- homeassistant/components/matter/translations/it.json +69 -5
- homeassistant/components/matter/translations/ja.json +29 -0
- homeassistant/components/matter/translations/lt.json +32 -0
- homeassistant/components/matter/translations/nl.json +10 -0
- homeassistant/components/matter/translations/pt.json +32 -0
- homeassistant/components/matter/translations/sk.json +32 -0
- homeassistant/components/matter/translations/sv.json +31 -0
- homeassistant/components/matter/translations/tr.json +3 -0
- homeassistant/components/matter/translations/zh-Hans.json +32 -0
- homeassistant/components/matter/translations/zh-Hant.json +32 -0
- homeassistant/components/matter/vacuum.py +47 -36
- homeassistant/components/maxcube/climate.py +0 -2
- homeassistant/components/mcp/strings.json +2 -2
- homeassistant/components/mcp/translations/hu.json +6 -0
- homeassistant/components/mcp/translations/pt.json +6 -0
- homeassistant/components/mcp_server/http.py +0 -1
- homeassistant/components/mealie/__init__.py +2 -2
- homeassistant/components/mealie/manifest.json +1 -1
- homeassistant/components/mealie/services.py +113 -105
- homeassistant/components/mealie/translations/ga.json +23 -3
- homeassistant/components/meater/__init__.py +11 -72
- homeassistant/components/meater/const.py +4 -0
- homeassistant/components/meater/coordinator.py +79 -0
- homeassistant/components/meater/diagnostics.py +55 -0
- homeassistant/components/meater/sensor.py +59 -42
- homeassistant/components/meater/strings.json +12 -1
- homeassistant/components/meater/translations/cs.json +12 -1
- homeassistant/components/meater/translations/de.json +12 -1
- homeassistant/components/meater/translations/el.json +10 -1
- homeassistant/components/meater/translations/en.json +12 -1
- homeassistant/components/meater/translations/es.json +12 -1
- homeassistant/components/meater/translations/et.json +12 -1
- homeassistant/components/meater/translations/ga.json +19 -1
- homeassistant/components/meater/translations/hu.json +12 -1
- homeassistant/components/meater/translations/it.json +12 -1
- homeassistant/components/meater/translations/lt.json +12 -1
- homeassistant/components/meater/translations/mk.json +12 -1
- homeassistant/components/meater/translations/pt.json +12 -1
- homeassistant/components/meater/translations/sk.json +12 -1
- homeassistant/components/meater/translations/sv.json +7 -1
- homeassistant/components/meater/translations/tr.json +12 -1
- homeassistant/components/meater/translations/zh-Hans.json +12 -1
- homeassistant/components/meater/translations/zh-Hant.json +12 -1
- homeassistant/components/media_player/__init__.py +19 -34
- homeassistant/components/media_player/intent.py +19 -4
- homeassistant/components/media_player/translations/it.json +6 -5
- homeassistant/components/media_source/local_source.py +21 -4
- homeassistant/components/melcloud/strings.json +0 -10
- homeassistant/components/melcloud/translations/ca.json +0 -9
- homeassistant/components/melcloud/translations/cs.json +0 -10
- homeassistant/components/melcloud/translations/de.json +0 -10
- homeassistant/components/melcloud/translations/el.json +0 -10
- homeassistant/components/melcloud/translations/en-GB.json +0 -10
- homeassistant/components/melcloud/translations/en.json +0 -10
- homeassistant/components/melcloud/translations/es.json +0 -10
- homeassistant/components/melcloud/translations/et.json +0 -10
- homeassistant/components/melcloud/translations/fi.json +0 -9
- homeassistant/components/melcloud/translations/fr.json +0 -8
- homeassistant/components/melcloud/translations/fy.json +1 -7
- homeassistant/components/melcloud/translations/hu.json +0 -10
- homeassistant/components/melcloud/translations/id.json +0 -9
- homeassistant/components/melcloud/translations/it.json +0 -9
- homeassistant/components/melcloud/translations/ja.json +0 -9
- homeassistant/components/melcloud/translations/ko.json +1 -10
- homeassistant/components/melcloud/translations/lt.json +0 -10
- homeassistant/components/melcloud/translations/nl.json +0 -5
- homeassistant/components/melcloud/translations/pl.json +0 -9
- homeassistant/components/melcloud/translations/pt-BR.json +0 -9
- homeassistant/components/melcloud/translations/pt.json +0 -10
- homeassistant/components/melcloud/translations/ru.json +0 -10
- homeassistant/components/melcloud/translations/sk.json +0 -10
- homeassistant/components/melcloud/translations/sv.json +0 -10
- homeassistant/components/melcloud/translations/tr.json +0 -10
- homeassistant/components/melcloud/translations/zh-Hans.json +0 -10
- homeassistant/components/melcloud/translations/zh-Hant.json +0 -10
- homeassistant/components/meteo_france/weather.py +9 -3
- homeassistant/components/metoffice/sensor.py +8 -7
- homeassistant/components/microbees/strings.json +7 -1
- homeassistant/components/microbees/translations/cs.json +6 -0
- homeassistant/components/microbees/translations/de.json +6 -0
- homeassistant/components/microbees/translations/el.json +6 -0
- homeassistant/components/microbees/translations/en-GB.json +6 -0
- homeassistant/components/microbees/translations/en.json +6 -0
- homeassistant/components/microbees/translations/es.json +6 -0
- homeassistant/components/microbees/translations/et.json +6 -0
- homeassistant/components/microbees/translations/fr.json +6 -0
- homeassistant/components/microbees/translations/ga.json +14 -1
- homeassistant/components/microbees/translations/he.json +6 -0
- homeassistant/components/microbees/translations/hu.json +6 -0
- homeassistant/components/microbees/translations/id.json +6 -0
- homeassistant/components/microbees/translations/it.json +6 -0
- homeassistant/components/microbees/translations/ja.json +6 -0
- homeassistant/components/microbees/translations/lt.json +6 -0
- homeassistant/components/microbees/translations/mk.json +14 -1
- homeassistant/components/microbees/translations/pt.json +6 -0
- homeassistant/components/microbees/translations/ru.json +6 -0
- homeassistant/components/microbees/translations/sk.json +6 -0
- homeassistant/components/microbees/translations/sv.json +6 -0
- homeassistant/components/microbees/translations/tr.json +6 -0
- homeassistant/components/microbees/translations/zh-Hans.json +6 -0
- homeassistant/components/microbees/translations/zh-Hant.json +6 -0
- homeassistant/components/miele/const.py +27 -0
- homeassistant/components/miele/icons.json +21 -24
- homeassistant/components/miele/sensor.py +14 -34
- homeassistant/components/miele/strings.json +28 -25
- homeassistant/components/miele/translations/bg.json +19 -18
- homeassistant/components/miele/translations/ca.json +0 -7
- homeassistant/components/miele/translations/cs.json +27 -24
- homeassistant/components/miele/translations/de.json +27 -24
- homeassistant/components/miele/translations/el.json +28 -3
- homeassistant/components/miele/translations/en-GB.json +7 -27
- homeassistant/components/miele/translations/en.json +26 -23
- homeassistant/components/miele/translations/es.json +27 -24
- homeassistant/components/miele/translations/et.json +27 -24
- homeassistant/components/miele/translations/fr.json +9 -4
- homeassistant/components/miele/translations/ga.json +28 -24
- homeassistant/components/miele/translations/he.json +6 -26
- homeassistant/components/miele/translations/hu.json +27 -24
- homeassistant/components/miele/translations/id.json +6 -0
- homeassistant/components/miele/translations/it.json +33 -27
- homeassistant/components/miele/translations/ja.json +29 -0
- homeassistant/components/miele/translations/lt.json +27 -24
- homeassistant/components/miele/translations/mk.json +12 -0
- homeassistant/components/miele/translations/nl.json +24 -0
- homeassistant/components/miele/translations/pt.json +27 -24
- homeassistant/components/miele/translations/ru.json +6 -0
- homeassistant/components/miele/translations/sk.json +28 -24
- homeassistant/components/miele/translations/sv.json +27 -24
- homeassistant/components/miele/translations/tr.json +9 -7
- homeassistant/components/miele/translations/zh-Hans.json +27 -24
- homeassistant/components/miele/translations/zh-Hant.json +27 -24
- homeassistant/components/mikrotik/translations/ko.json +1 -1
- homeassistant/components/min_max/translations/pt.json +1 -1
- homeassistant/components/minecraft_server/translations/sv.json +1 -1
- homeassistant/components/modbus/manifest.json +1 -1
- homeassistant/components/monzo/strings.json +7 -1
- homeassistant/components/monzo/translations/cs.json +6 -0
- homeassistant/components/monzo/translations/de.json +6 -0
- homeassistant/components/monzo/translations/el.json +6 -0
- homeassistant/components/monzo/translations/en-GB.json +6 -0
- homeassistant/components/monzo/translations/en.json +6 -0
- homeassistant/components/monzo/translations/es.json +6 -0
- homeassistant/components/monzo/translations/et.json +6 -0
- homeassistant/components/monzo/translations/fr.json +14 -1
- homeassistant/components/monzo/translations/ga.json +14 -1
- homeassistant/components/monzo/translations/he.json +6 -0
- homeassistant/components/monzo/translations/hu.json +6 -0
- homeassistant/components/monzo/translations/id.json +6 -0
- homeassistant/components/monzo/translations/it.json +6 -0
- homeassistant/components/monzo/translations/ja.json +6 -0
- homeassistant/components/monzo/translations/lt.json +6 -0
- homeassistant/components/monzo/translations/mk.json +14 -1
- homeassistant/components/monzo/translations/pt.json +6 -0
- homeassistant/components/monzo/translations/ru.json +6 -0
- homeassistant/components/monzo/translations/sk.json +6 -0
- homeassistant/components/monzo/translations/sv.json +6 -0
- homeassistant/components/monzo/translations/tr.json +6 -0
- homeassistant/components/monzo/translations/zh-Hans.json +6 -0
- homeassistant/components/monzo/translations/zh-Hant.json +6 -0
- homeassistant/components/motion_blinds/translations/el.json +7 -3
- homeassistant/components/motionblinds_ble/translations/it.json +14 -1
- homeassistant/components/motioneye/translations/sv.json +1 -1
- homeassistant/components/motionmount/translations/el.json +1 -1
- homeassistant/components/mqtt/__init__.py +2 -4
- homeassistant/components/mqtt/client.py +8 -14
- homeassistant/components/mqtt/config_flow.py +74 -12
- homeassistant/components/mqtt/entity.py +6 -2
- homeassistant/components/mqtt/icons.json +5 -0
- homeassistant/components/mqtt/sensor.py +3 -40
- homeassistant/components/mqtt/strings.json +37 -9
- homeassistant/components/mqtt/translations/bg.json +21 -3
- homeassistant/components/mqtt/translations/cs.json +27 -10
- homeassistant/components/mqtt/translations/de.json +48 -20
- homeassistant/components/mqtt/translations/el.json +43 -4
- homeassistant/components/mqtt/translations/en-GB.json +3 -11
- homeassistant/components/mqtt/translations/en.json +39 -11
- homeassistant/components/mqtt/translations/es.json +38 -10
- homeassistant/components/mqtt/translations/et.json +38 -10
- homeassistant/components/mqtt/translations/fi.json +3 -0
- homeassistant/components/mqtt/translations/fr.json +38 -11
- homeassistant/components/mqtt/translations/fy.json +2 -6
- homeassistant/components/mqtt/translations/ga.json +38 -13
- homeassistant/components/mqtt/translations/he.json +2 -11
- homeassistant/components/mqtt/translations/hu.json +39 -11
- homeassistant/components/mqtt/translations/id.json +0 -4
- homeassistant/components/mqtt/translations/it.json +49 -6
- homeassistant/components/mqtt/translations/ja.json +39 -8
- homeassistant/components/mqtt/translations/lt.json +39 -11
- homeassistant/components/mqtt/translations/mk.json +33 -6
- homeassistant/components/mqtt/translations/nl.json +39 -12
- homeassistant/components/mqtt/translations/pt.json +28 -11
- homeassistant/components/mqtt/translations/ru.json +31 -10
- homeassistant/components/mqtt/translations/sk.json +38 -10
- homeassistant/components/mqtt/translations/sl.json +2 -9
- homeassistant/components/mqtt/translations/sv.json +40 -12
- homeassistant/components/mqtt/translations/tr.json +2 -10
- homeassistant/components/mqtt/translations/zh-Hans.json +39 -11
- homeassistant/components/mqtt/translations/zh-Hant.json +38 -10
- homeassistant/components/mqtt/triggers.yaml +14 -0
- homeassistant/components/mqtt/util.py +2 -4
- homeassistant/components/music_assistant/__init__.py +33 -2
- homeassistant/components/music_assistant/button.py +47 -0
- homeassistant/components/music_assistant/entity.py +1 -1
- homeassistant/components/music_assistant/helpers.py +28 -0
- homeassistant/components/music_assistant/icons.json +7 -0
- homeassistant/components/music_assistant/manifest.json +1 -1
- homeassistant/components/music_assistant/media_browser.py +1 -7
- homeassistant/components/music_assistant/media_player.py +16 -55
- homeassistant/components/music_assistant/strings.json +7 -0
- homeassistant/components/music_assistant/translations/cs.json +7 -0
- homeassistant/components/music_assistant/translations/de.json +7 -0
- homeassistant/components/music_assistant/translations/el.json +7 -0
- homeassistant/components/music_assistant/translations/en.json +7 -0
- homeassistant/components/music_assistant/translations/es.json +7 -0
- homeassistant/components/music_assistant/translations/et.json +7 -0
- homeassistant/components/music_assistant/translations/ga.json +7 -0
- homeassistant/components/music_assistant/translations/hu.json +7 -0
- homeassistant/components/music_assistant/translations/it.json +7 -0
- homeassistant/components/music_assistant/translations/ja.json +7 -0
- homeassistant/components/music_assistant/translations/lt.json +7 -0
- homeassistant/components/music_assistant/translations/pt.json +7 -0
- homeassistant/components/music_assistant/translations/sk.json +7 -0
- homeassistant/components/music_assistant/translations/zh-Hans.json +7 -0
- homeassistant/components/music_assistant/translations/zh-Hant.json +7 -0
- homeassistant/components/mysensors/manifest.json +1 -1
- homeassistant/components/mysensors/translations/el.json +4 -2
- homeassistant/components/myuplink/strings.json +7 -1
- homeassistant/components/myuplink/translations/cs.json +6 -0
- homeassistant/components/myuplink/translations/de.json +6 -0
- homeassistant/components/myuplink/translations/el.json +6 -0
- homeassistant/components/myuplink/translations/en-GB.json +6 -0
- homeassistant/components/myuplink/translations/en.json +6 -0
- homeassistant/components/myuplink/translations/es.json +6 -0
- homeassistant/components/myuplink/translations/et.json +6 -0
- homeassistant/components/myuplink/translations/fr.json +6 -0
- homeassistant/components/myuplink/translations/ga.json +34 -1
- homeassistant/components/myuplink/translations/he.json +6 -0
- homeassistant/components/myuplink/translations/hu.json +6 -0
- homeassistant/components/myuplink/translations/id.json +6 -0
- homeassistant/components/myuplink/translations/it.json +6 -0
- homeassistant/components/myuplink/translations/ja.json +6 -0
- homeassistant/components/myuplink/translations/lt.json +6 -0
- homeassistant/components/myuplink/translations/mk.json +14 -1
- homeassistant/components/myuplink/translations/pt.json +6 -0
- homeassistant/components/myuplink/translations/ru.json +6 -0
- homeassistant/components/myuplink/translations/sk.json +6 -0
- homeassistant/components/myuplink/translations/sv.json +6 -0
- homeassistant/components/myuplink/translations/tr.json +6 -0
- homeassistant/components/myuplink/translations/zh-Hans.json +6 -0
- homeassistant/components/myuplink/translations/zh-Hant.json +6 -0
- homeassistant/components/nam/__init__.py +0 -9
- homeassistant/components/nam/config_flow.py +22 -43
- homeassistant/components/nam/manifest.json +1 -1
- homeassistant/components/nam/translations/it.json +57 -3
- homeassistant/components/nam/translations/nl.json +21 -1
- homeassistant/components/nam/translations/pl.json +9 -0
- homeassistant/components/nasweb/translations/el.json +12 -1
- homeassistant/components/neato/manifest.json +1 -1
- homeassistant/components/neato/strings.json +7 -1
- homeassistant/components/neato/translations/cs.json +6 -0
- homeassistant/components/neato/translations/de.json +6 -0
- homeassistant/components/neato/translations/el.json +6 -0
- homeassistant/components/neato/translations/en-GB.json +6 -0
- homeassistant/components/neato/translations/en.json +6 -0
- homeassistant/components/neato/translations/es.json +6 -0
- homeassistant/components/neato/translations/et.json +6 -0
- homeassistant/components/neato/translations/fr.json +6 -0
- homeassistant/components/neato/translations/ga.json +14 -1
- homeassistant/components/neato/translations/he.json +6 -0
- homeassistant/components/neato/translations/hu.json +6 -0
- homeassistant/components/neato/translations/id.json +6 -0
- homeassistant/components/neato/translations/it.json +6 -0
- homeassistant/components/neato/translations/ja.json +6 -0
- homeassistant/components/neato/translations/lt.json +6 -0
- homeassistant/components/neato/translations/mk.json +14 -1
- homeassistant/components/neato/translations/pt.json +6 -0
- homeassistant/components/neato/translations/ru.json +6 -0
- homeassistant/components/neato/translations/sk.json +6 -0
- homeassistant/components/neato/translations/sv.json +6 -0
- homeassistant/components/neato/translations/tr.json +6 -0
- homeassistant/components/neato/translations/zh-Hans.json +6 -0
- homeassistant/components/neato/translations/zh-Hant.json +6 -0
- homeassistant/components/ness_alarm/manifest.json +1 -1
- homeassistant/components/nest/climate.py +0 -2
- homeassistant/components/nest/strings.json +7 -1
- homeassistant/components/nest/translations/cs.json +6 -0
- homeassistant/components/nest/translations/de.json +6 -0
- homeassistant/components/nest/translations/el.json +6 -0
- homeassistant/components/nest/translations/en-GB.json +6 -0
- homeassistant/components/nest/translations/en.json +6 -0
- homeassistant/components/nest/translations/es.json +6 -0
- homeassistant/components/nest/translations/et.json +6 -0
- homeassistant/components/nest/translations/fr.json +6 -0
- homeassistant/components/nest/translations/ga.json +8 -0
- homeassistant/components/nest/translations/he.json +6 -0
- homeassistant/components/nest/translations/hu.json +6 -0
- homeassistant/components/nest/translations/id.json +6 -0
- homeassistant/components/nest/translations/it.json +6 -0
- homeassistant/components/nest/translations/ja.json +6 -0
- homeassistant/components/nest/translations/ko.json +1 -1
- homeassistant/components/nest/translations/lt.json +6 -0
- homeassistant/components/nest/translations/mk.json +14 -1
- homeassistant/components/nest/translations/pt.json +9 -0
- homeassistant/components/nest/translations/ru.json +6 -0
- homeassistant/components/nest/translations/sk.json +6 -0
- homeassistant/components/nest/translations/sv.json +7 -1
- homeassistant/components/nest/translations/tr.json +6 -0
- homeassistant/components/nest/translations/zh-Hans.json +6 -0
- homeassistant/components/nest/translations/zh-Hant.json +6 -0
- homeassistant/components/netatmo/manifest.json +1 -1
- homeassistant/components/netatmo/strings.json +7 -1
- homeassistant/components/netatmo/translations/cs.json +6 -0
- homeassistant/components/netatmo/translations/de.json +6 -0
- homeassistant/components/netatmo/translations/el.json +6 -0
- homeassistant/components/netatmo/translations/en-GB.json +6 -0
- homeassistant/components/netatmo/translations/en.json +6 -0
- homeassistant/components/netatmo/translations/es.json +6 -0
- homeassistant/components/netatmo/translations/et.json +6 -0
- homeassistant/components/netatmo/translations/fr.json +6 -0
- homeassistant/components/netatmo/translations/ga.json +12 -0
- homeassistant/components/netatmo/translations/he.json +6 -0
- homeassistant/components/netatmo/translations/hu.json +6 -0
- homeassistant/components/netatmo/translations/id.json +6 -0
- homeassistant/components/netatmo/translations/it.json +7 -0
- homeassistant/components/netatmo/translations/ja.json +6 -0
- homeassistant/components/netatmo/translations/ko.json +1 -1
- homeassistant/components/netatmo/translations/lt.json +6 -0
- homeassistant/components/netatmo/translations/mk.json +12 -0
- homeassistant/components/netatmo/translations/pt.json +6 -0
- homeassistant/components/netatmo/translations/ru.json +6 -0
- homeassistant/components/netatmo/translations/sk.json +6 -0
- homeassistant/components/netatmo/translations/sv.json +6 -0
- homeassistant/components/netatmo/translations/tr.json +6 -0
- homeassistant/components/netatmo/translations/zh-Hans.json +6 -0
- homeassistant/components/netatmo/translations/zh-Hant.json +6 -0
- homeassistant/components/netgear/translations/mk.json +7 -0
- homeassistant/components/netgear_lte/__init__.py +1 -1
- homeassistant/components/netgear_lte/services.py +33 -25
- homeassistant/components/network/__init__.py +1 -3
- homeassistant/components/nextbus/manifest.json +1 -1
- homeassistant/components/nextcloud/translations/mk.json +9 -0
- homeassistant/components/nextcloud/translations/nl.json +3 -0
- homeassistant/components/nextdns/binary_sensor.py +8 -25
- homeassistant/components/nextdns/button.py +4 -19
- homeassistant/components/nextdns/coordinator.py +4 -13
- homeassistant/components/nextdns/entity.py +35 -0
- homeassistant/components/nextdns/sensor.py +13 -27
- homeassistant/components/nextdns/strings.json +10 -1
- homeassistant/components/nextdns/switch.py +3 -9
- homeassistant/components/nextdns/translations/ar.json +0 -7
- homeassistant/components/nextdns/translations/bg.json +1 -1
- homeassistant/components/nextdns/translations/ca.json +0 -5
- homeassistant/components/nextdns/translations/cs.json +10 -1
- homeassistant/components/nextdns/translations/de.json +10 -1
- homeassistant/components/nextdns/translations/el.json +10 -1
- homeassistant/components/nextdns/translations/en-GB.json +5 -2
- homeassistant/components/nextdns/translations/en.json +10 -1
- homeassistant/components/nextdns/translations/es.json +10 -1
- homeassistant/components/nextdns/translations/et.json +10 -1
- homeassistant/components/nextdns/translations/fi.json +0 -5
- homeassistant/components/nextdns/translations/fr.json +16 -1
- homeassistant/components/nextdns/translations/ga.json +22 -0
- homeassistant/components/nextdns/translations/he.json +0 -5
- homeassistant/components/nextdns/translations/hu.json +10 -1
- homeassistant/components/nextdns/translations/id.json +0 -5
- homeassistant/components/nextdns/translations/it.json +4 -1
- homeassistant/components/nextdns/translations/ja.json +6 -5
- homeassistant/components/nextdns/translations/ko.json +0 -5
- homeassistant/components/nextdns/translations/lt.json +10 -1
- homeassistant/components/nextdns/translations/lv.json +0 -5
- homeassistant/components/nextdns/translations/mk.json +11 -1
- homeassistant/components/nextdns/translations/nb.json +0 -5
- homeassistant/components/nextdns/translations/nl.json +0 -5
- homeassistant/components/nextdns/translations/pl.json +7 -1
- homeassistant/components/nextdns/translations/pt-BR.json +0 -5
- homeassistant/components/nextdns/translations/pt.json +10 -1
- homeassistant/components/nextdns/translations/ro.json +0 -5
- homeassistant/components/nextdns/translations/ru.json +10 -1
- homeassistant/components/nextdns/translations/sk.json +10 -1
- homeassistant/components/nextdns/translations/sv.json +7 -1
- homeassistant/components/nextdns/translations/tr.json +10 -1
- homeassistant/components/nextdns/translations/uk.json +0 -5
- homeassistant/components/nextdns/translations/zh-Hans.json +10 -1
- homeassistant/components/nextdns/translations/zh-Hant.json +10 -1
- homeassistant/components/nfandroidtv/__init__.py +1 -10
- homeassistant/components/nfandroidtv/notify.py +32 -19
- homeassistant/components/nice_go/translations/ga.json +18 -0
- homeassistant/components/niko_home_control/config_flow.py +0 -12
- homeassistant/components/niko_home_control/light.py +2 -63
- homeassistant/components/niko_home_control/strings.json +0 -6
- homeassistant/components/niko_home_control/translations/cs.json +0 -6
- homeassistant/components/niko_home_control/translations/de.json +0 -6
- homeassistant/components/niko_home_control/translations/el.json +0 -6
- homeassistant/components/niko_home_control/translations/en-GB.json +0 -6
- homeassistant/components/niko_home_control/translations/en.json +0 -6
- homeassistant/components/niko_home_control/translations/es.json +0 -6
- homeassistant/components/niko_home_control/translations/et.json +0 -6
- homeassistant/components/niko_home_control/translations/ga.json +12 -0
- homeassistant/components/niko_home_control/translations/hu.json +0 -6
- homeassistant/components/niko_home_control/translations/id.json +0 -5
- homeassistant/components/niko_home_control/translations/it.json +0 -6
- homeassistant/components/niko_home_control/translations/ja.json +0 -6
- homeassistant/components/niko_home_control/translations/lt.json +0 -6
- homeassistant/components/niko_home_control/translations/nl.json +0 -6
- homeassistant/components/niko_home_control/translations/pt.json +0 -6
- homeassistant/components/niko_home_control/translations/ru.json +0 -6
- homeassistant/components/niko_home_control/translations/sk.json +0 -6
- homeassistant/components/niko_home_control/translations/sv.json +0 -6
- homeassistant/components/niko_home_control/translations/tr.json +0 -6
- homeassistant/components/niko_home_control/translations/zh-Hans.json +0 -6
- homeassistant/components/niko_home_control/translations/zh-Hant.json +0 -6
- homeassistant/components/nina/__init__.py +5 -7
- homeassistant/components/nina/binary_sensor.py +4 -3
- homeassistant/components/nina/coordinator.py +2 -0
- homeassistant/components/nmbs/config_flow.py +0 -65
- homeassistant/components/nmbs/sensor.py +11 -103
- homeassistant/components/nmbs/strings.json +0 -6
- homeassistant/components/nmbs/translations/bg.json +0 -5
- homeassistant/components/nmbs/translations/cs.json +0 -6
- homeassistant/components/nmbs/translations/de.json +0 -6
- homeassistant/components/nmbs/translations/el.json +0 -6
- homeassistant/components/nmbs/translations/en-GB.json +0 -6
- homeassistant/components/nmbs/translations/en.json +0 -6
- homeassistant/components/nmbs/translations/es.json +0 -6
- homeassistant/components/nmbs/translations/et.json +0 -6
- homeassistant/components/nmbs/translations/ga.json +0 -6
- homeassistant/components/nmbs/translations/hu.json +0 -6
- homeassistant/components/nmbs/translations/ja.json +0 -5
- homeassistant/components/nmbs/translations/lt.json +0 -6
- homeassistant/components/nmbs/translations/nl.json +0 -5
- homeassistant/components/nmbs/translations/pt-BR.json +0 -5
- homeassistant/components/nmbs/translations/pt.json +0 -6
- homeassistant/components/nmbs/translations/ru.json +0 -6
- homeassistant/components/nmbs/translations/sk.json +0 -6
- homeassistant/components/nmbs/translations/sv.json +0 -6
- homeassistant/components/nmbs/translations/tr.json +0 -6
- homeassistant/components/nmbs/translations/zh-Hans.json +0 -6
- homeassistant/components/nmbs/translations/zh-Hant.json +0 -6
- homeassistant/components/nobo_hub/translations/el.json +4 -0
- homeassistant/components/nordpool/coordinator.py +3 -0
- homeassistant/components/nordpool/services.py +2 -0
- homeassistant/components/nordpool/translations/ga.json +82 -0
- homeassistant/components/notify/legacy.py +1 -2
- homeassistant/components/notion/translations/ko.json +1 -1
- homeassistant/components/ntfy/__init__.py +5 -6
- homeassistant/components/ntfy/config_flow.py +115 -0
- homeassistant/components/ntfy/coordinator.py +74 -0
- homeassistant/components/ntfy/icons.json +62 -0
- homeassistant/components/ntfy/notify.py +3 -2
- homeassistant/components/ntfy/quality_scale.yaml +1 -1
- homeassistant/components/ntfy/sensor.py +272 -0
- homeassistant/components/ntfy/strings.json +111 -2
- homeassistant/components/ntfy/translations/bg.json +49 -1
- homeassistant/components/ntfy/translations/cs.json +110 -1
- homeassistant/components/ntfy/translations/de.json +110 -1
- homeassistant/components/ntfy/translations/el.json +110 -1
- homeassistant/components/ntfy/translations/en.json +110 -1
- homeassistant/components/ntfy/translations/es.json +110 -1
- homeassistant/components/ntfy/translations/et.json +110 -1
- homeassistant/components/ntfy/translations/ga.json +99 -0
- homeassistant/components/ntfy/translations/hu.json +112 -2
- homeassistant/components/ntfy/translations/id.json +15 -1
- homeassistant/components/ntfy/translations/it.json +97 -1
- homeassistant/components/ntfy/translations/ja.json +71 -0
- homeassistant/components/ntfy/translations/lt.json +112 -2
- homeassistant/components/ntfy/translations/nl.json +47 -2
- homeassistant/components/ntfy/translations/pt.json +112 -2
- homeassistant/components/ntfy/translations/ru.json +28 -1
- homeassistant/components/ntfy/translations/sk.json +110 -1
- homeassistant/components/ntfy/translations/sv.json +101 -1
- homeassistant/components/ntfy/translations/tr.json +32 -1
- homeassistant/components/ntfy/translations/zh-Hans.json +110 -1
- homeassistant/components/ntfy/translations/zh-Hant.json +110 -1
- homeassistant/components/nuki/lock.py +2 -2
- homeassistant/components/nuki/translations/it.json +14 -0
- homeassistant/components/nuki/translations/ko.json +1 -1
- homeassistant/components/number/translations/sv.json +2 -2
- homeassistant/components/nut/config_flow.py +4 -2
- homeassistant/components/nut/translations/el.json +42 -0
- homeassistant/components/nut/translations/fi.json +4 -1
- homeassistant/components/nut/translations/it.json +4 -3
- homeassistant/components/nzbget/__init__.py +11 -43
- homeassistant/components/nzbget/services.py +59 -0
- homeassistant/components/nzbget/strings.json +5 -0
- homeassistant/components/nzbget/translations/bg.json +5 -0
- homeassistant/components/nzbget/translations/cs.json +5 -0
- homeassistant/components/nzbget/translations/de.json +5 -0
- homeassistant/components/nzbget/translations/el.json +5 -0
- homeassistant/components/nzbget/translations/en-GB.json +5 -0
- homeassistant/components/nzbget/translations/en.json +5 -0
- homeassistant/components/nzbget/translations/es.json +5 -0
- homeassistant/components/nzbget/translations/et.json +5 -0
- homeassistant/components/nzbget/translations/fr.json +5 -0
- homeassistant/components/nzbget/translations/ga.json +7 -1
- homeassistant/components/nzbget/translations/hu.json +5 -0
- homeassistant/components/nzbget/translations/it.json +5 -0
- homeassistant/components/nzbget/translations/ja.json +5 -0
- homeassistant/components/nzbget/translations/lt.json +5 -0
- homeassistant/components/nzbget/translations/pt.json +5 -0
- homeassistant/components/nzbget/translations/sk.json +5 -0
- homeassistant/components/nzbget/translations/sv.json +5 -0
- homeassistant/components/nzbget/translations/tr.json +5 -0
- homeassistant/components/nzbget/translations/zh-Hans.json +5 -0
- homeassistant/components/nzbget/translations/zh-Hant.json +5 -0
- homeassistant/components/ohme/services.py +2 -0
- homeassistant/components/ohme/translations/ga.json +29 -1
- homeassistant/components/ohme/translations/it.json +6 -0
- homeassistant/components/ohme/translations/sv.json +1 -1
- homeassistant/components/ollama/__init__.py +148 -6
- homeassistant/components/ollama/config_flow.py +241 -143
- homeassistant/components/ollama/const.py +4 -0
- homeassistant/components/ollama/conversation.py +24 -235
- homeassistant/components/ollama/entity.py +261 -0
- homeassistant/components/ollama/manifest.json +1 -1
- homeassistant/components/ollama/strings.json +39 -22
- homeassistant/components/ollama/translations/bg.json +15 -6
- homeassistant/components/ollama/translations/ca.json +0 -25
- homeassistant/components/ollama/translations/cs.json +28 -22
- homeassistant/components/ollama/translations/de.json +38 -21
- homeassistant/components/ollama/translations/el.json +38 -21
- homeassistant/components/ollama/translations/en-GB.json +0 -28
- homeassistant/components/ollama/translations/en.json +38 -21
- homeassistant/components/ollama/translations/es.json +38 -21
- homeassistant/components/ollama/translations/et.json +28 -22
- homeassistant/components/ollama/translations/fi.json +0 -16
- homeassistant/components/ollama/translations/fr.json +28 -22
- homeassistant/components/ollama/translations/ga.json +38 -1
- homeassistant/components/ollama/translations/he.json +0 -9
- homeassistant/components/ollama/translations/hu.json +28 -22
- homeassistant/components/ollama/translations/id.json +14 -5
- homeassistant/components/ollama/translations/it.json +30 -13
- homeassistant/components/ollama/translations/ja.json +28 -22
- homeassistant/components/ollama/translations/lt.json +28 -22
- homeassistant/components/ollama/translations/mk.json +13 -1
- homeassistant/components/ollama/translations/nl.json +25 -8
- homeassistant/components/ollama/translations/pl.json +0 -9
- homeassistant/components/ollama/translations/pt-BR.json +0 -3
- homeassistant/components/ollama/translations/pt.json +28 -22
- homeassistant/components/ollama/translations/ru.json +9 -23
- homeassistant/components/ollama/translations/sk.json +38 -21
- homeassistant/components/ollama/translations/sl.json +0 -12
- homeassistant/components/ollama/translations/sv.json +15 -22
- homeassistant/components/ollama/translations/tr.json +0 -28
- homeassistant/components/ollama/translations/vi.json +1 -11
- homeassistant/components/ollama/translations/zh-Hans.json +28 -22
- homeassistant/components/ollama/translations/zh-Hant.json +28 -22
- homeassistant/components/onboarding/views.py +2 -4
- homeassistant/components/ondilo_ico/strings.json +7 -1
- homeassistant/components/ondilo_ico/translations/cs.json +6 -0
- homeassistant/components/ondilo_ico/translations/de.json +6 -0
- homeassistant/components/ondilo_ico/translations/el.json +6 -0
- homeassistant/components/ondilo_ico/translations/en-GB.json +6 -0
- homeassistant/components/ondilo_ico/translations/en.json +6 -0
- homeassistant/components/ondilo_ico/translations/es.json +6 -0
- homeassistant/components/ondilo_ico/translations/et.json +6 -0
- homeassistant/components/ondilo_ico/translations/fr.json +6 -0
- homeassistant/components/ondilo_ico/translations/ga.json +14 -1
- homeassistant/components/ondilo_ico/translations/he.json +6 -0
- homeassistant/components/ondilo_ico/translations/hu.json +6 -0
- homeassistant/components/ondilo_ico/translations/id.json +6 -0
- homeassistant/components/ondilo_ico/translations/it.json +6 -0
- homeassistant/components/ondilo_ico/translations/ja.json +6 -0
- homeassistant/components/ondilo_ico/translations/lt.json +6 -0
- homeassistant/components/ondilo_ico/translations/mk.json +14 -1
- homeassistant/components/ondilo_ico/translations/pt.json +6 -0
- homeassistant/components/ondilo_ico/translations/ru.json +6 -0
- homeassistant/components/ondilo_ico/translations/sk.json +6 -0
- homeassistant/components/ondilo_ico/translations/sv.json +6 -0
- homeassistant/components/ondilo_ico/translations/tr.json +6 -0
- homeassistant/components/ondilo_ico/translations/zh-Hans.json +6 -0
- homeassistant/components/ondilo_ico/translations/zh-Hant.json +6 -0
- homeassistant/components/onedrive/__init__.py +2 -2
- homeassistant/components/onedrive/services.py +10 -9
- homeassistant/components/onedrive/strings.json +7 -1
- homeassistant/components/onedrive/translations/cs.json +6 -0
- homeassistant/components/onedrive/translations/de.json +6 -0
- homeassistant/components/onedrive/translations/el.json +6 -0
- homeassistant/components/onedrive/translations/en-GB.json +6 -0
- homeassistant/components/onedrive/translations/en.json +6 -0
- homeassistant/components/onedrive/translations/es.json +6 -0
- homeassistant/components/onedrive/translations/et.json +6 -0
- homeassistant/components/onedrive/translations/fr.json +6 -0
- homeassistant/components/onedrive/translations/ga.json +8 -0
- homeassistant/components/onedrive/translations/he.json +6 -0
- homeassistant/components/onedrive/translations/hu.json +6 -0
- homeassistant/components/onedrive/translations/id.json +6 -0
- homeassistant/components/onedrive/translations/it.json +15 -0
- homeassistant/components/onedrive/translations/ja.json +6 -0
- homeassistant/components/onedrive/translations/lt.json +6 -0
- homeassistant/components/onedrive/translations/mk.json +12 -0
- homeassistant/components/onedrive/translations/pt.json +6 -0
- homeassistant/components/onedrive/translations/ru.json +6 -0
- homeassistant/components/onedrive/translations/sk.json +6 -0
- homeassistant/components/onedrive/translations/sv.json +6 -0
- homeassistant/components/onedrive/translations/tr.json +6 -0
- homeassistant/components/onedrive/translations/zh-Hans.json +6 -0
- homeassistant/components/onedrive/translations/zh-Hant.json +6 -0
- homeassistant/components/onewire/binary_sensor.py +4 -6
- homeassistant/components/onewire/const.py +0 -1
- homeassistant/components/onewire/entity.py +2 -5
- homeassistant/components/onewire/switch.py +4 -12
- homeassistant/components/onewire/translations/sv.json +4 -4
- homeassistant/components/onkyo/__init__.py +2 -2
- homeassistant/components/onkyo/services.py +3 -2
- homeassistant/components/onkyo/translations/ga.json +3 -0
- homeassistant/components/onvif/__init__.py +3 -3
- homeassistant/components/onvif/const.py +9 -2
- homeassistant/components/onvif/device.py +3 -3
- homeassistant/components/onvif/event.py +25 -7
- homeassistant/components/onvif/manifest.json +1 -1
- homeassistant/components/openai_conversation/__init__.py +130 -7
- homeassistant/components/openai_conversation/config_flow.py +265 -154
- homeassistant/components/openai_conversation/const.py +3 -1
- homeassistant/components/openai_conversation/conversation.py +22 -16
- homeassistant/components/openai_conversation/strings.json +52 -25
- homeassistant/components/openai_conversation/translations/af.json +0 -10
- homeassistant/components/openai_conversation/translations/bg.json +22 -10
- homeassistant/components/openai_conversation/translations/ca.json +0 -14
- homeassistant/components/openai_conversation/translations/cs.json +56 -30
- homeassistant/components/openai_conversation/translations/da.json +0 -9
- homeassistant/components/openai_conversation/translations/de.json +56 -30
- homeassistant/components/openai_conversation/translations/el.json +56 -30
- homeassistant/components/openai_conversation/translations/en-GB.json +0 -30
- homeassistant/components/openai_conversation/translations/en.json +56 -30
- homeassistant/components/openai_conversation/translations/es.json +56 -30
- homeassistant/components/openai_conversation/translations/et.json +56 -30
- homeassistant/components/openai_conversation/translations/fi.json +0 -12
- homeassistant/components/openai_conversation/translations/fr.json +56 -30
- homeassistant/components/openai_conversation/translations/fy.json +0 -9
- homeassistant/components/openai_conversation/translations/ga.json +44 -17
- homeassistant/components/openai_conversation/translations/he.json +0 -18
- homeassistant/components/openai_conversation/translations/hu.json +56 -30
- homeassistant/components/openai_conversation/translations/id.json +23 -18
- homeassistant/components/openai_conversation/translations/it.json +69 -14
- homeassistant/components/openai_conversation/translations/ja.json +45 -29
- homeassistant/components/openai_conversation/translations/ko.json +0 -11
- homeassistant/components/openai_conversation/translations/lt.json +56 -30
- homeassistant/components/openai_conversation/translations/lv.json +0 -9
- homeassistant/components/openai_conversation/translations/mk.json +44 -0
- homeassistant/components/openai_conversation/translations/nb.json +0 -11
- homeassistant/components/openai_conversation/translations/nl.json +19 -17
- homeassistant/components/openai_conversation/translations/pl.json +0 -29
- homeassistant/components/openai_conversation/translations/pt-BR.json +0 -18
- homeassistant/components/openai_conversation/translations/pt.json +56 -30
- homeassistant/components/openai_conversation/translations/ro.json +0 -11
- homeassistant/components/openai_conversation/translations/ru.json +49 -30
- homeassistant/components/openai_conversation/translations/sk.json +56 -30
- homeassistant/components/openai_conversation/translations/sl.json +0 -21
- homeassistant/components/openai_conversation/translations/sv.json +42 -30
- homeassistant/components/openai_conversation/translations/tr.json +0 -23
- homeassistant/components/openai_conversation/translations/uk.json +0 -12
- homeassistant/components/openai_conversation/translations/vi.json +0 -12
- homeassistant/components/openai_conversation/translations/zh-Hans.json +56 -30
- homeassistant/components/openai_conversation/translations/zh-Hant.json +56 -30
- homeassistant/components/opentherm_gw/__init__.py +12 -290
- homeassistant/components/opentherm_gw/climate.py +12 -1
- homeassistant/components/opentherm_gw/services.py +297 -0
- homeassistant/components/opentherm_gw/strings.json +8 -0
- homeassistant/components/opentherm_gw/translations/bg.json +8 -0
- homeassistant/components/opentherm_gw/translations/cs.json +5 -0
- homeassistant/components/opentherm_gw/translations/de.json +8 -0
- homeassistant/components/opentherm_gw/translations/el.json +8 -0
- homeassistant/components/opentherm_gw/translations/en-GB.json +5 -0
- homeassistant/components/opentherm_gw/translations/en.json +8 -0
- homeassistant/components/opentherm_gw/translations/es.json +8 -0
- homeassistant/components/opentherm_gw/translations/et.json +8 -0
- homeassistant/components/opentherm_gw/translations/fi.json +5 -0
- homeassistant/components/opentherm_gw/translations/fr.json +5 -0
- homeassistant/components/opentherm_gw/translations/ga.json +8 -0
- homeassistant/components/opentherm_gw/translations/hu.json +5 -0
- homeassistant/components/opentherm_gw/translations/it.json +10 -0
- homeassistant/components/opentherm_gw/translations/ja.json +5 -0
- homeassistant/components/opentherm_gw/translations/lt.json +8 -0
- homeassistant/components/opentherm_gw/translations/mk.json +7 -0
- homeassistant/components/opentherm_gw/translations/nl.json +5 -0
- homeassistant/components/opentherm_gw/translations/pt.json +5 -0
- homeassistant/components/opentherm_gw/translations/sk.json +8 -0
- homeassistant/components/opentherm_gw/translations/sv.json +8 -0
- homeassistant/components/opentherm_gw/translations/tr.json +5 -0
- homeassistant/components/opentherm_gw/translations/zh-Hans.json +8 -0
- homeassistant/components/opentherm_gw/translations/zh-Hant.json +8 -0
- homeassistant/components/openuv/translations/it.json +4 -1
- homeassistant/components/openuv/translations/ko.json +1 -1
- homeassistant/components/opower/translations/el.json +3 -0
- homeassistant/components/opower/translations/ko.json +1 -1
- homeassistant/components/osoenergy/manifest.json +1 -1
- homeassistant/components/osoenergy/translations/it.json +14 -0
- homeassistant/components/osoenergy/translations/nl.json +14 -0
- homeassistant/components/overkiz/manifest.json +1 -1
- homeassistant/components/overkiz/translations/ca.json +0 -5
- homeassistant/components/overkiz/translations/cs.json +0 -1
- homeassistant/components/overkiz/translations/el.json +3 -1
- homeassistant/components/overkiz/translations/et.json +1 -1
- homeassistant/components/overkiz/translations/fi.json +0 -5
- homeassistant/components/overkiz/translations/fr.json +0 -1
- homeassistant/components/overkiz/translations/hu.json +0 -1
- homeassistant/components/overkiz/translations/id.json +0 -1
- homeassistant/components/overkiz/translations/it.json +11 -2
- homeassistant/components/overkiz/translations/ja.json +0 -5
- homeassistant/components/overkiz/translations/ko.json +0 -5
- homeassistant/components/overkiz/translations/lv.json +0 -5
- homeassistant/components/overkiz/translations/nb.json +0 -5
- homeassistant/components/overkiz/translations/nl.json +0 -1
- homeassistant/components/overkiz/translations/pl.json +0 -5
- homeassistant/components/overkiz/translations/pt-BR.json +0 -5
- homeassistant/components/overkiz/translations/pt.json +0 -1
- homeassistant/components/overkiz/translations/ro.json +0 -5
- homeassistant/components/overkiz/translations/ru.json +0 -1
- homeassistant/components/overkiz/translations/sv.json +0 -1
- homeassistant/components/overkiz/translations/tr.json +0 -5
- homeassistant/components/overkiz/translations/uk.json +0 -5
- homeassistant/components/overkiz/translations/zh-Hans.json +1 -1
- homeassistant/components/overseerr/__init__.py +2 -2
- homeassistant/components/overseerr/sensor.py +1 -1
- homeassistant/components/overseerr/services.py +36 -33
- homeassistant/components/overseerr/strings.json +1 -1
- homeassistant/components/ovo_energy/manifest.json +1 -1
- homeassistant/components/palazzetti/translations/ga.json +36 -0
- homeassistant/components/palazzetti/translations/it.json +4 -0
- homeassistant/components/paperless_ngx/__init__.py +3 -3
- homeassistant/components/paperless_ngx/config_flow.py +15 -8
- homeassistant/components/paperless_ngx/coordinator.py +3 -6
- homeassistant/components/paperless_ngx/diagnostics.py +1 -0
- homeassistant/components/paperless_ngx/entity.py +4 -6
- homeassistant/components/paperless_ngx/manifest.json +1 -1
- homeassistant/components/paperless_ngx/sensor.py +9 -8
- homeassistant/components/paperless_ngx/strings.json +13 -4
- homeassistant/components/paperless_ngx/translations/bg.json +7 -1
- homeassistant/components/paperless_ngx/translations/cs.json +13 -4
- homeassistant/components/paperless_ngx/translations/de.json +13 -4
- homeassistant/components/paperless_ngx/translations/el.json +13 -4
- homeassistant/components/paperless_ngx/translations/en-GB.json +5 -0
- homeassistant/components/paperless_ngx/translations/en.json +13 -4
- homeassistant/components/paperless_ngx/translations/es.json +13 -4
- homeassistant/components/paperless_ngx/translations/et.json +13 -4
- homeassistant/components/paperless_ngx/translations/fr.json +13 -4
- homeassistant/components/paperless_ngx/translations/ga.json +9 -2
- homeassistant/components/paperless_ngx/translations/hu.json +13 -4
- homeassistant/components/paperless_ngx/translations/id.json +4 -2
- homeassistant/components/paperless_ngx/translations/it.json +50 -0
- homeassistant/components/paperless_ngx/translations/ja.json +29 -1
- homeassistant/components/paperless_ngx/translations/lt.json +13 -4
- homeassistant/components/paperless_ngx/translations/mk.json +5 -0
- homeassistant/components/paperless_ngx/translations/nl.json +9 -2
- homeassistant/components/paperless_ngx/translations/pt-BR.json +5 -0
- homeassistant/components/paperless_ngx/translations/pt.json +13 -4
- homeassistant/components/paperless_ngx/translations/ru.json +13 -4
- homeassistant/components/paperless_ngx/translations/sk.json +13 -4
- homeassistant/components/paperless_ngx/translations/sv.json +13 -4
- homeassistant/components/paperless_ngx/translations/tr.json +13 -4
- homeassistant/components/paperless_ngx/translations/zh-Hans.json +13 -4
- homeassistant/components/paperless_ngx/translations/zh-Hant.json +13 -4
- homeassistant/components/paperless_ngx/update.py +90 -0
- homeassistant/components/peblar/translations/el.json +12 -0
- homeassistant/components/peblar/translations/ga.json +34 -5
- homeassistant/components/peblar/translations/it.json +3 -1
- homeassistant/components/pegel_online/translations/bg.json +1 -2
- homeassistant/components/pegel_online/translations/ca.json +1 -2
- homeassistant/components/pegel_online/translations/cs.json +1 -2
- homeassistant/components/pegel_online/translations/de.json +1 -1
- homeassistant/components/pegel_online/translations/el.json +1 -1
- homeassistant/components/pegel_online/translations/en-GB.json +1 -1
- homeassistant/components/pegel_online/translations/en.json +1 -1
- homeassistant/components/pegel_online/translations/es.json +1 -1
- homeassistant/components/pegel_online/translations/et.json +1 -1
- homeassistant/components/pegel_online/translations/fi.json +1 -2
- homeassistant/components/pegel_online/translations/fr.json +1 -2
- homeassistant/components/pegel_online/translations/ga.json +1 -0
- homeassistant/components/pegel_online/translations/hu.json +1 -1
- homeassistant/components/pegel_online/translations/id.json +1 -2
- homeassistant/components/pegel_online/translations/it.json +1 -2
- homeassistant/components/pegel_online/translations/ja.json +1 -2
- homeassistant/components/pegel_online/translations/ko.json +1 -2
- homeassistant/components/pegel_online/translations/lt.json +1 -1
- homeassistant/components/pegel_online/translations/lv.json +1 -2
- homeassistant/components/pegel_online/translations/nl.json +1 -2
- homeassistant/components/pegel_online/translations/pt.json +1 -2
- homeassistant/components/pegel_online/translations/ru.json +1 -1
- homeassistant/components/pegel_online/translations/sk.json +1 -1
- homeassistant/components/pegel_online/translations/sv.json +1 -1
- homeassistant/components/pegel_online/translations/tr.json +1 -2
- homeassistant/components/pegel_online/translations/zh-Hant.json +1 -1
- homeassistant/components/person/__init__.py +1 -2
- homeassistant/components/pi_hole/translations/fr.json +1 -0
- homeassistant/components/picnic/__init__.py +12 -4
- homeassistant/components/picnic/services.py +3 -5
- homeassistant/components/playstation_network/__init__.py +34 -0
- homeassistant/components/playstation_network/config_flow.py +125 -0
- homeassistant/components/playstation_network/const.py +18 -0
- homeassistant/components/playstation_network/coordinator.py +74 -0
- homeassistant/components/playstation_network/diagnostics.py +55 -0
- homeassistant/components/playstation_network/helpers.py +154 -0
- homeassistant/components/playstation_network/icons.json +32 -0
- homeassistant/components/playstation_network/manifest.json +85 -0
- homeassistant/components/playstation_network/media_player.py +131 -0
- homeassistant/components/playstation_network/quality_scale.yaml +72 -0
- homeassistant/components/playstation_network/sensor.py +168 -0
- homeassistant/components/playstation_network/strings.json +73 -0
- homeassistant/components/playstation_network/translations/bg.json +36 -0
- homeassistant/components/playstation_network/translations/cs.json +70 -0
- homeassistant/components/playstation_network/translations/de.json +73 -0
- homeassistant/components/playstation_network/translations/el.json +73 -0
- homeassistant/components/playstation_network/translations/en.json +73 -0
- homeassistant/components/playstation_network/translations/es.json +73 -0
- homeassistant/components/playstation_network/translations/et.json +73 -0
- homeassistant/components/playstation_network/translations/fr.json +15 -0
- homeassistant/components/playstation_network/translations/ga.json +62 -0
- homeassistant/components/playstation_network/translations/hu.json +70 -0
- homeassistant/components/playstation_network/translations/id.json +14 -0
- homeassistant/components/playstation_network/translations/it.json +70 -0
- homeassistant/components/playstation_network/translations/ja.json +44 -0
- homeassistant/components/playstation_network/translations/lt.json +73 -0
- homeassistant/components/playstation_network/translations/mk.json +15 -0
- homeassistant/components/playstation_network/translations/nl.json +40 -0
- homeassistant/components/playstation_network/translations/pl.json +70 -0
- homeassistant/components/playstation_network/translations/pt.json +70 -0
- homeassistant/components/playstation_network/translations/ru.json +1 -0
- homeassistant/components/playstation_network/translations/sk.json +73 -0
- homeassistant/components/playstation_network/translations/sv.json +59 -0
- homeassistant/components/playstation_network/translations/zh-Hans.json +70 -0
- homeassistant/components/playstation_network/translations/zh-Hant.json +73 -0
- homeassistant/components/plex/__init__.py +1 -1
- homeassistant/components/plex/const.py +0 -1
- homeassistant/components/plex/icons.json +0 -3
- homeassistant/components/plex/services.py +5 -24
- homeassistant/components/plex/services.yaml +0 -2
- homeassistant/components/plex/strings.json +0 -4
- homeassistant/components/plex/translations/bg.json +0 -3
- homeassistant/components/plex/translations/cs.json +0 -4
- homeassistant/components/plex/translations/de.json +0 -4
- homeassistant/components/plex/translations/en-GB.json +0 -4
- homeassistant/components/plex/translations/en.json +0 -4
- homeassistant/components/plex/translations/es.json +0 -4
- homeassistant/components/plex/translations/et.json +0 -4
- homeassistant/components/plex/translations/fi.json +0 -4
- homeassistant/components/plex/translations/fr.json +0 -4
- homeassistant/components/plex/translations/hu.json +0 -4
- homeassistant/components/plex/translations/id.json +0 -4
- homeassistant/components/plex/translations/it.json +0 -4
- homeassistant/components/plex/translations/ja.json +0 -4
- homeassistant/components/plex/translations/ko.json +0 -4
- homeassistant/components/plex/translations/lt.json +0 -4
- homeassistant/components/plex/translations/pt.json +0 -4
- homeassistant/components/plex/translations/ru.json +0 -4
- homeassistant/components/plex/translations/sk.json +0 -4
- homeassistant/components/plex/translations/sl.json +0 -4
- homeassistant/components/plex/translations/sv.json +0 -4
- homeassistant/components/plex/translations/tr.json +0 -4
- homeassistant/components/plex/translations/zh-Hans.json +0 -4
- homeassistant/components/plex/translations/zh-Hant.json +0 -4
- homeassistant/components/plugwise/climate.py +0 -12
- homeassistant/components/plugwise/manifest.json +1 -1
- homeassistant/components/plugwise/strings.json +0 -3
- homeassistant/components/plugwise/translations/cs.json +0 -3
- homeassistant/components/plugwise/translations/de.json +0 -3
- homeassistant/components/plugwise/translations/el.json +0 -3
- homeassistant/components/plugwise/translations/en-GB.json +0 -3
- homeassistant/components/plugwise/translations/en.json +0 -3
- homeassistant/components/plugwise/translations/es.json +0 -3
- homeassistant/components/plugwise/translations/et.json +0 -3
- homeassistant/components/plugwise/translations/hu.json +0 -3
- homeassistant/components/plugwise/translations/it.json +12 -3
- homeassistant/components/plugwise/translations/ja.json +0 -3
- homeassistant/components/plugwise/translations/lt.json +0 -3
- homeassistant/components/plugwise/translations/nl.json +0 -3
- homeassistant/components/plugwise/translations/pt.json +0 -3
- homeassistant/components/plugwise/translations/ru.json +0 -3
- homeassistant/components/plugwise/translations/sk.json +0 -3
- homeassistant/components/plugwise/translations/sv.json +2 -5
- homeassistant/components/plugwise/translations/tr.json +0 -3
- homeassistant/components/plugwise/translations/zh-Hans.json +0 -3
- homeassistant/components/plugwise/translations/zh-Hant.json +0 -3
- homeassistant/components/point/strings.json +7 -1
- homeassistant/components/point/translations/cs.json +6 -0
- homeassistant/components/point/translations/de.json +6 -0
- homeassistant/components/point/translations/el.json +6 -0
- homeassistant/components/point/translations/en-GB.json +6 -0
- homeassistant/components/point/translations/en.json +6 -0
- homeassistant/components/point/translations/es.json +6 -0
- homeassistant/components/point/translations/et.json +6 -0
- homeassistant/components/point/translations/fr.json +10 -0
- homeassistant/components/point/translations/ga.json +14 -1
- homeassistant/components/point/translations/he.json +6 -0
- homeassistant/components/point/translations/hu.json +6 -0
- homeassistant/components/point/translations/id.json +6 -0
- homeassistant/components/point/translations/it.json +6 -0
- homeassistant/components/point/translations/ja.json +6 -0
- homeassistant/components/point/translations/lt.json +6 -0
- homeassistant/components/point/translations/mk.json +14 -1
- homeassistant/components/point/translations/pt.json +6 -0
- homeassistant/components/point/translations/ru.json +6 -0
- homeassistant/components/point/translations/sk.json +6 -0
- homeassistant/components/point/translations/sv.json +6 -0
- homeassistant/components/point/translations/tr.json +6 -0
- homeassistant/components/point/translations/zh-Hans.json +6 -0
- homeassistant/components/point/translations/zh-Hant.json +6 -0
- homeassistant/components/powerfox/translations/ga.json +36 -0
- homeassistant/components/private_ble_device/manifest.json +1 -1
- homeassistant/components/profiler/__init__.py +9 -9
- homeassistant/components/proximity/translations/bg.json +0 -3
- homeassistant/components/proximity/translations/ca.json +2 -27
- homeassistant/components/proximity/translations/cs.json +1 -25
- homeassistant/components/proximity/translations/el.json +1 -1
- homeassistant/components/proximity/translations/en-GB.json +4 -4
- homeassistant/components/proximity/translations/en.json +4 -4
- homeassistant/components/proximity/translations/et.json +1 -1
- homeassistant/components/proximity/translations/fi.json +1 -25
- homeassistant/components/proximity/translations/fr.json +1 -25
- homeassistant/components/proximity/translations/gl.json +1 -24
- homeassistant/components/proximity/translations/hu.json +1 -25
- homeassistant/components/proximity/translations/id.json +1 -25
- homeassistant/components/proximity/translations/it.json +1 -13
- homeassistant/components/proximity/translations/ja.json +1 -25
- homeassistant/components/proximity/translations/lt.json +4 -4
- homeassistant/components/proximity/translations/nl.json +11 -0
- homeassistant/components/proximity/translations/pl.json +1 -25
- homeassistant/components/proximity/translations/pt-BR.json +1 -25
- homeassistant/components/proximity/translations/pt.json +1 -25
- homeassistant/components/proximity/translations/ru.json +1 -25
- homeassistant/components/proximity/translations/sk.json +2 -2
- homeassistant/components/proximity/translations/sv.json +1 -25
- homeassistant/components/proximity/translations/tr.json +1 -25
- homeassistant/components/proximity/translations/zh-Hans.json +2 -2
- homeassistant/components/prusalink/translations/it.json +3 -1
- homeassistant/components/ps4/__init__.py +2 -2
- homeassistant/components/ps4/services.py +3 -2
- homeassistant/components/ps4/translations/mk.json +7 -0
- homeassistant/components/pushbullet/sensor.py +7 -2
- homeassistant/components/pushover/translations/ko.json +1 -1
- homeassistant/components/qbittorrent/translations/it.json +6 -0
- homeassistant/components/qbus/climate.py +4 -11
- homeassistant/components/qbus/const.py +1 -0
- homeassistant/components/qbus/cover.py +193 -0
- homeassistant/components/qbus/entity.py +15 -3
- homeassistant/components/qbus/light.py +7 -18
- homeassistant/components/qbus/scene.py +1 -2
- homeassistant/components/qbus/switch.py +4 -9
- homeassistant/components/qbus/translations/el.json +5 -0
- homeassistant/components/qbus/translations/nl.json +17 -0
- homeassistant/components/qnap/translations/sv.json +1 -1
- homeassistant/components/radarr/entity.py +1 -5
- homeassistant/components/radarr/translations/ko.json +1 -1
- homeassistant/components/random/translations/fi.json +7 -0
- homeassistant/components/random/translations/sv.json +4 -4
- homeassistant/components/recorder/__init__.py +2 -2
- homeassistant/components/recorder/auto_repairs/schema.py +2 -4
- homeassistant/components/recorder/history/__init__.py +5 -5
- homeassistant/components/recorder/manifest.json +1 -1
- homeassistant/components/recorder/pool.py +2 -2
- homeassistant/components/recorder/services.py +99 -117
- homeassistant/components/recorder/services.yaml +1 -1
- homeassistant/components/recorder/statistics.py +1 -1
- homeassistant/components/recorder/util.py +3 -4
- homeassistant/components/rehlko/manifest.json +1 -1
- homeassistant/components/remote/translations/it.json +2 -2
- homeassistant/components/remote_calendar/manifest.json +1 -1
- homeassistant/components/remote_calendar/translations/fi.json +34 -0
- homeassistant/components/renault/translations/it.json +1 -0
- homeassistant/components/renault/translations/ko.json +1 -1
- homeassistant/components/renson/translations/it.json +4 -4
- homeassistant/components/renson/translations/nl.json +85 -18
- homeassistant/components/reolink/__init__.py +11 -0
- homeassistant/components/reolink/binary_sensor.py +1 -0
- homeassistant/components/reolink/camera.py +15 -4
- homeassistant/components/reolink/config_flow.py +8 -1
- homeassistant/components/reolink/const.py +1 -0
- homeassistant/components/reolink/diagnostics.py +2 -0
- homeassistant/components/reolink/entity.py +18 -6
- homeassistant/components/reolink/host.py +13 -3
- homeassistant/components/reolink/icons.json +18 -0
- homeassistant/components/reolink/light.py +1 -1
- homeassistant/components/reolink/manifest.json +1 -1
- homeassistant/components/reolink/media_source.py +4 -4
- homeassistant/components/reolink/number.py +27 -0
- homeassistant/components/reolink/services.py +41 -38
- homeassistant/components/reolink/strings.json +21 -6
- homeassistant/components/reolink/switch.py +19 -0
- homeassistant/components/reolink/translations/cs.json +24 -9
- homeassistant/components/reolink/translations/de.json +24 -9
- homeassistant/components/reolink/translations/el.json +29 -0
- homeassistant/components/reolink/translations/en-GB.json +3 -9
- homeassistant/components/reolink/translations/en.json +24 -9
- homeassistant/components/reolink/translations/es.json +24 -9
- homeassistant/components/reolink/translations/et.json +24 -9
- homeassistant/components/reolink/translations/fi.json +0 -9
- homeassistant/components/reolink/translations/fr.json +3 -9
- homeassistant/components/reolink/translations/ga.json +29 -0
- homeassistant/components/reolink/translations/hu.json +24 -9
- homeassistant/components/reolink/translations/id.json +0 -9
- homeassistant/components/reolink/translations/it.json +43 -22
- homeassistant/components/reolink/translations/ja.json +18 -9
- homeassistant/components/reolink/translations/ko.json +3 -9
- homeassistant/components/reolink/translations/lt.json +24 -9
- homeassistant/components/reolink/translations/mk.json +17 -0
- homeassistant/components/reolink/translations/nl.json +0 -9
- homeassistant/components/reolink/translations/pl.json +2 -10
- homeassistant/components/reolink/translations/pt.json +24 -9
- homeassistant/components/reolink/translations/ru.json +6 -9
- homeassistant/components/reolink/translations/sk.json +24 -9
- homeassistant/components/reolink/translations/sv.json +27 -12
- homeassistant/components/reolink/translations/tr.json +12 -9
- homeassistant/components/reolink/translations/zh-Hans.json +24 -9
- homeassistant/components/reolink/translations/zh-Hant.json +24 -9
- homeassistant/components/rest/__init__.py +3 -3
- homeassistant/components/rest/data.py +92 -35
- homeassistant/components/rflink/manifest.json +1 -1
- homeassistant/components/rfxtrx/translations/it.json +4 -1
- homeassistant/components/ridwell/translations/ko.json +1 -1
- homeassistant/components/ring/translations/ko.json +1 -1
- homeassistant/components/rmvtransport/sensor.py +1 -2
- homeassistant/components/roborock/translations/it.json +11 -2
- homeassistant/components/roborock/translations/ko.json +1 -1
- homeassistant/components/roku/translations/ga.json +7 -0
- homeassistant/components/romy/translations/it.json +13 -0
- homeassistant/components/russound_rio/__init__.py +36 -1
- homeassistant/components/russound_rio/entity.py +20 -20
- homeassistant/components/russound_rio/icons.json +12 -0
- homeassistant/components/russound_rio/manifest.json +1 -1
- homeassistant/components/russound_rio/media_player.py +2 -8
- homeassistant/components/russound_rio/number.py +112 -0
- homeassistant/components/russound_rio/strings.json +21 -0
- homeassistant/components/russound_rio/switch.py +85 -0
- homeassistant/components/russound_rio/translations/bg.json +10 -0
- homeassistant/components/russound_rio/translations/cs.json +21 -0
- homeassistant/components/russound_rio/translations/de.json +21 -0
- homeassistant/components/russound_rio/translations/el.json +29 -0
- homeassistant/components/russound_rio/translations/en.json +21 -0
- homeassistant/components/russound_rio/translations/es.json +21 -0
- homeassistant/components/russound_rio/translations/et.json +21 -0
- homeassistant/components/russound_rio/translations/ga.json +37 -0
- homeassistant/components/russound_rio/translations/hu.json +21 -0
- homeassistant/components/russound_rio/translations/it.json +21 -0
- homeassistant/components/russound_rio/translations/ja.json +21 -0
- homeassistant/components/russound_rio/translations/lt.json +21 -0
- homeassistant/components/russound_rio/translations/nl.json +7 -0
- homeassistant/components/russound_rio/translations/pt.json +21 -0
- homeassistant/components/russound_rio/translations/sk.json +21 -0
- homeassistant/components/russound_rio/translations/sv.json +21 -0
- homeassistant/components/russound_rio/translations/zh-Hans.json +21 -0
- homeassistant/components/russound_rio/translations/zh-Hant.json +21 -0
- homeassistant/components/samsungtv/manifest.json +1 -0
- homeassistant/components/samsungtv/quality_scale.yaml +96 -0
- homeassistant/components/samsungtv/translations/nl.json +24 -1
- homeassistant/components/schedule/translations/it.json +2 -2
- homeassistant/components/schlage/translations/ga.json +5 -0
- homeassistant/components/schlage/translations/it.json +1 -0
- homeassistant/components/schlage/translations/ko.json +1 -1
- homeassistant/components/scrape/translations/it.json +1 -0
- homeassistant/components/screenlogic/__init__.py +2 -2
- homeassistant/components/screenlogic/services.py +89 -84
- homeassistant/components/screenlogic/translations/el.json +7 -0
- homeassistant/components/screenlogic/translations/ga.json +12 -1
- homeassistant/components/script/helpers.py +1 -1
- homeassistant/components/script/translations/it.json +2 -2
- homeassistant/components/select/translations/sv.json +10 -10
- homeassistant/components/sense/translations/ko.json +1 -1
- homeassistant/components/sensibo/translations/el.json +1 -0
- homeassistant/components/sensibo/translations/it.json +43 -28
- homeassistant/components/sensibo/translations/pt-BR.json +4 -1
- homeassistant/components/sensibo/translations/sv.json +11 -11
- homeassistant/components/sensor/icons.json +12 -1
- homeassistant/components/sensor/translations/de.json +2 -2
- homeassistant/components/sensor/translations/it.json +3 -2
- homeassistant/components/sensor/translations/pl.json +1 -0
- homeassistant/components/sensorpush_cloud/manifest.json +1 -1
- homeassistant/components/senz/strings.json +7 -1
- homeassistant/components/senz/translations/cs.json +6 -0
- homeassistant/components/senz/translations/de.json +6 -0
- homeassistant/components/senz/translations/el.json +6 -0
- homeassistant/components/senz/translations/en-GB.json +6 -0
- homeassistant/components/senz/translations/en.json +6 -0
- homeassistant/components/senz/translations/es.json +6 -0
- homeassistant/components/senz/translations/et.json +6 -0
- homeassistant/components/senz/translations/fr.json +6 -0
- homeassistant/components/senz/translations/ga.json +14 -1
- homeassistant/components/senz/translations/he.json +6 -0
- homeassistant/components/senz/translations/hu.json +6 -0
- homeassistant/components/senz/translations/id.json +6 -0
- homeassistant/components/senz/translations/it.json +6 -0
- homeassistant/components/senz/translations/ja.json +6 -0
- homeassistant/components/senz/translations/lt.json +6 -0
- homeassistant/components/senz/translations/mk.json +14 -1
- homeassistant/components/senz/translations/pt.json +6 -0
- homeassistant/components/senz/translations/ru.json +6 -0
- homeassistant/components/senz/translations/sk.json +6 -0
- homeassistant/components/senz/translations/sv.json +6 -0
- homeassistant/components/senz/translations/tr.json +6 -0
- homeassistant/components/senz/translations/zh-Hans.json +6 -0
- homeassistant/components/senz/translations/zh-Hant.json +6 -0
- homeassistant/components/seventeentrack/__init__.py +2 -2
- homeassistant/components/seventeentrack/manifest.json +1 -1
- homeassistant/components/seventeentrack/services.py +86 -79
- homeassistant/components/shelly/__init__.py +8 -1
- homeassistant/components/shelly/const.py +3 -0
- homeassistant/components/shelly/entity.py +10 -3
- homeassistant/components/shelly/manifest.json +1 -1
- homeassistant/components/shelly/repairs.py +87 -4
- homeassistant/components/shelly/strings.json +14 -0
- homeassistant/components/shelly/translations/bg.json +7 -0
- homeassistant/components/shelly/translations/de.json +14 -0
- homeassistant/components/shelly/translations/el.json +27 -1
- homeassistant/components/shelly/translations/en.json +14 -0
- homeassistant/components/shelly/translations/es.json +14 -0
- homeassistant/components/shelly/translations/et.json +11 -0
- homeassistant/components/shelly/translations/ga.json +11 -0
- homeassistant/components/shelly/translations/it.json +5 -2
- homeassistant/components/shelly/translations/ko.json +1 -1
- homeassistant/components/shelly/translations/sk.json +14 -0
- homeassistant/components/shopping_list/__init__.py +27 -6
- homeassistant/components/shopping_list/intent.py +31 -2
- homeassistant/components/siren/translations/it.json +2 -2
- homeassistant/components/skybell/translations/ko.json +1 -1
- homeassistant/components/sleepiq/translations/it.json +12 -0
- homeassistant/components/sleepiq/translations/ko.json +1 -1
- homeassistant/components/slide_local/translations/ga.json +26 -0
- homeassistant/components/sma/config_flow.py +30 -1
- homeassistant/components/sma/translations/ja.json +8 -0
- homeassistant/components/smappee/strings.json +7 -1
- homeassistant/components/smappee/translations/cs.json +6 -0
- homeassistant/components/smappee/translations/de.json +6 -0
- homeassistant/components/smappee/translations/el.json +7 -0
- homeassistant/components/smappee/translations/en-GB.json +6 -0
- homeassistant/components/smappee/translations/en.json +6 -0
- homeassistant/components/smappee/translations/es.json +6 -0
- homeassistant/components/smappee/translations/et.json +6 -0
- homeassistant/components/smappee/translations/fr.json +6 -0
- homeassistant/components/smappee/translations/ga.json +14 -1
- homeassistant/components/smappee/translations/he.json +6 -0
- homeassistant/components/smappee/translations/hu.json +6 -0
- homeassistant/components/smappee/translations/id.json +6 -0
- homeassistant/components/smappee/translations/it.json +6 -0
- homeassistant/components/smappee/translations/ja.json +6 -0
- homeassistant/components/smappee/translations/lt.json +6 -0
- homeassistant/components/smappee/translations/mk.json +14 -1
- homeassistant/components/smappee/translations/pt.json +6 -0
- homeassistant/components/smappee/translations/ru.json +6 -0
- homeassistant/components/smappee/translations/sk.json +6 -0
- homeassistant/components/smappee/translations/sv.json +6 -0
- homeassistant/components/smappee/translations/tr.json +6 -0
- homeassistant/components/smappee/translations/zh-Hans.json +6 -0
- homeassistant/components/smappee/translations/zh-Hant.json +6 -0
- homeassistant/components/smarla/__init__.py +4 -3
- homeassistant/components/smarla/const.py +1 -1
- homeassistant/components/smarla/entity.py +16 -4
- homeassistant/components/smarla/icons.json +5 -0
- homeassistant/components/smarla/manifest.json +1 -1
- homeassistant/components/smarla/number.py +63 -0
- homeassistant/components/smarla/strings.json +5 -0
- homeassistant/components/smarla/switch.py +3 -18
- homeassistant/components/smarla/translations/cs.json +5 -0
- homeassistant/components/smarla/translations/de.json +5 -0
- homeassistant/components/smarla/translations/el.json +5 -0
- homeassistant/components/smarla/translations/en-GB.json +5 -0
- homeassistant/components/smarla/translations/en.json +5 -0
- homeassistant/components/smarla/translations/es.json +5 -0
- homeassistant/components/smarla/translations/et.json +5 -0
- homeassistant/components/smarla/translations/ga.json +5 -0
- homeassistant/components/smarla/translations/hu.json +5 -0
- homeassistant/components/smarla/translations/it.json +18 -1
- homeassistant/components/smarla/translations/ja.json +9 -0
- homeassistant/components/smarla/translations/lt.json +5 -0
- homeassistant/components/smarla/translations/pt.json +5 -0
- homeassistant/components/smarla/translations/sk.json +5 -0
- homeassistant/components/smarla/translations/sv.json +5 -0
- homeassistant/components/smarla/translations/tr.json +5 -0
- homeassistant/components/smarla/translations/zh-Hans.json +5 -0
- homeassistant/components/smarla/translations/zh-Hant.json +5 -0
- homeassistant/components/smartthings/binary_sensor.py +8 -0
- homeassistant/components/smartthings/sensor.py +10 -0
- homeassistant/components/smartthings/strings.json +14 -2
- homeassistant/components/smartthings/switch.py +1 -0
- homeassistant/components/smartthings/translations/cs.json +12 -0
- homeassistant/components/smartthings/translations/de.json +12 -0
- homeassistant/components/smartthings/translations/el.json +15 -0
- homeassistant/components/smartthings/translations/en-GB.json +9 -0
- homeassistant/components/smartthings/translations/en.json +12 -0
- homeassistant/components/smartthings/translations/es.json +12 -0
- homeassistant/components/smartthings/translations/et.json +12 -0
- homeassistant/components/smartthings/translations/fi.json +5 -0
- homeassistant/components/smartthings/translations/fr.json +12 -0
- homeassistant/components/smartthings/translations/ga.json +14 -0
- homeassistant/components/smartthings/translations/he.json +6 -0
- homeassistant/components/smartthings/translations/hu.json +15 -0
- homeassistant/components/smartthings/translations/id.json +6 -0
- homeassistant/components/smartthings/translations/it.json +40 -11
- homeassistant/components/smartthings/translations/ja.json +6 -0
- homeassistant/components/smartthings/translations/lt.json +12 -0
- homeassistant/components/smartthings/translations/mk.json +10 -0
- homeassistant/components/smartthings/translations/pt.json +15 -0
- homeassistant/components/smartthings/translations/ru.json +9 -0
- homeassistant/components/smartthings/translations/sk.json +12 -0
- homeassistant/components/smartthings/translations/sv.json +12 -0
- homeassistant/components/smartthings/translations/tr.json +6 -0
- homeassistant/components/smartthings/translations/zh-Hans.json +12 -0
- homeassistant/components/smartthings/translations/zh-Hant.json +12 -0
- homeassistant/components/smarttub/translations/ko.json +1 -1
- homeassistant/components/smarttub/translations/mk.json +2 -1
- homeassistant/components/smarty/translations/el.json +5 -0
- homeassistant/components/smlight/manifest.json +1 -1
- homeassistant/components/snoo/translations/it.json +16 -0
- homeassistant/components/solaredge/translations/nl.json +42 -0
- homeassistant/components/sonarr/translations/ko.json +1 -1
- homeassistant/components/sonos/__init__.py +23 -45
- homeassistant/components/sonos/alarms.py +2 -2
- homeassistant/components/sonos/binary_sensor.py +8 -9
- homeassistant/components/sonos/const.py +0 -1
- homeassistant/components/sonos/diagnostics.py +29 -14
- homeassistant/components/sonos/entity.py +10 -4
- homeassistant/components/sonos/helpers.py +35 -0
- homeassistant/components/sonos/household_coordinator.py +9 -4
- homeassistant/components/sonos/media_player.py +49 -22
- homeassistant/components/sonos/number.py +11 -6
- homeassistant/components/sonos/sensor.py +10 -9
- homeassistant/components/sonos/speaker.py +47 -21
- homeassistant/components/sonos/strings.json +9 -0
- homeassistant/components/sonos/switch.py +25 -18
- homeassistant/components/sonos/translations/bg.json +5 -0
- homeassistant/components/sonos/translations/cs.json +9 -0
- homeassistant/components/sonos/translations/de.json +10 -1
- homeassistant/components/sonos/translations/el.json +9 -0
- homeassistant/components/sonos/translations/en.json +9 -0
- homeassistant/components/sonos/translations/es.json +9 -0
- homeassistant/components/sonos/translations/et.json +9 -0
- homeassistant/components/sonos/translations/fr.json +6 -0
- homeassistant/components/sonos/translations/ga.json +11 -0
- homeassistant/components/sonos/translations/hu.json +9 -0
- homeassistant/components/sonos/translations/it.json +11 -0
- homeassistant/components/sonos/translations/ja.json +9 -0
- homeassistant/components/sonos/translations/lt.json +9 -0
- homeassistant/components/sonos/translations/mk.json +10 -0
- homeassistant/components/sonos/translations/pt.json +9 -0
- homeassistant/components/sonos/translations/ru.json +6 -0
- homeassistant/components/sonos/translations/sk.json +9 -0
- homeassistant/components/sonos/translations/sv.json +6 -0
- homeassistant/components/sonos/translations/zh-Hans.json +9 -0
- homeassistant/components/sonos/translations/zh-Hant.json +9 -0
- homeassistant/components/spotify/strings.json +7 -1
- homeassistant/components/spotify/translations/cs.json +6 -0
- homeassistant/components/spotify/translations/de.json +6 -0
- homeassistant/components/spotify/translations/el.json +6 -0
- homeassistant/components/spotify/translations/en-GB.json +6 -0
- homeassistant/components/spotify/translations/en.json +6 -0
- homeassistant/components/spotify/translations/es.json +6 -0
- homeassistant/components/spotify/translations/et.json +6 -0
- homeassistant/components/spotify/translations/fr.json +6 -0
- homeassistant/components/spotify/translations/ga.json +14 -1
- homeassistant/components/spotify/translations/he.json +6 -0
- homeassistant/components/spotify/translations/hu.json +6 -0
- homeassistant/components/spotify/translations/id.json +6 -0
- homeassistant/components/spotify/translations/it.json +6 -0
- homeassistant/components/spotify/translations/ko.json +1 -1
- homeassistant/components/spotify/translations/lt.json +6 -0
- homeassistant/components/spotify/translations/mk.json +14 -1
- homeassistant/components/spotify/translations/pt.json +6 -0
- homeassistant/components/spotify/translations/ru.json +6 -0
- homeassistant/components/spotify/translations/sk.json +6 -0
- homeassistant/components/spotify/translations/sv.json +6 -0
- homeassistant/components/spotify/translations/tr.json +6 -0
- homeassistant/components/spotify/translations/zh-Hans.json +6 -0
- homeassistant/components/spotify/translations/zh-Hant.json +6 -0
- homeassistant/components/sql/manifest.json +1 -1
- homeassistant/components/sql/translations/it.json +1 -0
- homeassistant/components/squeezebox/button.py +0 -5
- homeassistant/components/squeezebox/entity.py +7 -0
- homeassistant/components/squeezebox/media_player.py +0 -5
- homeassistant/components/squeezebox/translations/it.json +5 -0
- homeassistant/components/ssdp/server.py +1 -1
- homeassistant/components/starline/sensor.py +1 -1
- homeassistant/components/starlink/translations/ga.json +12 -0
- homeassistant/components/steam_online/translations/ko.json +1 -1
- homeassistant/components/stream/__init__.py +13 -12
- homeassistant/components/stream/const.py +2 -1
- homeassistant/components/stream/core.py +7 -5
- homeassistant/components/stream/fmp4utils.py +2 -2
- homeassistant/components/stream/manifest.json +1 -1
- homeassistant/components/subaru/strings.json +2 -2
- homeassistant/components/subaru/translations/ca.json +0 -1
- homeassistant/components/subaru/translations/cs.json +0 -2
- homeassistant/components/subaru/translations/de.json +2 -2
- homeassistant/components/subaru/translations/el.json +2 -2
- homeassistant/components/subaru/translations/en-GB.json +2 -2
- homeassistant/components/subaru/translations/en.json +2 -2
- homeassistant/components/subaru/translations/es.json +2 -2
- homeassistant/components/subaru/translations/et.json +2 -2
- homeassistant/components/subaru/translations/fi.json +0 -1
- homeassistant/components/subaru/translations/hu.json +2 -2
- homeassistant/components/subaru/translations/it.json +0 -1
- homeassistant/components/subaru/translations/ja.json +0 -1
- homeassistant/components/subaru/translations/ko.json +0 -1
- homeassistant/components/subaru/translations/lt.json +2 -2
- homeassistant/components/subaru/translations/mk.json +12 -0
- homeassistant/components/subaru/translations/pt-BR.json +0 -1
- homeassistant/components/subaru/translations/pt.json +2 -2
- homeassistant/components/subaru/translations/ru.json +2 -2
- homeassistant/components/subaru/translations/sk.json +2 -2
- homeassistant/components/subaru/translations/sv.json +0 -2
- homeassistant/components/subaru/translations/tr.json +0 -2
- homeassistant/components/subaru/translations/zh-Hans.json +2 -2
- homeassistant/components/subaru/translations/zh-Hant.json +2 -2
- homeassistant/components/suez_water/translations/ga.json +14 -0
- homeassistant/components/sun/__init__.py +8 -5
- homeassistant/components/sun/binary_sensor.py +100 -0
- homeassistant/components/sun/condition.py +37 -18
- homeassistant/components/sun/icons.json +9 -0
- homeassistant/components/sun/sensor.py +26 -0
- homeassistant/components/sun/strings.json +15 -0
- homeassistant/components/sun/translations/bg.json +7 -0
- homeassistant/components/sun/translations/cs.json +15 -0
- homeassistant/components/sun/translations/de.json +15 -0
- homeassistant/components/sun/translations/el.json +15 -0
- homeassistant/components/sun/translations/en-GB.json +9 -0
- homeassistant/components/sun/translations/en.json +15 -0
- homeassistant/components/sun/translations/es.json +15 -0
- homeassistant/components/sun/translations/et.json +15 -0
- homeassistant/components/sun/translations/fr.json +9 -0
- homeassistant/components/sun/translations/ga.json +19 -1
- homeassistant/components/sun/translations/he.json +15 -0
- homeassistant/components/sun/translations/hu.json +15 -0
- homeassistant/components/sun/translations/id.json +15 -0
- homeassistant/components/sun/translations/it.json +9 -0
- homeassistant/components/sun/translations/ja.json +9 -0
- homeassistant/components/sun/translations/lt.json +15 -0
- homeassistant/components/sun/translations/nl.json +15 -0
- homeassistant/components/sun/translations/pt.json +15 -0
- homeassistant/components/sun/translations/ru.json +15 -0
- homeassistant/components/sun/translations/sk.json +15 -0
- homeassistant/components/sun/translations/sv.json +15 -0
- homeassistant/components/sun/translations/tr.json +15 -0
- homeassistant/components/sun/translations/zh-Hans.json +15 -0
- homeassistant/components/sun/translations/zh-Hant.json +15 -0
- homeassistant/components/surepetcare/translations/ko.json +1 -1
- homeassistant/components/swiss_public_transport/__init__.py +2 -2
- homeassistant/components/swiss_public_transport/services.py +26 -23
- homeassistant/components/swiss_public_transport/translations/el.json +60 -6
- homeassistant/components/switch/light.py +4 -4
- homeassistant/components/switch/translations/it.json +6 -6
- homeassistant/components/switch/translations/sv.json +1 -1
- homeassistant/components/switch_as_x/entity.py +3 -3
- homeassistant/components/switchbot/__init__.py +6 -0
- homeassistant/components/switchbot/config_flow.py +6 -2
- homeassistant/components/switchbot/const.py +12 -0
- homeassistant/components/switchbot/humidifier.py +84 -1
- homeassistant/components/switchbot/icons.json +58 -0
- homeassistant/components/switchbot/light.py +69 -25
- homeassistant/components/switchbot/manifest.json +1 -1
- homeassistant/components/switchbot/sensor.py +15 -1
- homeassistant/components/switchbot/strings.json +54 -0
- homeassistant/components/switchbot/translations/bg.json +26 -0
- homeassistant/components/switchbot/translations/cs.json +53 -0
- homeassistant/components/switchbot/translations/de.json +54 -0
- homeassistant/components/switchbot/translations/el.json +54 -0
- homeassistant/components/switchbot/translations/en-GB.json +5 -0
- homeassistant/components/switchbot/translations/en.json +54 -0
- homeassistant/components/switchbot/translations/es.json +55 -1
- homeassistant/components/switchbot/translations/et.json +54 -0
- homeassistant/components/switchbot/translations/ga.json +70 -1
- homeassistant/components/switchbot/translations/hu.json +53 -0
- homeassistant/components/switchbot/translations/id.json +19 -0
- homeassistant/components/switchbot/translations/it.json +62 -0
- homeassistant/components/switchbot/translations/ja.json +43 -0
- homeassistant/components/switchbot/translations/lt.json +54 -0
- homeassistant/components/switchbot/translations/mk.json +46 -0
- homeassistant/components/switchbot/translations/nl.json +46 -1
- homeassistant/components/switchbot/translations/pt.json +53 -0
- homeassistant/components/switchbot/translations/ru.json +22 -0
- homeassistant/components/switchbot/translations/sk.json +54 -0
- homeassistant/components/switchbot/translations/sv.json +53 -0
- homeassistant/components/switchbot/translations/zh-Hans.json +54 -0
- homeassistant/components/switchbot/translations/zh-Hant.json +54 -0
- homeassistant/components/switchbot_cloud/__init__.py +6 -1
- homeassistant/components/switchbot_cloud/binary_sensor.py +8 -1
- homeassistant/components/switchbot_cloud/manifest.json +1 -1
- homeassistant/components/switchbot_cloud/sensor.py +3 -2
- homeassistant/components/synology_dsm/__init__.py +13 -5
- homeassistant/components/synology_dsm/services.py +77 -0
- homeassistant/components/system_health/__init__.py +1 -1
- homeassistant/components/tado/__init__.py +2 -2
- homeassistant/components/tado/services.py +17 -16
- homeassistant/components/tado/translations/it.json +11 -0
- homeassistant/components/tailscale/translations/nl.json +5 -0
- homeassistant/components/tedee/binary_sensor.py +17 -1
- homeassistant/components/tedee/manifest.json +1 -1
- homeassistant/components/telegram_bot/__init__.py +220 -917
- homeassistant/components/telegram_bot/bot.py +1017 -0
- homeassistant/components/telegram_bot/broadcast.py +10 -2
- homeassistant/components/telegram_bot/config_flow.py +671 -0
- homeassistant/components/telegram_bot/const.py +110 -0
- homeassistant/components/telegram_bot/icons.json +6 -0
- homeassistant/components/telegram_bot/manifest.json +3 -2
- homeassistant/components/telegram_bot/polling.py +24 -15
- homeassistant/components/telegram_bot/quality_scale.yaml +72 -0
- homeassistant/components/telegram_bot/services.yaml +95 -0
- homeassistant/components/telegram_bot/strings.json +270 -4
- homeassistant/components/telegram_bot/translations/bg.json +153 -0
- homeassistant/components/telegram_bot/translations/ca.json +0 -3
- homeassistant/components/telegram_bot/translations/cs.json +269 -3
- homeassistant/components/telegram_bot/translations/de.json +269 -3
- homeassistant/components/telegram_bot/translations/el.json +270 -3
- homeassistant/components/telegram_bot/translations/en-GB.json +182 -4
- homeassistant/components/telegram_bot/translations/en.json +269 -3
- homeassistant/components/telegram_bot/translations/es.json +269 -3
- homeassistant/components/telegram_bot/translations/et.json +269 -3
- homeassistant/components/telegram_bot/translations/fi.json +0 -4
- homeassistant/components/telegram_bot/translations/fr.json +187 -0
- homeassistant/components/telegram_bot/translations/ga.json +317 -1
- homeassistant/components/telegram_bot/translations/he.json +152 -3
- homeassistant/components/telegram_bot/translations/hu.json +269 -3
- homeassistant/components/telegram_bot/translations/id.json +22 -4
- homeassistant/components/telegram_bot/translations/it.json +214 -3
- homeassistant/components/telegram_bot/translations/ja.json +99 -4
- homeassistant/components/telegram_bot/translations/lt.json +269 -3
- homeassistant/components/telegram_bot/translations/mk.json +63 -1
- homeassistant/components/telegram_bot/translations/nl.json +241 -3
- homeassistant/components/telegram_bot/translations/pt.json +269 -3
- homeassistant/components/telegram_bot/translations/ru.json +261 -4
- homeassistant/components/telegram_bot/translations/sk.json +269 -3
- homeassistant/components/telegram_bot/translations/sv.json +252 -3
- homeassistant/components/telegram_bot/translations/tr.json +239 -3
- homeassistant/components/telegram_bot/translations/zh-Hans.json +269 -3
- homeassistant/components/telegram_bot/translations/zh-Hant.json +269 -3
- homeassistant/components/telegram_bot/webhooks.py +63 -46
- homeassistant/components/template/alarm_control_panel.py +71 -15
- homeassistant/components/template/button.py +7 -17
- homeassistant/components/template/config.py +0 -4
- homeassistant/components/template/cover.py +4 -12
- homeassistant/components/template/fan.py +84 -17
- homeassistant/components/template/helpers.py +1 -2
- homeassistant/components/template/image.py +5 -2
- homeassistant/components/template/light.py +28 -39
- homeassistant/components/template/lock.py +73 -13
- homeassistant/components/template/number.py +12 -22
- homeassistant/components/template/select.py +9 -19
- homeassistant/components/template/switch.py +10 -18
- homeassistant/components/template/template_entity.py +17 -9
- homeassistant/components/template/translations/it.json +1 -0
- homeassistant/components/template/translations/pl.json +25 -3
- homeassistant/components/template/translations/sv.json +5 -5
- homeassistant/components/template/vacuum.py +80 -23
- homeassistant/components/template/weather.py +21 -18
- homeassistant/components/tensorflow/image_processing.py +4 -5
- homeassistant/components/tensorflow/manifest.json +1 -1
- homeassistant/components/tesla_fleet/climate.py +0 -6
- homeassistant/components/tesla_fleet/config_flow.py +174 -14
- homeassistant/components/tesla_fleet/const.py +1 -0
- homeassistant/components/tesla_fleet/manifest.json +1 -1
- homeassistant/components/tesla_fleet/strings.json +29 -5
- homeassistant/components/tesla_fleet/translations/bg.json +2 -1
- homeassistant/components/tesla_fleet/translations/ca.json +0 -6
- homeassistant/components/tesla_fleet/translations/cs.json +28 -7
- homeassistant/components/tesla_fleet/translations/de.json +29 -5
- homeassistant/components/tesla_fleet/translations/el.json +29 -5
- homeassistant/components/tesla_fleet/translations/en-GB.json +7 -7
- homeassistant/components/tesla_fleet/translations/en.json +29 -5
- homeassistant/components/tesla_fleet/translations/es.json +29 -5
- homeassistant/components/tesla_fleet/translations/et.json +29 -5
- homeassistant/components/tesla_fleet/translations/fr.json +12 -0
- homeassistant/components/tesla_fleet/translations/fy.json +0 -3
- homeassistant/components/tesla_fleet/translations/ga.json +35 -0
- homeassistant/components/tesla_fleet/translations/he.json +6 -3
- homeassistant/components/tesla_fleet/translations/hu.json +28 -7
- homeassistant/components/tesla_fleet/translations/id.json +7 -3
- homeassistant/components/tesla_fleet/translations/it.json +76 -13
- homeassistant/components/tesla_fleet/translations/ja.json +20 -7
- homeassistant/components/tesla_fleet/translations/lt.json +29 -5
- homeassistant/components/tesla_fleet/translations/mk.json +20 -0
- homeassistant/components/tesla_fleet/translations/ne.json +9 -1
- homeassistant/components/tesla_fleet/translations/nl.json +4 -3
- homeassistant/components/tesla_fleet/translations/pl.json +0 -3
- homeassistant/components/tesla_fleet/translations/pt.json +28 -7
- homeassistant/components/tesla_fleet/translations/ru.json +6 -9
- homeassistant/components/tesla_fleet/translations/sk.json +29 -5
- homeassistant/components/tesla_fleet/translations/sl.json +0 -3
- homeassistant/components/tesla_fleet/translations/sv.json +16 -7
- homeassistant/components/tesla_fleet/translations/tr.json +28 -7
- homeassistant/components/tesla_fleet/translations/zh-Hans.json +28 -4
- homeassistant/components/tesla_fleet/translations/zh-Hant.json +28 -4
- homeassistant/components/tesla_wall_connector/translations/it.json +2 -1
- homeassistant/components/teslemetry/__init__.py +2 -2
- homeassistant/components/teslemetry/coordinator.py +6 -6
- homeassistant/components/teslemetry/manifest.json +1 -1
- homeassistant/components/teslemetry/sensor.py +1 -2
- homeassistant/components/teslemetry/services.py +3 -2
- homeassistant/components/teslemetry/translations/de.json +2 -2
- homeassistant/components/teslemetry/translations/it.json +149 -11
- homeassistant/components/teslemetry/translations/nl.json +6 -3
- homeassistant/components/tessie/manifest.json +1 -1
- homeassistant/components/tessie/translations/it.json +49 -11
- homeassistant/components/tessie/translations/ko.json +1 -1
- homeassistant/components/text/translations/sv.json +1 -1
- homeassistant/components/thermopro/manifest.json +1 -1
- homeassistant/components/thermopro/strings.json +1 -1
- homeassistant/components/thermopro/translations/cs.json +0 -7
- homeassistant/components/thermopro/translations/de.json +1 -1
- homeassistant/components/thermopro/translations/el.json +1 -1
- homeassistant/components/thermopro/translations/en-GB.json +1 -1
- homeassistant/components/thermopro/translations/en.json +1 -1
- homeassistant/components/thermopro/translations/et.json +1 -1
- homeassistant/components/thermopro/translations/ja.json +0 -7
- homeassistant/components/thermopro/translations/lt.json +1 -1
- homeassistant/components/thermopro/translations/nl.json +0 -7
- homeassistant/components/thermopro/translations/pt-BR.json +0 -7
- homeassistant/components/thermopro/translations/pt.json +0 -7
- homeassistant/components/thermopro/translations/sk.json +1 -1
- homeassistant/components/thermopro/translations/sv.json +0 -7
- homeassistant/components/thermopro/translations/tr.json +0 -7
- homeassistant/components/thread/diagnostics.py +1 -3
- homeassistant/components/threshold/translations/sv.json +2 -2
- homeassistant/components/tibber/manifest.json +1 -1
- homeassistant/components/tibber/sensor.py +1 -1
- homeassistant/components/tilt_pi/__init__.py +28 -0
- homeassistant/components/tilt_pi/config_flow.py +63 -0
- homeassistant/components/tilt_pi/const.py +8 -0
- homeassistant/components/tilt_pi/coordinator.py +53 -0
- homeassistant/components/tilt_pi/entity.py +39 -0
- homeassistant/components/tilt_pi/icons.json +9 -0
- homeassistant/components/tilt_pi/manifest.json +10 -0
- homeassistant/components/tilt_pi/quality_scale.yaml +80 -0
- homeassistant/components/tilt_pi/sensor.py +93 -0
- homeassistant/components/tilt_pi/strings.json +31 -0
- homeassistant/components/tilt_pi/translations/bg.json +21 -0
- homeassistant/components/tilt_pi/translations/cs.json +31 -0
- homeassistant/components/tilt_pi/translations/de.json +31 -0
- homeassistant/components/tilt_pi/translations/el.json +31 -0
- homeassistant/components/tilt_pi/translations/en.json +31 -0
- homeassistant/components/tilt_pi/translations/es.json +31 -0
- homeassistant/components/tilt_pi/translations/et.json +31 -0
- homeassistant/components/tilt_pi/translations/ga.json +18 -0
- homeassistant/components/tilt_pi/translations/hu.json +31 -0
- homeassistant/components/tilt_pi/translations/id.json +21 -0
- homeassistant/components/tilt_pi/translations/it.json +31 -0
- homeassistant/components/tilt_pi/translations/ja.json +31 -0
- homeassistant/components/tilt_pi/translations/lt.json +31 -0
- homeassistant/components/tilt_pi/translations/nl.json +28 -0
- homeassistant/components/tilt_pi/translations/pt.json +31 -0
- homeassistant/components/tilt_pi/translations/sk.json +31 -0
- homeassistant/components/tilt_pi/translations/sv.json +28 -0
- homeassistant/components/tilt_pi/translations/zh-Hans.json +31 -0
- homeassistant/components/tilt_pi/translations/zh-Hant.json +31 -0
- homeassistant/components/timer/translations/ko.json +2 -1
- homeassistant/components/tolo/translations/it.json +2 -1
- homeassistant/components/tomorrowio/translations/it.json +22 -4
- homeassistant/components/tomorrowio/translations/nl.json +1 -0
- homeassistant/components/toon/strings.json +7 -1
- homeassistant/components/toon/translations/cs.json +6 -0
- homeassistant/components/toon/translations/de.json +6 -0
- homeassistant/components/toon/translations/el.json +6 -0
- homeassistant/components/toon/translations/en-GB.json +6 -0
- homeassistant/components/toon/translations/en.json +6 -0
- homeassistant/components/toon/translations/es.json +6 -0
- homeassistant/components/toon/translations/et.json +6 -0
- homeassistant/components/toon/translations/fr.json +6 -0
- homeassistant/components/toon/translations/ga.json +14 -1
- homeassistant/components/toon/translations/he.json +10 -0
- homeassistant/components/toon/translations/hu.json +6 -0
- homeassistant/components/toon/translations/id.json +6 -0
- homeassistant/components/toon/translations/it.json +6 -0
- homeassistant/components/toon/translations/lt.json +6 -0
- homeassistant/components/toon/translations/mk.json +12 -0
- homeassistant/components/toon/translations/pt.json +6 -0
- homeassistant/components/toon/translations/ru.json +6 -0
- homeassistant/components/toon/translations/sk.json +6 -0
- homeassistant/components/toon/translations/sv.json +6 -0
- homeassistant/components/toon/translations/tr.json +6 -0
- homeassistant/components/toon/translations/zh-Hans.json +6 -0
- homeassistant/components/toon/translations/zh-Hant.json +6 -0
- homeassistant/components/totalconnect/translations/ko.json +1 -1
- homeassistant/components/tplink/climate.py +1 -10
- homeassistant/components/tplink/sensor.py +1 -2
- homeassistant/components/tplink/strings.json +0 -3
- homeassistant/components/tplink/translations/bg.json +0 -3
- homeassistant/components/tplink/translations/cs.json +0 -3
- homeassistant/components/tplink/translations/de.json +0 -3
- homeassistant/components/tplink/translations/el.json +0 -3
- homeassistant/components/tplink/translations/en-GB.json +0 -3
- homeassistant/components/tplink/translations/en.json +0 -3
- homeassistant/components/tplink/translations/es.json +0 -3
- homeassistant/components/tplink/translations/et.json +0 -3
- homeassistant/components/tplink/translations/ga.json +0 -3
- homeassistant/components/tplink/translations/hu.json +0 -3
- homeassistant/components/tplink/translations/ja.json +0 -3
- homeassistant/components/tplink/translations/lt.json +0 -3
- homeassistant/components/tplink/translations/pt-BR.json +0 -3
- homeassistant/components/tplink/translations/pt.json +0 -3
- homeassistant/components/tplink/translations/ru.json +0 -3
- homeassistant/components/tplink/translations/sk.json +0 -3
- homeassistant/components/tplink/translations/sv.json +0 -3
- homeassistant/components/tplink/translations/tr.json +0 -3
- homeassistant/components/tplink/translations/zh-Hans.json +0 -3
- homeassistant/components/tplink/translations/zh-Hant.json +0 -3
- homeassistant/components/tplink_omada/translations/it.json +1 -0
- homeassistant/components/traccar_server/translations/it.json +1 -0
- homeassistant/components/tradfri/translations/el.json +3 -1
- homeassistant/components/transmission/translations/ga.json +12 -0
- homeassistant/components/transmission/translations/ko.json +1 -1
- homeassistant/components/trend/binary_sensor.py +3 -0
- homeassistant/components/trend/config_flow.py +3 -0
- homeassistant/components/trend/manifest.json +1 -1
- homeassistant/components/trend/strings.json +2 -0
- homeassistant/components/trend/translations/bg.json +2 -0
- homeassistant/components/trend/translations/cs.json +2 -0
- homeassistant/components/trend/translations/de.json +2 -0
- homeassistant/components/trend/translations/el.json +2 -0
- homeassistant/components/trend/translations/en-GB.json +2 -0
- homeassistant/components/trend/translations/en.json +2 -0
- homeassistant/components/trend/translations/es.json +2 -0
- homeassistant/components/trend/translations/et.json +2 -0
- homeassistant/components/trend/translations/fr.json +2 -0
- homeassistant/components/trend/translations/he.json +2 -0
- homeassistant/components/trend/translations/hu.json +2 -0
- homeassistant/components/trend/translations/id.json +2 -0
- homeassistant/components/trend/translations/ja.json +2 -0
- homeassistant/components/trend/translations/lt.json +2 -0
- homeassistant/components/trend/translations/pt-BR.json +2 -0
- homeassistant/components/trend/translations/pt.json +2 -0
- homeassistant/components/trend/translations/ru.json +2 -0
- homeassistant/components/trend/translations/sk.json +2 -0
- homeassistant/components/trend/translations/sv.json +2 -0
- homeassistant/components/trend/translations/tr.json +2 -0
- homeassistant/components/trend/translations/zh-Hans.json +2 -0
- homeassistant/components/trend/translations/zh-Hant.json +2 -0
- homeassistant/components/tts/__init__.py +15 -0
- homeassistant/components/tts/entity.py +3 -3
- homeassistant/components/tts/media_source.py +2 -2
- homeassistant/components/tuya/__init__.py +1 -1
- homeassistant/components/tuya/translations/it.json +30 -9
- homeassistant/components/tuya/translations/mk.json +5 -0
- homeassistant/components/tuya/translations/nl.json +13 -1
- homeassistant/components/tuya/translations/select.it.json +5 -5
- homeassistant/components/twentemilieu/translations/ga.json +13 -0
- homeassistant/components/twinkly/translations/it.json +1 -1
- homeassistant/components/twitch/translations/ga.json +44 -0
- homeassistant/components/twitch/translations/ko.json +1 -1
- homeassistant/components/unifi/button.py +6 -5
- homeassistant/components/unifi/device_tracker.py +7 -10
- homeassistant/components/unifi/entity.py +7 -6
- homeassistant/components/unifi/hub/hub.py +2 -2
- homeassistant/components/unifi/image.py +6 -5
- homeassistant/components/unifi/sensor.py +6 -5
- homeassistant/components/unifi/switch.py +11 -12
- homeassistant/components/unifi/translations/ga.json +4 -0
- homeassistant/components/unifi/translations/nl.json +3 -1
- homeassistant/components/unifi/update.py +5 -6
- homeassistant/components/unifiprotect/config_flow.py +1 -1
- homeassistant/components/unifiprotect/services.py +1 -0
- homeassistant/components/unifiprotect/translations/nl.json +284 -1
- homeassistant/components/unifiprotect/translations/zh-Hans.json +3 -3
- homeassistant/components/uptimerobot/translations/it.json +5 -0
- homeassistant/components/uptimerobot/translations/ko.json +1 -1
- homeassistant/components/utility_meter/strings.json +1 -1
- homeassistant/components/utility_meter/translations/sv.json +9 -9
- homeassistant/components/vacuum/__init__.py +2 -15
- homeassistant/components/vacuum/translations/it.json +3 -2
- homeassistant/components/vacuum/translations/sv.json +1 -1
- homeassistant/components/vallox/translations/it.json +3 -1
- homeassistant/components/valve/translations/it.json +2 -1
- homeassistant/components/vegehub/__init__.py +103 -0
- homeassistant/components/vegehub/config_flow.py +168 -0
- homeassistant/components/vegehub/const.py +9 -0
- homeassistant/components/vegehub/coordinator.py +52 -0
- homeassistant/components/vegehub/entity.py +28 -0
- homeassistant/components/vegehub/manifest.json +12 -0
- homeassistant/components/vegehub/quality_scale.yaml +84 -0
- homeassistant/components/vegehub/sensor.py +94 -0
- homeassistant/components/vegehub/strings.json +44 -0
- homeassistant/components/vegehub/translations/bg.json +35 -0
- homeassistant/components/vegehub/translations/cs.json +44 -0
- homeassistant/components/vegehub/translations/de.json +44 -0
- homeassistant/components/vegehub/translations/el.json +44 -0
- homeassistant/components/vegehub/translations/en.json +44 -0
- homeassistant/components/vegehub/translations/es.json +44 -0
- homeassistant/components/vegehub/translations/et.json +44 -0
- homeassistant/components/vegehub/translations/ga.json +41 -0
- homeassistant/components/vegehub/translations/hu.json +44 -0
- homeassistant/components/vegehub/translations/id.json +11 -0
- homeassistant/components/vegehub/translations/it.json +44 -0
- homeassistant/components/vegehub/translations/ja.json +44 -0
- homeassistant/components/vegehub/translations/lt.json +44 -0
- homeassistant/components/vegehub/translations/nl.json +26 -0
- homeassistant/components/vegehub/translations/pt.json +44 -0
- homeassistant/components/vegehub/translations/ru.json +30 -0
- homeassistant/components/vegehub/translations/sk.json +44 -0
- homeassistant/components/vegehub/translations/sv.json +41 -0
- homeassistant/components/vegehub/translations/zh-Hans.json +44 -0
- homeassistant/components/vegehub/translations/zh-Hant.json +44 -0
- homeassistant/components/velbus/translations/el.json +8 -0
- homeassistant/components/venstar/translations/it.json +5 -0
- homeassistant/components/vera/manifest.json +1 -1
- homeassistant/components/vesync/fan.py +25 -17
- homeassistant/components/vesync/translations/it.json +19 -0
- homeassistant/components/vicare/translations/it.json +21 -2
- homeassistant/components/vicare/translations/sv.json +2 -2
- homeassistant/components/voip/manifest.json +1 -1
- homeassistant/components/vulcan/manifest.json +1 -1
- homeassistant/components/vulcan/translations/mk.json +11 -0
- homeassistant/components/wallbox/const.py +4 -0
- homeassistant/components/wallbox/coordinator.py +47 -20
- homeassistant/components/wallbox/lock.py +1 -12
- homeassistant/components/wallbox/number.py +1 -12
- homeassistant/components/wallbox/translations/cs.json +3 -0
- homeassistant/components/wallbox/translations/el.json +5 -0
- homeassistant/components/wallbox/translations/ga.json +3 -0
- homeassistant/components/wallbox/translations/hu.json +3 -0
- homeassistant/components/wallbox/translations/it.json +12 -0
- homeassistant/components/wallbox/translations/ja.json +5 -0
- homeassistant/components/wallbox/translations/lt.json +3 -0
- homeassistant/components/wallbox/translations/pt.json +3 -0
- homeassistant/components/wallbox/translations/zh-Hans.json +3 -0
- homeassistant/components/water_heater/__init__.py +9 -2
- homeassistant/components/water_heater/translations/it.json +3 -3
- homeassistant/components/watergate/translations/el.json +34 -0
- homeassistant/components/watttime/translations/ko.json +1 -1
- homeassistant/components/waze_travel_time/translations/ga.json +14 -0
- homeassistant/components/weatherflow_cloud/translations/ga.json +1 -0
- homeassistant/components/webdav/config_flow.py +7 -1
- homeassistant/components/webdav/manifest.json +1 -1
- homeassistant/components/webdav/strings.json +1 -3
- homeassistant/components/webdav/translations/cs.json +0 -3
- homeassistant/components/webdav/translations/de.json +1 -3
- homeassistant/components/webdav/translations/el.json +1 -0
- homeassistant/components/webdav/translations/en-GB.json +0 -3
- homeassistant/components/webdav/translations/en.json +1 -3
- homeassistant/components/webdav/translations/es.json +1 -3
- homeassistant/components/webdav/translations/et.json +1 -3
- homeassistant/components/webdav/translations/fr.json +0 -3
- homeassistant/components/webdav/translations/ga.json +1 -3
- homeassistant/components/webdav/translations/hu.json +0 -3
- homeassistant/components/webdav/translations/it.json +1 -0
- homeassistant/components/webdav/translations/ja.json +0 -3
- homeassistant/components/webdav/translations/lt.json +1 -3
- homeassistant/components/webdav/translations/mk.json +7 -0
- homeassistant/components/webdav/translations/nl.json +0 -3
- homeassistant/components/webdav/translations/pt-BR.json +0 -3
- homeassistant/components/webdav/translations/pt.json +0 -3
- homeassistant/components/webdav/translations/ru.json +0 -3
- homeassistant/components/webdav/translations/sk.json +1 -3
- homeassistant/components/webdav/translations/sl.json +0 -5
- homeassistant/components/webdav/translations/sv.json +0 -3
- homeassistant/components/webdav/translations/tr.json +0 -3
- homeassistant/components/webdav/translations/zh-Hans.json +1 -3
- homeassistant/components/webdav/translations/zh-Hant.json +1 -3
- homeassistant/components/websocket_api/commands.py +67 -13
- homeassistant/components/websocket_api/messages.py +13 -0
- homeassistant/components/weheat/manifest.json +1 -1
- homeassistant/components/weheat/strings.json +7 -1
- homeassistant/components/weheat/translations/cs.json +6 -0
- homeassistant/components/weheat/translations/de.json +6 -0
- homeassistant/components/weheat/translations/el.json +6 -0
- homeassistant/components/weheat/translations/en-GB.json +6 -0
- homeassistant/components/weheat/translations/en.json +6 -0
- homeassistant/components/weheat/translations/es.json +6 -0
- homeassistant/components/weheat/translations/et.json +6 -0
- homeassistant/components/weheat/translations/fr.json +12 -0
- homeassistant/components/weheat/translations/ga.json +12 -0
- homeassistant/components/weheat/translations/he.json +6 -0
- homeassistant/components/weheat/translations/hu.json +6 -0
- homeassistant/components/weheat/translations/id.json +6 -0
- homeassistant/components/weheat/translations/it.json +6 -0
- homeassistant/components/weheat/translations/lt.json +6 -0
- homeassistant/components/weheat/translations/mk.json +12 -0
- homeassistant/components/weheat/translations/pt.json +6 -0
- homeassistant/components/weheat/translations/ru.json +6 -0
- homeassistant/components/weheat/translations/sk.json +6 -0
- homeassistant/components/weheat/translations/sv.json +6 -0
- homeassistant/components/weheat/translations/tr.json +6 -0
- homeassistant/components/weheat/translations/zh-Hans.json +6 -0
- homeassistant/components/weheat/translations/zh-Hant.json +6 -0
- homeassistant/components/whirlpool/climate.py +1 -3
- homeassistant/components/whirlpool/translations/ca.json +0 -1
- homeassistant/components/whirlpool/translations/cs.json +0 -1
- homeassistant/components/whirlpool/translations/el.json +1 -1
- homeassistant/components/whirlpool/translations/fi.json +0 -1
- homeassistant/components/whirlpool/translations/fr.json +0 -1
- homeassistant/components/whirlpool/translations/hu.json +0 -1
- homeassistant/components/whirlpool/translations/id.json +0 -1
- homeassistant/components/whirlpool/translations/it.json +1 -1
- homeassistant/components/whirlpool/translations/ja.json +0 -1
- homeassistant/components/whirlpool/translations/ko.json +0 -1
- homeassistant/components/whirlpool/translations/lt.json +1 -1
- homeassistant/components/whirlpool/translations/lv.json +0 -1
- homeassistant/components/whirlpool/translations/nb.json +0 -1
- homeassistant/components/whirlpool/translations/nl.json +0 -1
- homeassistant/components/whirlpool/translations/pl.json +0 -1
- homeassistant/components/whirlpool/translations/pt-BR.json +0 -1
- homeassistant/components/whirlpool/translations/pt.json +0 -1
- homeassistant/components/whirlpool/translations/ro.json +0 -1
- homeassistant/components/whirlpool/translations/ru.json +0 -1
- homeassistant/components/whirlpool/translations/sv.json +12 -13
- homeassistant/components/whirlpool/translations/tr.json +0 -1
- homeassistant/components/whirlpool/translations/uk.json +0 -1
- homeassistant/components/whirlpool/translations/zh-Hant.json +1 -1
- homeassistant/components/withings/strings.json +7 -1
- homeassistant/components/withings/translations/cs.json +6 -0
- homeassistant/components/withings/translations/de.json +10 -4
- homeassistant/components/withings/translations/el.json +6 -0
- homeassistant/components/withings/translations/en-GB.json +6 -0
- homeassistant/components/withings/translations/en.json +6 -0
- homeassistant/components/withings/translations/es.json +6 -0
- homeassistant/components/withings/translations/et.json +6 -0
- homeassistant/components/withings/translations/fr.json +6 -0
- homeassistant/components/withings/translations/ga.json +12 -0
- homeassistant/components/withings/translations/he.json +6 -0
- homeassistant/components/withings/translations/hu.json +6 -0
- homeassistant/components/withings/translations/id.json +6 -0
- homeassistant/components/withings/translations/it.json +18 -1
- homeassistant/components/withings/translations/ja.json +3 -0
- homeassistant/components/withings/translations/ko.json +1 -1
- homeassistant/components/withings/translations/lt.json +6 -0
- homeassistant/components/withings/translations/mk.json +14 -1
- homeassistant/components/withings/translations/pt.json +6 -0
- homeassistant/components/withings/translations/ru.json +6 -0
- homeassistant/components/withings/translations/sk.json +6 -0
- homeassistant/components/withings/translations/sv.json +6 -0
- homeassistant/components/withings/translations/tr.json +6 -0
- homeassistant/components/withings/translations/zh-Hans.json +6 -0
- homeassistant/components/withings/translations/zh-Hant.json +6 -0
- homeassistant/components/wiz/__init__.py +3 -3
- homeassistant/components/wiz/manifest.json +1 -1
- homeassistant/components/wled/translations/fr.json +1 -0
- homeassistant/components/wled/translations/it.json +2 -2
- homeassistant/components/wmspro/cover.py +4 -7
- homeassistant/components/wmspro/light.py +12 -9
- homeassistant/components/wmspro/manifest.json +1 -1
- homeassistant/components/wolflink/translations/it.json +5 -0
- homeassistant/components/wyoming/assist_satellite.py +130 -22
- homeassistant/components/wyoming/conversation.py +3 -3
- homeassistant/components/wyoming/manifest.json +1 -1
- homeassistant/components/wyoming/translations/it.json +1 -1
- homeassistant/components/wyoming/translations/sv.json +2 -2
- homeassistant/components/wyoming/tts.py +106 -2
- homeassistant/components/wyoming/wake_word.py +4 -2
- homeassistant/components/xbox/strings.json +7 -1
- homeassistant/components/xbox/translations/cs.json +6 -0
- homeassistant/components/xbox/translations/de.json +6 -0
- homeassistant/components/xbox/translations/el.json +6 -0
- homeassistant/components/xbox/translations/en-GB.json +6 -0
- homeassistant/components/xbox/translations/en.json +6 -0
- homeassistant/components/xbox/translations/es.json +6 -0
- homeassistant/components/xbox/translations/et.json +6 -0
- homeassistant/components/xbox/translations/fr.json +6 -0
- homeassistant/components/xbox/translations/ga.json +14 -1
- homeassistant/components/xbox/translations/he.json +6 -0
- homeassistant/components/xbox/translations/hu.json +6 -0
- homeassistant/components/xbox/translations/id.json +6 -0
- homeassistant/components/xbox/translations/it.json +6 -0
- homeassistant/components/xbox/translations/lt.json +6 -0
- homeassistant/components/xbox/translations/mk.json +14 -1
- homeassistant/components/xbox/translations/pt.json +6 -0
- homeassistant/components/xbox/translations/ru.json +6 -0
- homeassistant/components/xbox/translations/sk.json +6 -0
- homeassistant/components/xbox/translations/sv.json +6 -0
- homeassistant/components/xbox/translations/tr.json +6 -0
- homeassistant/components/xbox/translations/zh-Hans.json +6 -0
- homeassistant/components/xbox/translations/zh-Hant.json +6 -0
- homeassistant/components/xiaomi_miio/fan.py +9 -3
- homeassistant/components/xiaomi_miio/manifest.json +1 -1
- homeassistant/components/xiaomi_miio/strings.json +13 -13
- homeassistant/components/xiaomi_miio/translations/fr.json +24 -2
- homeassistant/components/xiaomi_miio/translations/hu.json +30 -7
- homeassistant/components/xiaomi_miio/translations/it.json +11 -2
- homeassistant/components/xiaomi_miio/translations/ko.json +1 -1
- homeassistant/components/xiaomi_miio/translations/pt.json +30 -7
- homeassistant/components/xiaomi_miio/translations/sv.json +30 -7
- homeassistant/components/yale/strings.json +7 -1
- homeassistant/components/yale/translations/cs.json +6 -0
- homeassistant/components/yale/translations/de.json +6 -0
- homeassistant/components/yale/translations/el.json +6 -0
- homeassistant/components/yale/translations/en-GB.json +6 -0
- homeassistant/components/yale/translations/en.json +6 -0
- homeassistant/components/yale/translations/es.json +6 -0
- homeassistant/components/yale/translations/et.json +6 -0
- homeassistant/components/yale/translations/fr.json +14 -1
- homeassistant/components/yale/translations/ga.json +14 -1
- homeassistant/components/yale/translations/he.json +6 -0
- homeassistant/components/yale/translations/hu.json +6 -0
- homeassistant/components/yale/translations/id.json +6 -0
- homeassistant/components/yale/translations/it.json +6 -0
- homeassistant/components/yale/translations/lt.json +6 -0
- homeassistant/components/yale/translations/mk.json +14 -1
- homeassistant/components/yale/translations/pt.json +6 -0
- homeassistant/components/yale/translations/ru.json +6 -0
- homeassistant/components/yale/translations/sk.json +6 -0
- homeassistant/components/yale/translations/sv.json +6 -0
- homeassistant/components/yale/translations/tr.json +6 -0
- homeassistant/components/yale/translations/zh-Hans.json +6 -0
- homeassistant/components/yale/translations/zh-Hant.json +6 -0
- homeassistant/components/yale_smart_alarm/translations/el.json +2 -1
- homeassistant/components/yale_smart_alarm/translations/it.json +3 -1
- homeassistant/components/yamaha/translations/it.json +1 -1
- homeassistant/components/yamaha_musiccast/__init__.py +3 -2
- homeassistant/components/yamaha_musiccast/config_flow.py +5 -4
- homeassistant/components/yamaha_musiccast/translations/it.json +13 -3
- homeassistant/components/yeelight/translations/it.json +2 -1
- homeassistant/components/yolink/__init__.py +2 -2
- homeassistant/components/yolink/manifest.json +1 -1
- homeassistant/components/yolink/services.py +3 -2
- homeassistant/components/yolink/strings.json +7 -1
- homeassistant/components/yolink/translations/cs.json +6 -0
- homeassistant/components/yolink/translations/de.json +6 -0
- homeassistant/components/yolink/translations/el.json +6 -0
- homeassistant/components/yolink/translations/en-GB.json +6 -0
- homeassistant/components/yolink/translations/en.json +6 -0
- homeassistant/components/yolink/translations/es.json +6 -0
- homeassistant/components/yolink/translations/et.json +6 -0
- homeassistant/components/yolink/translations/fr.json +6 -0
- homeassistant/components/yolink/translations/ga.json +12 -0
- homeassistant/components/yolink/translations/he.json +6 -0
- homeassistant/components/yolink/translations/hu.json +6 -0
- homeassistant/components/yolink/translations/id.json +6 -0
- homeassistant/components/yolink/translations/it.json +16 -4
- homeassistant/components/yolink/translations/ko.json +1 -1
- homeassistant/components/yolink/translations/lt.json +6 -0
- homeassistant/components/yolink/translations/mk.json +12 -0
- homeassistant/components/yolink/translations/pt.json +6 -0
- homeassistant/components/yolink/translations/ru.json +6 -0
- homeassistant/components/yolink/translations/sk.json +6 -0
- homeassistant/components/yolink/translations/sv.json +6 -0
- homeassistant/components/yolink/translations/tr.json +6 -0
- homeassistant/components/yolink/translations/zh-Hans.json +6 -0
- homeassistant/components/yolink/translations/zh-Hant.json +6 -0
- homeassistant/components/yolink/valve.py +4 -1
- homeassistant/components/youtube/translations/ko.json +1 -1
- homeassistant/components/zha/manifest.json +7 -1
- homeassistant/components/zha/strings.json +53 -3
- homeassistant/components/zha/translations/bg.json +23 -0
- homeassistant/components/zha/translations/cs.json +50 -0
- homeassistant/components/zha/translations/de.json +50 -0
- homeassistant/components/zha/translations/el.json +64 -0
- homeassistant/components/zha/translations/en.json +50 -0
- homeassistant/components/zha/translations/es.json +50 -0
- homeassistant/components/zha/translations/et.json +50 -0
- homeassistant/components/zha/translations/fr.json +50 -0
- homeassistant/components/zha/translations/ga.json +46 -0
- homeassistant/components/zha/translations/hu.json +53 -0
- homeassistant/components/zha/translations/id.json +6 -0
- homeassistant/components/zha/translations/it.json +77 -2
- homeassistant/components/zha/translations/ja.json +41 -0
- homeassistant/components/zha/translations/lt.json +50 -0
- homeassistant/components/zha/translations/nl.json +41 -0
- homeassistant/components/zha/translations/pt.json +53 -0
- homeassistant/components/zha/translations/sk.json +50 -0
- homeassistant/components/zha/translations/sv.json +38 -0
- homeassistant/components/zha/translations/zh-Hans.json +50 -0
- homeassistant/components/zha/translations/zh-Hant.json +50 -0
- homeassistant/components/zha/websocket_api.py +2 -2
- homeassistant/components/zimi/__init__.py +1 -1
- homeassistant/components/zimi/light.py +1 -3
- homeassistant/components/zoneminder/__init__.py +5 -25
- homeassistant/components/zoneminder/const.py +3 -0
- homeassistant/components/zoneminder/services.py +40 -0
- homeassistant/components/zwave_js/__init__.py +2 -5
- homeassistant/components/zwave_js/api.py +22 -25
- homeassistant/components/zwave_js/climate.py +1 -3
- homeassistant/components/zwave_js/config_flow.py +96 -96
- homeassistant/components/zwave_js/device_trigger.py +4 -3
- homeassistant/components/zwave_js/discovery.py +36 -8
- homeassistant/components/zwave_js/manifest.json +1 -1
- homeassistant/components/zwave_js/services.py +7 -0
- homeassistant/components/zwave_js/strings.json +48 -32
- homeassistant/components/zwave_js/translations/bg.json +6 -23
- homeassistant/components/zwave_js/translations/cs.json +7 -46
- homeassistant/components/zwave_js/translations/de.json +43 -27
- homeassistant/components/zwave_js/translations/el.json +41 -25
- homeassistant/components/zwave_js/translations/en-GB.json +30 -37
- homeassistant/components/zwave_js/translations/en.json +41 -25
- homeassistant/components/zwave_js/translations/es.json +39 -23
- homeassistant/components/zwave_js/translations/et.json +30 -37
- homeassistant/components/zwave_js/translations/fi.json +0 -26
- homeassistant/components/zwave_js/translations/fr.json +6 -0
- homeassistant/components/zwave_js/translations/ga.json +17 -39
- homeassistant/components/zwave_js/translations/hu.json +29 -36
- homeassistant/components/zwave_js/translations/it.json +26 -12
- homeassistant/components/zwave_js/translations/ja.json +26 -0
- homeassistant/components/zwave_js/translations/ko.json +0 -3
- homeassistant/components/zwave_js/translations/lt.json +32 -39
- homeassistant/components/zwave_js/translations/mk.json +16 -22
- homeassistant/components/zwave_js/translations/nl.json +28 -1
- homeassistant/components/zwave_js/translations/pt.json +7 -46
- homeassistant/components/zwave_js/translations/ru.json +27 -36
- homeassistant/components/zwave_js/translations/sk.json +40 -24
- homeassistant/components/zwave_js/translations/sv.json +35 -42
- homeassistant/components/zwave_js/translations/tr.json +0 -27
- homeassistant/components/zwave_js/translations/zh-Hans.json +31 -38
- homeassistant/components/zwave_js/translations/zh-Hant.json +30 -37
- homeassistant/components/zwave_js/trigger.py +7 -35
- homeassistant/components/zwave_js/triggers/event.py +29 -3
- homeassistant/components/zwave_js/triggers/value_updated.py +27 -1
- homeassistant/config.py +1 -2
- homeassistant/config_entries.py +6 -0
- homeassistant/const.py +4 -3
- homeassistant/core.py +11 -14
- homeassistant/core_config.py +5 -6
- homeassistant/exceptions.py +1 -2
- homeassistant/generated/config_flows.py +5 -1
- homeassistant/generated/dhcp.py +101 -1
- homeassistant/generated/integrations.json +37 -21
- homeassistant/generated/usb.py +6 -0
- homeassistant/generated/zeroconf.py +10 -0
- homeassistant/helpers/area_registry.py +3 -6
- homeassistant/helpers/backup.py +1 -2
- homeassistant/helpers/condition.py +45 -24
- homeassistant/helpers/config_entry_flow.py +3 -6
- homeassistant/helpers/config_validation.py +5 -8
- homeassistant/helpers/deprecation.py +3 -4
- homeassistant/helpers/device_registry.py +48 -5
- homeassistant/helpers/entity.py +1 -29
- homeassistant/helpers/entity_registry.py +127 -13
- homeassistant/helpers/json.py +1 -4
- homeassistant/helpers/llm.py +17 -4
- homeassistant/helpers/network.py +2 -4
- homeassistant/helpers/recorder.py +5 -6
- homeassistant/helpers/selector.py +72 -5
- homeassistant/helpers/service.py +8 -7
- homeassistant/helpers/storage.py +1 -1
- homeassistant/helpers/sun.py +2 -2
- homeassistant/helpers/system_info.py +19 -2
- homeassistant/helpers/template.py +28 -17
- homeassistant/helpers/trigger.py +257 -14
- homeassistant/helpers/typing.py +1 -2
- homeassistant/loader.py +11 -6
- homeassistant/package_constraints.txt +26 -20
- homeassistant/scripts/__init__.py +1 -3
- homeassistant/scripts/check_config.py +1 -2
- homeassistant/setup.py +1 -2
- homeassistant/strings.json +3 -1
- homeassistant/util/async_.py +1 -2
- homeassistant/util/signal_type.pyi +2 -3
- homeassistant/util/timeout.py +19 -5
- homeassistant/util/yaml/loader.py +11 -7
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/METADATA +10 -19
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/RECORD +3628 -3384
- homeassistant/backports/enum.py +0 -29
- homeassistant/backports/functools.py +0 -31
- homeassistant/components/devolo_home_control/devolo_multi_level_switch.py +0 -27
- homeassistant/components/dweet/__init__.py +0 -79
- homeassistant/components/dweet/manifest.json +0 -10
- homeassistant/components/dweet/sensor.py +0 -124
- homeassistant/components/juicenet/device.py +0 -19
- homeassistant/components/juicenet/entity.py +0 -34
- homeassistant/components/juicenet/number.py +0 -92
- homeassistant/components/juicenet/sensor.py +0 -117
- homeassistant/components/juicenet/switch.py +0 -49
- homeassistant/components/synology_dsm/service.py +0 -77
- homeassistant/components/thermopro/translations/ga.json +0 -9
- homeassistant/components/thermopro/translations/mk.json +0 -9
- homeassistant/components/zwave_js/translations/sq.json +0 -7
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/WHEEL +0 -0
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.6.2.dist-info → homeassistant-2025.7.0.dist-info}/top_level.txt +0 -0
|
@@ -12,6 +12,7 @@ from homeassistant.core import (
|
|
|
12
12
|
ServiceCall,
|
|
13
13
|
ServiceResponse,
|
|
14
14
|
SupportsResponse,
|
|
15
|
+
callback,
|
|
15
16
|
)
|
|
16
17
|
from homeassistant.exceptions import ServiceValidationError
|
|
17
18
|
from homeassistant.helpers import config_validation as cv, selector
|
|
@@ -70,100 +71,106 @@ SERVICE_ARCHIVE_PACKAGE_SCHEMA: Final = vol.Schema(
|
|
|
70
71
|
)
|
|
71
72
|
|
|
72
73
|
|
|
73
|
-
def
|
|
74
|
-
"""
|
|
74
|
+
async def _get_packages(call: ServiceCall) -> ServiceResponse:
|
|
75
|
+
"""Get packages from 17Track."""
|
|
76
|
+
config_entry_id = call.data[ATTR_CONFIG_ENTRY_ID]
|
|
77
|
+
package_states = call.data.get(ATTR_PACKAGE_STATE, [])
|
|
75
78
|
|
|
76
|
-
|
|
77
|
-
"""Get packages from 17Track."""
|
|
78
|
-
config_entry_id = call.data[ATTR_CONFIG_ENTRY_ID]
|
|
79
|
-
package_states = call.data.get(ATTR_PACKAGE_STATE, [])
|
|
79
|
+
await _validate_service(call.hass, config_entry_id)
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
seventeen_coordinator: SeventeenTrackCoordinator = call.hass.data[DOMAIN][
|
|
82
|
+
config_entry_id
|
|
83
|
+
]
|
|
84
|
+
live_packages = sorted(
|
|
85
|
+
await seventeen_coordinator.client.profile.packages(
|
|
86
|
+
show_archived=seventeen_coordinator.show_archived
|
|
87
|
+
)
|
|
88
|
+
)
|
|
82
89
|
|
|
83
|
-
|
|
84
|
-
|
|
90
|
+
return {
|
|
91
|
+
"packages": [
|
|
92
|
+
_package_to_dict(package)
|
|
93
|
+
for package in live_packages
|
|
94
|
+
if slugify(package.status) in package_states or package_states == []
|
|
85
95
|
]
|
|
86
|
-
|
|
87
|
-
await seventeen_coordinator.client.profile.packages(
|
|
88
|
-
show_archived=seventeen_coordinator.show_archived
|
|
89
|
-
)
|
|
90
|
-
)
|
|
96
|
+
}
|
|
91
97
|
|
|
92
|
-
return {
|
|
93
|
-
"packages": [
|
|
94
|
-
package_to_dict(package)
|
|
95
|
-
for package in live_packages
|
|
96
|
-
if slugify(package.status) in package_states or package_states == []
|
|
97
|
-
]
|
|
98
|
-
}
|
|
99
98
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
99
|
+
async def _add_package(call: ServiceCall) -> None:
|
|
100
|
+
"""Add a new package to 17Track."""
|
|
101
|
+
config_entry_id = call.data[ATTR_CONFIG_ENTRY_ID]
|
|
102
|
+
tracking_number = call.data[ATTR_PACKAGE_TRACKING_NUMBER]
|
|
103
|
+
friendly_name = call.data[ATTR_PACKAGE_FRIENDLY_NAME]
|
|
105
104
|
|
|
106
|
-
|
|
105
|
+
await _validate_service(call.hass, config_entry_id)
|
|
107
106
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
107
|
+
seventeen_coordinator: SeventeenTrackCoordinator = call.hass.data[DOMAIN][
|
|
108
|
+
config_entry_id
|
|
109
|
+
]
|
|
111
110
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
111
|
+
await seventeen_coordinator.client.profile.add_package(
|
|
112
|
+
tracking_number, friendly_name
|
|
113
|
+
)
|
|
115
114
|
|
|
116
|
-
async def archive_package(call: ServiceCall) -> None:
|
|
117
|
-
config_entry_id = call.data[ATTR_CONFIG_ENTRY_ID]
|
|
118
|
-
tracking_number = call.data[ATTR_PACKAGE_TRACKING_NUMBER]
|
|
119
115
|
|
|
120
|
-
|
|
116
|
+
async def _archive_package(call: ServiceCall) -> None:
|
|
117
|
+
config_entry_id = call.data[ATTR_CONFIG_ENTRY_ID]
|
|
118
|
+
tracking_number = call.data[ATTR_PACKAGE_TRACKING_NUMBER]
|
|
121
119
|
|
|
122
|
-
|
|
123
|
-
config_entry_id
|
|
124
|
-
]
|
|
120
|
+
await _validate_service(call.hass, config_entry_id)
|
|
125
121
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
122
|
+
seventeen_coordinator: SeventeenTrackCoordinator = call.hass.data[DOMAIN][
|
|
123
|
+
config_entry_id
|
|
124
|
+
]
|
|
125
|
+
|
|
126
|
+
await seventeen_coordinator.client.profile.archive_package(tracking_number)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
def _package_to_dict(package: Package) -> dict[str, Any]:
|
|
130
|
+
result = {
|
|
131
|
+
ATTR_DESTINATION_COUNTRY: package.destination_country,
|
|
132
|
+
ATTR_ORIGIN_COUNTRY: package.origin_country,
|
|
133
|
+
ATTR_PACKAGE_TYPE: package.package_type,
|
|
134
|
+
ATTR_TRACKING_INFO_LANGUAGE: package.tracking_info_language,
|
|
135
|
+
ATTR_TRACKING_NUMBER: package.tracking_number,
|
|
136
|
+
ATTR_LOCATION: package.location,
|
|
137
|
+
ATTR_STATUS: package.status,
|
|
138
|
+
ATTR_INFO_TEXT: package.info_text,
|
|
139
|
+
ATTR_FRIENDLY_NAME: package.friendly_name,
|
|
140
|
+
}
|
|
141
|
+
if timestamp := package.timestamp:
|
|
142
|
+
result[ATTR_TIMESTAMP] = timestamp.isoformat()
|
|
143
|
+
return result
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
async def _validate_service(hass: HomeAssistant, config_entry_id: str) -> None:
|
|
147
|
+
entry: ConfigEntry | None = hass.config_entries.async_get_entry(config_entry_id)
|
|
148
|
+
if not entry:
|
|
149
|
+
raise ServiceValidationError(
|
|
150
|
+
translation_domain=DOMAIN,
|
|
151
|
+
translation_key="invalid_config_entry",
|
|
152
|
+
translation_placeholders={
|
|
153
|
+
"config_entry_id": config_entry_id,
|
|
154
|
+
},
|
|
155
|
+
)
|
|
156
|
+
if entry.state != ConfigEntryState.LOADED:
|
|
157
|
+
raise ServiceValidationError(
|
|
158
|
+
translation_domain=DOMAIN,
|
|
159
|
+
translation_key="unloaded_config_entry",
|
|
160
|
+
translation_placeholders={
|
|
161
|
+
"config_entry_id": entry.title,
|
|
162
|
+
},
|
|
163
|
+
)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
@callback
|
|
167
|
+
def async_setup_services(hass: HomeAssistant) -> None:
|
|
168
|
+
"""Set up the services for the seventeentrack integration."""
|
|
162
169
|
|
|
163
170
|
hass.services.async_register(
|
|
164
171
|
DOMAIN,
|
|
165
172
|
SERVICE_GET_PACKAGES,
|
|
166
|
-
|
|
173
|
+
_get_packages,
|
|
167
174
|
schema=SERVICE_GET_PACKAGES_SCHEMA,
|
|
168
175
|
supports_response=SupportsResponse.ONLY,
|
|
169
176
|
)
|
|
@@ -171,13 +178,13 @@ def setup_services(hass: HomeAssistant) -> None:
|
|
|
171
178
|
hass.services.async_register(
|
|
172
179
|
DOMAIN,
|
|
173
180
|
SERVICE_ADD_PACKAGE,
|
|
174
|
-
|
|
181
|
+
_add_package,
|
|
175
182
|
schema=SERVICE_ADD_PACKAGE_SCHEMA,
|
|
176
183
|
)
|
|
177
184
|
|
|
178
185
|
hass.services.async_register(
|
|
179
186
|
DOMAIN,
|
|
180
187
|
SERVICE_ARCHIVE_PACKAGE,
|
|
181
|
-
|
|
188
|
+
_archive_package,
|
|
182
189
|
schema=SERVICE_ARCHIVE_PACKAGE_SCHEMA,
|
|
183
190
|
)
|
|
@@ -56,7 +56,10 @@ from .coordinator import (
|
|
|
56
56
|
ShellyRpcCoordinator,
|
|
57
57
|
ShellyRpcPollingCoordinator,
|
|
58
58
|
)
|
|
59
|
-
from .repairs import
|
|
59
|
+
from .repairs import (
|
|
60
|
+
async_manage_ble_scanner_firmware_unsupported_issue,
|
|
61
|
+
async_manage_outbound_websocket_incorrectly_enabled_issue,
|
|
62
|
+
)
|
|
60
63
|
from .utils import (
|
|
61
64
|
async_create_issue_unsupported_firmware,
|
|
62
65
|
get_coap_context,
|
|
@@ -327,6 +330,10 @@ async def _async_setup_rpc_entry(hass: HomeAssistant, entry: ShellyConfigEntry)
|
|
|
327
330
|
hass,
|
|
328
331
|
entry,
|
|
329
332
|
)
|
|
333
|
+
async_manage_outbound_websocket_incorrectly_enabled_issue(
|
|
334
|
+
hass,
|
|
335
|
+
entry,
|
|
336
|
+
)
|
|
330
337
|
elif (
|
|
331
338
|
sleep_period is None
|
|
332
339
|
or device_entry is None
|
|
@@ -237,6 +237,9 @@ NOT_CALIBRATED_ISSUE_ID = "not_calibrated_{unique}"
|
|
|
237
237
|
FIRMWARE_UNSUPPORTED_ISSUE_ID = "firmware_unsupported_{unique}"
|
|
238
238
|
|
|
239
239
|
BLE_SCANNER_FIRMWARE_UNSUPPORTED_ISSUE_ID = "ble_scanner_firmware_unsupported_{unique}"
|
|
240
|
+
OUTBOUND_WEBSOCKET_INCORRECTLY_ENABLED_ISSUE_ID = (
|
|
241
|
+
"outbound_websocket_incorrectly_enabled_{unique}"
|
|
242
|
+
)
|
|
240
243
|
|
|
241
244
|
GAS_VALVE_OPEN_STATES = ("opening", "opened")
|
|
242
245
|
|
|
@@ -86,7 +86,10 @@ def async_setup_block_attribute_entities(
|
|
|
86
86
|
coordinator.device.settings, block
|
|
87
87
|
):
|
|
88
88
|
domain = sensor_class.__module__.split(".")[-1]
|
|
89
|
-
unique_id =
|
|
89
|
+
unique_id = sensor_class(
|
|
90
|
+
coordinator, block, sensor_id, description
|
|
91
|
+
).unique_id
|
|
92
|
+
LOGGER.debug("Removing Shelly entity with unique_id: %s", unique_id)
|
|
90
93
|
async_remove_shelly_entity(hass, domain, unique_id)
|
|
91
94
|
else:
|
|
92
95
|
entities.append(
|
|
@@ -192,8 +195,12 @@ def async_setup_rpc_attribute_entities(
|
|
|
192
195
|
if description.removal_condition and description.removal_condition(
|
|
193
196
|
coordinator.device.config, coordinator.device.status, key
|
|
194
197
|
):
|
|
195
|
-
|
|
196
|
-
|
|
198
|
+
entity_class = get_entity_class(sensor_class, description)
|
|
199
|
+
domain = entity_class.__module__.split(".")[-1]
|
|
200
|
+
unique_id = entity_class(
|
|
201
|
+
coordinator, key, sensor_id, description
|
|
202
|
+
).unique_id
|
|
203
|
+
LOGGER.debug("Removing Shelly entity with unique_id: %s", unique_id)
|
|
197
204
|
async_remove_shelly_entity(hass, domain, unique_id)
|
|
198
205
|
elif description.use_polling_coordinator:
|
|
199
206
|
if not sleep_period:
|
|
@@ -11,7 +11,7 @@ from awesomeversion import AwesomeVersion
|
|
|
11
11
|
import voluptuous as vol
|
|
12
12
|
|
|
13
13
|
from homeassistant import data_entry_flow
|
|
14
|
-
from homeassistant.components.repairs import RepairsFlow
|
|
14
|
+
from homeassistant.components.repairs import ConfirmRepairFlow, RepairsFlow
|
|
15
15
|
from homeassistant.core import HomeAssistant, callback
|
|
16
16
|
from homeassistant.helpers import issue_registry as ir
|
|
17
17
|
|
|
@@ -20,9 +20,11 @@ from .const import (
|
|
|
20
20
|
BLE_SCANNER_MIN_FIRMWARE,
|
|
21
21
|
CONF_BLE_SCANNER_MODE,
|
|
22
22
|
DOMAIN,
|
|
23
|
+
OUTBOUND_WEBSOCKET_INCORRECTLY_ENABLED_ISSUE_ID,
|
|
23
24
|
BLEScannerMode,
|
|
24
25
|
)
|
|
25
26
|
from .coordinator import ShellyConfigEntry
|
|
27
|
+
from .utils import get_rpc_ws_url
|
|
26
28
|
|
|
27
29
|
|
|
28
30
|
@callback
|
|
@@ -65,7 +67,46 @@ def async_manage_ble_scanner_firmware_unsupported_issue(
|
|
|
65
67
|
ir.async_delete_issue(hass, DOMAIN, issue_id)
|
|
66
68
|
|
|
67
69
|
|
|
68
|
-
|
|
70
|
+
@callback
|
|
71
|
+
def async_manage_outbound_websocket_incorrectly_enabled_issue(
|
|
72
|
+
hass: HomeAssistant,
|
|
73
|
+
entry: ShellyConfigEntry,
|
|
74
|
+
) -> None:
|
|
75
|
+
"""Manage the Outbound WebSocket incorrectly enabled issue."""
|
|
76
|
+
issue_id = OUTBOUND_WEBSOCKET_INCORRECTLY_ENABLED_ISSUE_ID.format(
|
|
77
|
+
unique=entry.unique_id
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
if TYPE_CHECKING:
|
|
81
|
+
assert entry.runtime_data.rpc is not None
|
|
82
|
+
|
|
83
|
+
device = entry.runtime_data.rpc.device
|
|
84
|
+
|
|
85
|
+
if (
|
|
86
|
+
(ws_config := device.config.get("ws"))
|
|
87
|
+
and ws_config["enable"]
|
|
88
|
+
and ws_config["server"] == get_rpc_ws_url(hass)
|
|
89
|
+
):
|
|
90
|
+
ir.async_create_issue(
|
|
91
|
+
hass,
|
|
92
|
+
DOMAIN,
|
|
93
|
+
issue_id,
|
|
94
|
+
is_fixable=True,
|
|
95
|
+
is_persistent=True,
|
|
96
|
+
severity=ir.IssueSeverity.WARNING,
|
|
97
|
+
translation_key="outbound_websocket_incorrectly_enabled",
|
|
98
|
+
translation_placeholders={
|
|
99
|
+
"device_name": device.name,
|
|
100
|
+
"ip_address": device.ip_address,
|
|
101
|
+
},
|
|
102
|
+
data={"entry_id": entry.entry_id},
|
|
103
|
+
)
|
|
104
|
+
return
|
|
105
|
+
|
|
106
|
+
ir.async_delete_issue(hass, DOMAIN, issue_id)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
class ShellyRpcRepairsFlow(RepairsFlow):
|
|
69
110
|
"""Handler for an issue fixing flow."""
|
|
70
111
|
|
|
71
112
|
def __init__(self, device: RpcDevice) -> None:
|
|
@@ -83,7 +124,7 @@ class BleScannerFirmwareUpdateFlow(RepairsFlow):
|
|
|
83
124
|
) -> data_entry_flow.FlowResult:
|
|
84
125
|
"""Handle the confirm step of a fix flow."""
|
|
85
126
|
if user_input is not None:
|
|
86
|
-
return await self.
|
|
127
|
+
return await self._async_step_confirm()
|
|
87
128
|
|
|
88
129
|
issue_registry = ir.async_get(self.hass)
|
|
89
130
|
description_placeholders = None
|
|
@@ -96,6 +137,18 @@ class BleScannerFirmwareUpdateFlow(RepairsFlow):
|
|
|
96
137
|
description_placeholders=description_placeholders,
|
|
97
138
|
)
|
|
98
139
|
|
|
140
|
+
async def _async_step_confirm(self) -> data_entry_flow.FlowResult:
|
|
141
|
+
"""Handle the confirm step of a fix flow."""
|
|
142
|
+
raise NotImplementedError
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
class BleScannerFirmwareUpdateFlow(ShellyRpcRepairsFlow):
|
|
146
|
+
"""Handler for BLE Scanner Firmware Update flow."""
|
|
147
|
+
|
|
148
|
+
async def _async_step_confirm(self) -> data_entry_flow.FlowResult:
|
|
149
|
+
"""Handle the confirm step of a fix flow."""
|
|
150
|
+
return await self.async_step_update_firmware()
|
|
151
|
+
|
|
99
152
|
async def async_step_update_firmware(
|
|
100
153
|
self, user_input: dict[str, str] | None = None
|
|
101
154
|
) -> data_entry_flow.FlowResult:
|
|
@@ -110,6 +163,29 @@ class BleScannerFirmwareUpdateFlow(RepairsFlow):
|
|
|
110
163
|
return self.async_create_entry(title="", data={})
|
|
111
164
|
|
|
112
165
|
|
|
166
|
+
class DisableOutboundWebSocketFlow(ShellyRpcRepairsFlow):
|
|
167
|
+
"""Handler for Disable Outbound WebSocket flow."""
|
|
168
|
+
|
|
169
|
+
async def _async_step_confirm(self) -> data_entry_flow.FlowResult:
|
|
170
|
+
"""Handle the confirm step of a fix flow."""
|
|
171
|
+
return await self.async_step_disable_outbound_websocket()
|
|
172
|
+
|
|
173
|
+
async def async_step_disable_outbound_websocket(
|
|
174
|
+
self, user_input: dict[str, str] | None = None
|
|
175
|
+
) -> data_entry_flow.FlowResult:
|
|
176
|
+
"""Handle the confirm step of a fix flow."""
|
|
177
|
+
try:
|
|
178
|
+
result = await self._device.ws_setconfig(
|
|
179
|
+
False, self._device.config["ws"]["server"]
|
|
180
|
+
)
|
|
181
|
+
if result["restart_required"]:
|
|
182
|
+
await self._device.trigger_reboot()
|
|
183
|
+
except (DeviceConnectionError, RpcCallError):
|
|
184
|
+
return self.async_abort(reason="cannot_connect")
|
|
185
|
+
|
|
186
|
+
return self.async_create_entry(title="", data={})
|
|
187
|
+
|
|
188
|
+
|
|
113
189
|
async def async_create_fix_flow(
|
|
114
190
|
hass: HomeAssistant, issue_id: str, data: dict[str, str] | None
|
|
115
191
|
) -> RepairsFlow:
|
|
@@ -124,4 +200,11 @@ async def async_create_fix_flow(
|
|
|
124
200
|
assert entry is not None
|
|
125
201
|
|
|
126
202
|
device = entry.runtime_data.rpc.device
|
|
127
|
-
|
|
203
|
+
|
|
204
|
+
if "ble_scanner_firmware_unsupported" in issue_id:
|
|
205
|
+
return BleScannerFirmwareUpdateFlow(device)
|
|
206
|
+
|
|
207
|
+
if "outbound_websocket_incorrectly_enabled" in issue_id:
|
|
208
|
+
return DisableOutboundWebSocketFlow(device)
|
|
209
|
+
|
|
210
|
+
return ConfirmRepairFlow()
|
|
@@ -288,6 +288,20 @@
|
|
|
288
288
|
"unsupported_firmware": {
|
|
289
289
|
"title": "Unsupported firmware for device {device_name}",
|
|
290
290
|
"description": "Your Shelly device {device_name} with IP address {ip_address} is running an unsupported firmware. Please update the firmware.\n\nIf the device does not offer an update, check internet connectivity (gateway, DNS, time) and restart the device."
|
|
291
|
+
},
|
|
292
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
293
|
+
"title": "Outbound WebSocket is enabled for {device_name}",
|
|
294
|
+
"fix_flow": {
|
|
295
|
+
"step": {
|
|
296
|
+
"confirm": {
|
|
297
|
+
"title": "Outbound WebSocket is enabled for {device_name}",
|
|
298
|
+
"description": "Your Shelly device {device_name} with IP address {ip_address} is a non-sleeping device and Outbound WebSocket should be disabled in its configuration.\n\nSelect **Submit** button to disable Outbound WebSocket."
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
"abort": {
|
|
302
|
+
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
291
305
|
}
|
|
292
306
|
}
|
|
293
307
|
}
|
|
@@ -138,6 +138,13 @@
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
142
|
+
"fix_flow": {
|
|
143
|
+
"abort": {
|
|
144
|
+
"cannot_connect": "\u041d\u0435\u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0441\u0432\u044a\u0440\u0437\u0432\u0430\u043d\u0435"
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
},
|
|
141
148
|
"unsupported_firmware": {
|
|
142
149
|
"description": "\u0412\u0430\u0448\u0435\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e Shelly {device_name} \u0441 IP \u0430\u0434\u0440\u0435\u0441 {ip_address} \u0440\u0430\u0431\u043e\u0442\u0438 \u0441 \u043d\u0435\u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d \u0444\u044a\u0440\u043c\u0443\u0435\u0440. \u041c\u043e\u043b\u044f, \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0438\u0440\u0430\u0439\u0442\u0435 \u0444\u044a\u0440\u043c\u0443\u0435\u0440\u0430.\n\n\u0410\u043a\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e \u043d\u0435 \u043f\u0440\u0435\u0434\u043b\u0430\u0433\u0430 \u0430\u043a\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 (\u0448\u043b\u044e\u0437, DNS, \u0432\u0440\u0435\u043c\u0435) \u0438 \u0440\u0435\u0441\u0442\u0430\u0440\u0442\u0438\u0440\u0430\u0439\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e.",
|
|
143
150
|
"title": "\u041d\u0435\u043f\u043e\u0434\u0434\u044a\u0440\u0436\u0430\u043d \u0444\u044a\u0440\u043c\u0443\u0435\u0440 \u0437\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\u0442\u043e {device_name}"
|
|
@@ -254,6 +254,20 @@
|
|
|
254
254
|
"description": "Das Shelly-Ger\u00e4t {device_name} mit der IP-Adresse {ip_address} erfordert eine Kalibrierung. Um das Ger\u00e4t zu kalibrieren, muss es nach ordnungsgem\u00e4\u00dfer Installation am Ventil neu gestartet werden. Du kannst das Ger\u00e4t in seiner Weboberfl\u00e4che neu starten. Gehe dazu zu \u201eSettings\u201c \u2192 \u201eDevice Reboot\u201c.",
|
|
255
255
|
"title": "Das Shelly-Ger\u00e4t {device_name} ist nicht kalibriert"
|
|
256
256
|
},
|
|
257
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
258
|
+
"fix_flow": {
|
|
259
|
+
"abort": {
|
|
260
|
+
"cannot_connect": "Verbindung fehlgeschlagen"
|
|
261
|
+
},
|
|
262
|
+
"step": {
|
|
263
|
+
"confirm": {
|
|
264
|
+
"description": "Dein Shelly-Ger\u00e4t {device_name} mit der IP-Adresse {ip_address} ist ein nicht-schlafendes Ger\u00e4t, und Outbound WebSocket sollte in seiner Konfiguration deaktiviert sein. \n \nDr\u00fccke **OK**, um Outbound WebSocket zu deaktivieren.",
|
|
265
|
+
"title": "F\u00fcr {device_name} ist Outbound WebSocket aktiviert"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"title": "F\u00fcr {device_name} ist Outbound WebSocket aktiviert"
|
|
270
|
+
},
|
|
257
271
|
"push_update_failure": {
|
|
258
272
|
"description": "Home Assistant empf\u00e4ngt keine Push-Updates vom Shelly-Ger\u00e4t {device_name} mit der IP-Adresse {ip_address}. \u00dcberpr\u00fcfe die CoIoT-Konfiguration in der Weboberfl\u00e4che des Ger\u00e4ts und deine Netzwerkkonfiguration.",
|
|
259
273
|
"title": "Shelly-Ger\u00e4t {device_name} Push-Update fehlgeschlagen"
|
|
@@ -26,12 +26,20 @@
|
|
|
26
26
|
"data": {
|
|
27
27
|
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
|
28
28
|
"username": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7"
|
|
29
|
+
},
|
|
30
|
+
"data_description": {
|
|
31
|
+
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b9\u03c3\u03c4\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2.",
|
|
32
|
+
"username": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b9\u03c3\u03c4\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2."
|
|
29
33
|
}
|
|
30
34
|
},
|
|
31
35
|
"reauth_confirm": {
|
|
32
36
|
"data": {
|
|
33
37
|
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2",
|
|
34
38
|
"username": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7"
|
|
39
|
+
},
|
|
40
|
+
"data_description": {
|
|
41
|
+
"password": "\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b9\u03c3\u03c4\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2.",
|
|
42
|
+
"username": "\u039f\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b3\u03b9\u03b1 \u03c4\u03bf\u03bd \u03c0\u03af\u03bd\u03b1\u03ba\u03b1 \u03b9\u03c3\u03c4\u03bf\u03cd \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2."
|
|
35
43
|
}
|
|
36
44
|
},
|
|
37
45
|
"reconfigure": {
|
|
@@ -207,6 +215,20 @@
|
|
|
207
215
|
"description": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae Shelly {device_name} \u03bc\u03b5 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP {ip_address} \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03b2\u03b1\u03b8\u03bc\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7. \u0393\u03b9\u03b1 \u03c4\u03b7 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bd\u03cc\u03bc\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b3\u03af\u03bd\u03b5\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03bc\u03b5\u03c4\u03ac \u03c4\u03b7 \u03c3\u03c9\u03c3\u03c4\u03ae \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b7 \u03b2\u03b1\u03bb\u03b2\u03af\u03b4\u03b1. \u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03ba\u03ac\u03bd\u03b5\u03c4\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03c3\u03c4\u03bf web panel \u03c4\u03b7\u03c2, \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf 'Settings' (\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2) > 'Device Reboot' (\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2).",
|
|
208
216
|
"title": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae Shelly {device_name} \u03b4\u03b5\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b2\u03b1\u03b8\u03bc\u03bf\u03bd\u03bf\u03bc\u03b7\u03b8\u03b5\u03af"
|
|
209
217
|
},
|
|
218
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
219
|
+
"fix_flow": {
|
|
220
|
+
"abort": {
|
|
221
|
+
"cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2"
|
|
222
|
+
},
|
|
223
|
+
"step": {
|
|
224
|
+
"confirm": {
|
|
225
|
+
"description": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c3\u03b1\u03c2 Shelly {device_name} \u03bc\u03b5 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP {ip_address} \u03b5\u03af\u03bd\u03b1\u03b9 \u03bc\u03b9\u03b1 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03bc\u03b5\u03c4\u03b1\u03b2\u03b1\u03af\u03bd\u03b5\u03b9 \u03c3\u03b5 \u03b1\u03bd\u03b1\u03c3\u03c4\u03bf\u03bb\u03ae \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03bf Outbound WebSocket \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03ae \u03c4\u03b7\u03c2.\n\n\u0395\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af **\u03a5\u03c0\u03bf\u03b2\u03bf\u03bb\u03ae** \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf Outbound WebSocket.",
|
|
226
|
+
"title": "\u03a4\u03bf Outbound WebSocket \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 {device_name}"
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"title": "\u03a4\u03bf Outbound WebSocket \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf \u03b3\u03b9\u03b1 {device_name}"
|
|
231
|
+
},
|
|
210
232
|
"push_update_failure": {
|
|
211
233
|
"description": "\u03a4\u03bf Home Assistant \u03b4\u03b5\u03bd \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03ce\u03c3\u03b5\u03b9\u03c2 push \u03b1\u03c0\u03cc \u03c4\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae Shelly {device_name} \u03bc\u03b5 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP {ip_address}. \u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 CoIoT \u03c3\u03c4\u03bf web panel \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5 \u03c3\u03b1\u03c2.",
|
|
212
234
|
"title": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03b5\u03bd\u03b7\u03bc\u03ad\u03c1\u03c9\u03c3\u03b7\u03c2 push \u03c4\u03b7\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae\u03c2 Shelly {device_name} "
|
|
@@ -218,13 +240,17 @@
|
|
|
218
240
|
},
|
|
219
241
|
"options": {
|
|
220
242
|
"abort": {
|
|
221
|
-
"cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2"
|
|
243
|
+
"cannot_connect": "\u0391\u03c0\u03bf\u03c4\u03c5\u03c7\u03af\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03b7\u03c2",
|
|
244
|
+
"no_scripts_support": "\u0397 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03b4\u03b5\u03bd \u03c5\u03c0\u03bf\u03c3\u03c4\u03b7\u03c1\u03af\u03b6\u03b5\u03b9 \u03c3\u03b5\u03bd\u03ac\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u03b4\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03c9\u03c2 \u03c3\u03b1\u03c1\u03c9\u03c4\u03ae\u03c2 Bluetooth."
|
|
222
245
|
},
|
|
223
246
|
"step": {
|
|
224
247
|
"init": {
|
|
225
248
|
"data": {
|
|
226
249
|
"ble_scanner_mode": "\u039b\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03b1\u03c1\u03c9\u03c4\u03ae Bluetooth"
|
|
227
250
|
},
|
|
251
|
+
"data_description": {
|
|
252
|
+
"ble_scanner_mode": "\u0397 \u03bb\u03b5\u03b9\u03c4\u03bf\u03c5\u03c1\u03b3\u03af\u03b1 \u03c3\u03b1\u03c1\u03c9\u03c4\u03ae \u03c0\u03bf\u03c5 \u03b8\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7 \u03c3\u03ac\u03c1\u03c9\u03c3\u03b7 Bluetooth."
|
|
253
|
+
},
|
|
228
254
|
"description": "\u0397 \u03c3\u03ac\u03c1\u03c9\u03c3\u03b7 Bluetooth \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae \u03ae \u03c0\u03b1\u03b8\u03b7\u03c4\u03b9\u03ba\u03ae. \u039c\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03ae, \u03c4\u03bf Shelly \u03b6\u03b7\u03c4\u03ac \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03ba\u03bf\u03bd\u03c4\u03b9\u03bd\u03ad\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2- \u03bc\u03b5 \u03c4\u03b7\u03bd \u03c0\u03b1\u03b8\u03b7\u03c4\u03b9\u03ba\u03ae, \u03c4\u03bf Shelly \u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03bc\u03b7 \u03b6\u03b7\u03c4\u03b7\u03b8\u03ad\u03bd\u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03b1\u03c0\u03cc \u03ba\u03bf\u03bd\u03c4\u03b9\u03bd\u03ad\u03c2 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ad\u03c2."
|
|
229
255
|
}
|
|
230
256
|
}
|
|
@@ -254,6 +254,20 @@
|
|
|
254
254
|
"description": "Shelly device {device_name} with IP address {ip_address} requires calibration. To calibrate the device, it must be rebooted after proper installation on the valve. You can reboot the device in its web panel, go to 'Settings' > 'Device Reboot'.",
|
|
255
255
|
"title": "Shelly device {device_name} is not calibrated"
|
|
256
256
|
},
|
|
257
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
258
|
+
"fix_flow": {
|
|
259
|
+
"abort": {
|
|
260
|
+
"cannot_connect": "Failed to connect"
|
|
261
|
+
},
|
|
262
|
+
"step": {
|
|
263
|
+
"confirm": {
|
|
264
|
+
"description": "Your Shelly device {device_name} with IP address {ip_address} is a non-sleeping device and Outbound WebSocket should be disabled in its configuration.\n\nSelect **Submit** button to disable Outbound WebSocket.",
|
|
265
|
+
"title": "Outbound WebSocket is enabled for {device_name}"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"title": "Outbound WebSocket is enabled for {device_name}"
|
|
270
|
+
},
|
|
257
271
|
"push_update_failure": {
|
|
258
272
|
"description": "Home Assistant is not receiving push updates from the Shelly device {device_name} with IP address {ip_address}. Check the CoIoT configuration in the web panel of the device and your network configuration.",
|
|
259
273
|
"title": "Shelly device {device_name} push update failure"
|
|
@@ -254,6 +254,20 @@
|
|
|
254
254
|
"description": "El dispositivo Shelly {device_name} con direcci\u00f3n IP {ip_address} requiere calibraci\u00f3n. Para calibrar el dispositivo, debe reiniciarse despu\u00e9s de la instalaci\u00f3n adecuada en la v\u00e1lvula. Puedes reiniciar el dispositivo en su panel web, ve a 'Configuraci\u00f3n' > 'Reinicio del dispositivo'.",
|
|
255
255
|
"title": "El dispositivo Shelly {device_name} no est\u00e1 calibrado"
|
|
256
256
|
},
|
|
257
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
258
|
+
"fix_flow": {
|
|
259
|
+
"abort": {
|
|
260
|
+
"cannot_connect": "No se pudo conectar"
|
|
261
|
+
},
|
|
262
|
+
"step": {
|
|
263
|
+
"confirm": {
|
|
264
|
+
"description": "Tu dispositivo Shelly {device_name} con direcci\u00f3n IP {ip_address} es un dispositivo que no est\u00e1 inactivo y el WebSocket de salida debe estar deshabilitado en su configuraci\u00f3n. \n \nSelecciona el bot\u00f3n **Enviar** para deshabilitar el WebSocket de salida.",
|
|
265
|
+
"title": "El WebSocket de salida est\u00e1 habilitado para {device_name}"
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
},
|
|
269
|
+
"title": "El WebSocket de salida est\u00e1 habilitado para {device_name}"
|
|
270
|
+
},
|
|
257
271
|
"push_update_failure": {
|
|
258
272
|
"description": "Home Assistant no est\u00e1 recibiendo actualizaciones autom\u00e1ticas del dispositivo Shelly {device_name} con direcci\u00f3n IP {ip_address}. Consulta la configuraci\u00f3n de CoIoT en el panel web del dispositivo y tu configuraci\u00f3n de red.",
|
|
259
273
|
"title": "Fallo en la actualizaci\u00f3n push del dispositivo {device_name} de Shelly"
|
|
@@ -254,6 +254,17 @@
|
|
|
254
254
|
"description": "Shelly seade {device_name} IP-aadressiga {ip_address} n\u00f5uab kalibreerimist. Seadme kalibreerimiseks tuleb see p\u00e4rast klapile n\u00f5uetekohast paigaldamist taask\u00e4ivitada. Saad seadme taask\u00e4ivitada selle veebipaneelil, mine jaotisse \"Seaded\" > \"Seadme taask\u00e4ivitamine\".",
|
|
255
255
|
"title": "Shelly seade {device_name} ei ole kalibreeritud"
|
|
256
256
|
},
|
|
257
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
258
|
+
"fix_flow": {
|
|
259
|
+
"step": {
|
|
260
|
+
"confirm": {
|
|
261
|
+
"description": "Shelly seade {device_name} IP-aadressiga {ip_address} on mitteunere\u017eiimis olev seade ja v\u00e4ljaminev WebSocket tuleks selle konfiguratsioonis keelata.\n\nVali nupp **Esita**, et keelata v\u00e4ljaminev WebSocket.",
|
|
262
|
+
"title": "V\u00e4ljaminev WebSocket on seadmel {device_name} lubatud"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"title": "V\u00e4ljaminev WebSocket on seadmel {device_name} lubatud"
|
|
267
|
+
},
|
|
257
268
|
"push_update_failure": {
|
|
258
269
|
"description": "Home Assistant ei saa t\u00f5ukev\u00e4rskendusi Shelly seadmest {device_name} IP-aadressiga {ip_address}. Kontrolli CoIoT konfiguratsiooni seadme veebipaneelil ja oma v\u00f5rgu konfiguratsiooni.",
|
|
259
270
|
"title": "Shelly seadme {device_name} t\u00f5ukev\u00e4rskenduse t\u00f5rge"
|
|
@@ -113,6 +113,17 @@
|
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
115
|
"title": "T\u00e1 firmware nach dtaca\u00edtear leis \u00e1 rith ag {device_name}"
|
|
116
|
+
},
|
|
117
|
+
"outbound_websocket_incorrectly_enabled": {
|
|
118
|
+
"fix_flow": {
|
|
119
|
+
"step": {
|
|
120
|
+
"confirm": {
|
|
121
|
+
"description": "N\u00ed gl\u00e9as codlata \u00e9 do ghl\u00e9as Shelly {device_name} leis an seoladh IP {ip_address} agus ba ch\u00f3ir Outbound WebSocket a dh\u00edchumas\u00fa ina chumra\u00edocht.\n\nRoghnaigh an cnaipe **Cuir Isteach** chun Outbound WebSocket a dh\u00edchumas\u00fa.",
|
|
122
|
+
"title": "T\u00e1 WebSocket Amach cumasaithe do {device_name}"
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
"title": "T\u00e1 WebSocket Amach cumasaithe do {device_name}"
|
|
116
127
|
}
|
|
117
128
|
},
|
|
118
129
|
"options": {
|