homeassistant 2025.7.3__py3-none-any.whl → 2025.8.0b0__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/bootstrap.py +31 -38
- homeassistant/brands/frient.json +5 -0
- homeassistant/brands/third_reality.json +1 -1
- homeassistant/brands/ubiquiti.json +1 -1
- homeassistant/components/acaia/translations/el.json +3 -0
- homeassistant/components/accuweather/translations/ga.json +57 -0
- homeassistant/components/accuweather/translations/he.json +8 -0
- homeassistant/components/advantage_air/translations/de.json +1 -1
- homeassistant/components/aemet/translations/de.json +1 -1
- homeassistant/components/ai_task/__init__.py +34 -2
- homeassistant/components/ai_task/const.py +6 -0
- homeassistant/components/ai_task/entity.py +7 -4
- homeassistant/components/ai_task/manifest.json +2 -1
- homeassistant/components/ai_task/services.yaml +17 -3
- homeassistant/components/ai_task/strings.json +8 -0
- homeassistant/components/ai_task/task.py +100 -6
- homeassistant/components/ai_task/translations/bg.json +11 -1
- homeassistant/components/ai_task/translations/cs.json +8 -0
- homeassistant/components/ai_task/translations/de.json +8 -0
- homeassistant/components/ai_task/translations/el.json +8 -0
- homeassistant/components/ai_task/translations/en-GB.json +30 -0
- homeassistant/components/ai_task/translations/en.json +8 -0
- homeassistant/components/ai_task/translations/es.json +8 -0
- homeassistant/components/ai_task/translations/et.json +8 -0
- homeassistant/components/ai_task/translations/fr.json +7 -0
- homeassistant/components/ai_task/translations/ga.json +8 -0
- homeassistant/components/ai_task/translations/ja.json +8 -0
- homeassistant/components/ai_task/translations/lt.json +8 -0
- homeassistant/components/ai_task/translations/nl.json +3 -0
- homeassistant/components/ai_task/translations/pt.json +8 -0
- homeassistant/components/ai_task/translations/ru.json +7 -0
- homeassistant/components/ai_task/translations/sk.json +8 -0
- homeassistant/components/ai_task/translations/zh-Hans.json +8 -0
- homeassistant/components/ai_task/translations/zh-Hant.json +8 -0
- homeassistant/components/airgradient/manifest.json +1 -0
- homeassistant/components/airgradient/quality_scale.yaml +14 -18
- homeassistant/components/airgradient/translations/ga.json +74 -0
- homeassistant/components/airly/translations/de.json +1 -1
- homeassistant/components/airnow/__init__.py +0 -8
- homeassistant/components/airnow/config_flow.py +2 -2
- homeassistant/components/airnow/translations/de.json +1 -1
- homeassistant/components/airos/__init__.py +42 -0
- homeassistant/components/airos/config_flow.py +82 -0
- homeassistant/components/airos/const.py +9 -0
- homeassistant/components/airos/coordinator.py +66 -0
- homeassistant/components/airos/entity.py +36 -0
- homeassistant/components/airos/manifest.json +10 -0
- homeassistant/components/airos/quality_scale.yaml +72 -0
- homeassistant/components/airos/sensor.py +152 -0
- homeassistant/components/airos/strings.json +87 -0
- homeassistant/components/airos/translations/bg.json +75 -0
- homeassistant/components/airos/translations/cs.json +87 -0
- homeassistant/components/airos/translations/de.json +87 -0
- homeassistant/components/airos/translations/en.json +87 -0
- homeassistant/components/airos/translations/es.json +87 -0
- homeassistant/components/airos/translations/et.json +87 -0
- homeassistant/components/airos/translations/ga.json +70 -0
- homeassistant/components/airos/translations/zh-Hans.json +87 -0
- homeassistant/components/airos/translations/zh-Hant.json +87 -0
- homeassistant/components/airq/const.py +0 -1
- homeassistant/components/airq/icons.json +0 -3
- homeassistant/components/airq/sensor.py +3 -5
- homeassistant/components/airq/strings.json +0 -3
- homeassistant/components/airq/translations/bg.json +0 -3
- homeassistant/components/airq/translations/ca.json +0 -3
- homeassistant/components/airq/translations/cs.json +0 -3
- homeassistant/components/airq/translations/de.json +0 -3
- homeassistant/components/airq/translations/el.json +0 -3
- homeassistant/components/airq/translations/en-GB.json +1 -4
- homeassistant/components/airq/translations/en.json +0 -3
- homeassistant/components/airq/translations/es.json +0 -3
- homeassistant/components/airq/translations/et.json +0 -3
- homeassistant/components/airq/translations/fi.json +0 -3
- homeassistant/components/airq/translations/fr.json +0 -3
- homeassistant/components/airq/translations/ga.json +16 -0
- homeassistant/components/airq/translations/hu.json +0 -3
- homeassistant/components/airq/translations/id.json +0 -3
- homeassistant/components/airq/translations/it.json +0 -3
- homeassistant/components/airq/translations/ja.json +0 -3
- homeassistant/components/airq/translations/ko.json +0 -3
- homeassistant/components/airq/translations/lt.json +0 -3
- homeassistant/components/airq/translations/nl.json +0 -3
- homeassistant/components/airq/translations/pl.json +0 -3
- homeassistant/components/airq/translations/pt-BR.json +0 -3
- homeassistant/components/airq/translations/pt.json +0 -3
- homeassistant/components/airq/translations/ro.json +0 -3
- homeassistant/components/airq/translations/ru.json +0 -3
- homeassistant/components/airq/translations/sk.json +0 -3
- homeassistant/components/airq/translations/sv.json +0 -3
- homeassistant/components/airq/translations/tr.json +0 -3
- homeassistant/components/airq/translations/uk.json +0 -3
- homeassistant/components/airq/translations/zh-Hans.json +0 -3
- homeassistant/components/airq/translations/zh-Hant.json +0 -3
- homeassistant/components/airthings/config_flow.py +2 -3
- homeassistant/components/airthings/sensor.py +2 -2
- homeassistant/components/airthings_ble/translations/en-GB.json +2 -2
- homeassistant/components/airzone_cloud/manifest.json +1 -1
- homeassistant/components/airzone_cloud/translations/ga.json +8 -0
- homeassistant/components/alarm_control_panel/translations/en-GB.json +1 -1
- homeassistant/components/alarm_control_panel/translations/ga.json +6 -0
- homeassistant/components/alarmdecoder/translations/he.json +5 -0
- homeassistant/components/alexa_devices/__init__.py +15 -6
- homeassistant/components/alexa_devices/config_flow.py +75 -9
- homeassistant/components/alexa_devices/coordinator.py +22 -5
- homeassistant/components/alexa_devices/icons.json +8 -0
- homeassistant/components/alexa_devices/manifest.json +2 -2
- homeassistant/components/alexa_devices/quality_scale.yaml +14 -16
- homeassistant/components/alexa_devices/services.py +121 -0
- homeassistant/components/alexa_devices/services.yaml +504 -0
- homeassistant/components/alexa_devices/strings.json +536 -3
- homeassistant/components/alexa_devices/translations/bg.json +11 -0
- homeassistant/components/alexa_devices/translations/ca.json +6 -0
- homeassistant/components/alexa_devices/translations/cs.json +14 -2
- homeassistant/components/alexa_devices/translations/de.json +62 -3
- homeassistant/components/alexa_devices/translations/el.json +15 -3
- homeassistant/components/alexa_devices/translations/en-GB.json +95 -0
- homeassistant/components/alexa_devices/translations/en.json +536 -3
- homeassistant/components/alexa_devices/translations/es.json +14 -2
- homeassistant/components/alexa_devices/translations/et.json +14 -2
- homeassistant/components/alexa_devices/translations/ga.json +398 -2
- homeassistant/components/alexa_devices/translations/he.json +6 -0
- homeassistant/components/alexa_devices/translations/hu.json +0 -8
- homeassistant/components/alexa_devices/translations/it.json +0 -8
- homeassistant/components/alexa_devices/translations/ja.json +14 -2
- homeassistant/components/alexa_devices/translations/lt.json +14 -2
- homeassistant/components/alexa_devices/translations/mk.json +5 -1
- homeassistant/components/alexa_devices/translations/nl.json +6 -8
- homeassistant/components/alexa_devices/translations/pt.json +14 -2
- homeassistant/components/alexa_devices/translations/ru.json +20 -0
- homeassistant/components/alexa_devices/translations/sk.json +14 -2
- homeassistant/components/alexa_devices/translations/sv.json +11 -8
- homeassistant/components/alexa_devices/translations/zh-Hans.json +14 -2
- homeassistant/components/alexa_devices/translations/zh-Hant.json +14 -2
- homeassistant/components/alexa_devices/utils.py +2 -2
- homeassistant/components/altruist/translations/en-GB.json +51 -0
- homeassistant/components/amberelectric/__init__.py +12 -1
- homeassistant/components/amberelectric/const.py +11 -1
- homeassistant/components/amberelectric/coordinator.py +2 -23
- homeassistant/components/amberelectric/helpers.py +25 -0
- homeassistant/components/amberelectric/icons.json +5 -0
- homeassistant/components/amberelectric/sensor.py +2 -6
- homeassistant/components/amberelectric/services.py +121 -0
- homeassistant/components/amberelectric/services.yaml +16 -0
- homeassistant/components/amberelectric/strings.json +46 -10
- homeassistant/components/amberelectric/translations/cs.json +36 -0
- homeassistant/components/amberelectric/translations/de.json +37 -1
- homeassistant/components/amberelectric/translations/el.json +36 -0
- homeassistant/components/amberelectric/translations/en-GB.json +36 -0
- homeassistant/components/amberelectric/translations/en.json +36 -0
- homeassistant/components/amberelectric/translations/es.json +38 -1
- homeassistant/components/amberelectric/translations/et.json +36 -0
- homeassistant/components/amberelectric/translations/ga.json +36 -0
- homeassistant/components/amberelectric/translations/lt.json +36 -0
- homeassistant/components/amberelectric/translations/mk.json +19 -1
- homeassistant/components/amberelectric/translations/nb.json +14 -0
- homeassistant/components/amberelectric/translations/sk.json +36 -0
- homeassistant/components/amberelectric/translations/zh-Hans.json +36 -0
- homeassistant/components/amberelectric/translations/zh-Hant.json +36 -0
- homeassistant/components/amcrest/manifest.json +1 -1
- homeassistant/components/analytics/__init__.py +3 -0
- homeassistant/components/analytics/analytics.py +87 -2
- homeassistant/components/analytics/http.py +27 -0
- homeassistant/components/analytics/manifest.json +1 -1
- homeassistant/components/analytics_insights/__init__.py +0 -8
- homeassistant/components/analytics_insights/config_flow.py +6 -2
- homeassistant/components/androidtv/media_player.py +1 -1
- homeassistant/components/androidtv/translations/en-GB.json +4 -4
- homeassistant/components/androidtv/translations/ga.json +5 -0
- homeassistant/components/androidtv_remote/__init__.py +6 -21
- homeassistant/components/androidtv_remote/config_flow.py +35 -18
- homeassistant/components/androidtv_remote/diagnostics.py +1 -1
- homeassistant/components/androidtv_remote/entity.py +4 -2
- homeassistant/components/androidtv_remote/helpers.py +4 -2
- homeassistant/components/androidtv_remote/manifest.json +1 -1
- homeassistant/components/androidtv_remote/media_player.py +10 -10
- homeassistant/components/androidtv_remote/remote.py +3 -2
- homeassistant/components/androidtv_remote/strings.json +26 -3
- homeassistant/components/androidtv_remote/translations/bg.json +7 -1
- homeassistant/components/androidtv_remote/translations/ca.json +7 -1
- homeassistant/components/androidtv_remote/translations/cs.json +25 -2
- homeassistant/components/androidtv_remote/translations/de.json +25 -2
- homeassistant/components/androidtv_remote/translations/el.json +25 -2
- homeassistant/components/androidtv_remote/translations/en-GB.json +25 -2
- homeassistant/components/androidtv_remote/translations/en.json +25 -2
- homeassistant/components/androidtv_remote/translations/es.json +25 -2
- homeassistant/components/androidtv_remote/translations/et.json +25 -2
- homeassistant/components/androidtv_remote/translations/ga.json +43 -1
- homeassistant/components/androidtv_remote/translations/he.json +25 -2
- homeassistant/components/androidtv_remote/translations/ja.json +19 -1
- homeassistant/components/androidtv_remote/translations/lt.json +25 -2
- homeassistant/components/androidtv_remote/translations/nl.json +7 -1
- homeassistant/components/androidtv_remote/translations/pt.json +25 -2
- homeassistant/components/androidtv_remote/translations/sk.json +25 -2
- homeassistant/components/androidtv_remote/translations/sv.json +7 -1
- homeassistant/components/androidtv_remote/translations/zh-Hans.json +25 -2
- homeassistant/components/androidtv_remote/translations/zh-Hant.json +25 -2
- homeassistant/components/anova/translations/ga.json +23 -0
- homeassistant/components/anthemav/strings.json +1 -1
- homeassistant/components/anthemav/translations/de.json +1 -1
- homeassistant/components/anthemav/translations/el.json +1 -1
- homeassistant/components/anthemav/translations/en-GB.json +1 -1
- homeassistant/components/anthemav/translations/en.json +1 -1
- homeassistant/components/anthemav/translations/fr.json +1 -2
- homeassistant/components/anthemav/translations/hu.json +1 -2
- homeassistant/components/anthemav/translations/id.json +1 -2
- homeassistant/components/anthemav/translations/ja.json +1 -2
- homeassistant/components/anthemav/translations/lt.json +1 -2
- homeassistant/components/anthemav/translations/pt.json +1 -2
- homeassistant/components/anthemav/translations/ru.json +1 -2
- homeassistant/components/anthemav/translations/sv.json +1 -2
- homeassistant/components/anthemav/translations/tr.json +1 -2
- homeassistant/components/anthropic/__init__.py +9 -0
- homeassistant/components/anthropic/const.py +2 -2
- homeassistant/components/anthropic/conversation.py +9 -405
- homeassistant/components/anthropic/entity.py +395 -0
- homeassistant/components/anthropic/strings.json +1 -1
- homeassistant/components/anthropic/translations/el.json +1 -0
- homeassistant/components/anthropic/translations/en-GB.json +37 -0
- homeassistant/components/anthropic/translations/es.json +1 -0
- homeassistant/components/anthropic/translations/ga.json +1 -0
- homeassistant/components/anthropic/translations/he.json +3 -1
- homeassistant/components/anthropic/translations/ru.json +3 -0
- homeassistant/components/apcupsd/translations/es.json +3 -3
- homeassistant/components/apple_tv/manifest.json +1 -1
- homeassistant/components/apple_tv/media_player.py +2 -2
- homeassistant/components/aprilaire/translations/ga.json +62 -0
- homeassistant/components/apsystems/translations/ga.json +34 -0
- homeassistant/components/aquacell/translations/ga.json +15 -1
- homeassistant/components/arcam_fmj/manifest.json +1 -1
- homeassistant/components/assist_pipeline/__init__.py +0 -4
- homeassistant/components/assist_pipeline/const.py +0 -1
- homeassistant/components/assist_pipeline/pipeline.py +1 -46
- homeassistant/components/assist_satellite/__init__.py +4 -4
- homeassistant/components/assist_satellite/services.yaml +4 -3
- homeassistant/components/assist_satellite/translations/en-GB.json +40 -2
- homeassistant/components/assist_satellite/translations/he.json +38 -0
- homeassistant/components/august/manifest.json +1 -1
- homeassistant/components/august/translations/de.json +1 -1
- homeassistant/components/august/translations/ga.json +9 -0
- homeassistant/components/auth/translations/ga.json +9 -0
- homeassistant/components/automation/translations/ga.json +27 -0
- homeassistant/components/automation/translations/ru.json +6 -6
- homeassistant/components/awair/const.py +1 -0
- homeassistant/components/awair/sensor.py +10 -0
- homeassistant/components/awair/strings.json +3 -0
- homeassistant/components/awair/translations/cs.json +3 -0
- homeassistant/components/awair/translations/de.json +3 -0
- homeassistant/components/awair/translations/el.json +3 -0
- homeassistant/components/awair/translations/en-GB.json +3 -0
- homeassistant/components/awair/translations/en.json +3 -0
- homeassistant/components/awair/translations/es.json +3 -0
- homeassistant/components/awair/translations/et.json +3 -0
- homeassistant/components/awair/translations/ga.json +9 -1
- homeassistant/components/awair/translations/ja.json +3 -0
- homeassistant/components/awair/translations/lt.json +3 -0
- homeassistant/components/awair/translations/mk.json +3 -0
- homeassistant/components/awair/translations/nl.json +3 -0
- homeassistant/components/awair/translations/pt.json +3 -0
- homeassistant/components/awair/translations/ru.json +3 -0
- homeassistant/components/awair/translations/sk.json +3 -0
- homeassistant/components/awair/translations/zh-Hans.json +3 -0
- homeassistant/components/awair/translations/zh-Hant.json +3 -0
- homeassistant/components/axis/__init__.py +3 -1
- homeassistant/components/azure_data_explorer/translations/ga.json +23 -0
- homeassistant/components/azure_devops/translations/ga.json +27 -0
- homeassistant/components/backup/__init__.py +18 -34
- homeassistant/components/backup/coordinator.py +2 -6
- homeassistant/components/backup/manager.py +30 -7
- homeassistant/components/backup/onboarding.py +8 -3
- homeassistant/components/backup/services.py +36 -0
- homeassistant/components/backup/translations/es.json +2 -2
- homeassistant/components/backup/websocket.py +25 -1
- homeassistant/components/baf/translations/en-GB.json +1 -1
- homeassistant/components/bang_olufsen/strings.json +4 -4
- homeassistant/components/bang_olufsen/translations/ca.json +0 -4
- homeassistant/components/bang_olufsen/translations/el.json +4 -2
- homeassistant/components/bang_olufsen/translations/en.json +4 -4
- homeassistant/components/bang_olufsen/translations/fr.json +6 -0
- homeassistant/components/bang_olufsen/translations/ga.json +0 -4
- homeassistant/components/bang_olufsen/translations/hu.json +0 -4
- homeassistant/components/bang_olufsen/translations/ja.json +0 -4
- homeassistant/components/bang_olufsen/translations/lt.json +0 -4
- homeassistant/components/bang_olufsen/translations/nl.json +0 -4
- homeassistant/components/bang_olufsen/translations/pt-BR.json +0 -4
- homeassistant/components/bang_olufsen/translations/pt.json +0 -4
- homeassistant/components/bang_olufsen/translations/sv.json +0 -4
- homeassistant/components/bang_olufsen/translations/tr.json +0 -4
- homeassistant/components/bauknecht/__init__.py +1 -0
- homeassistant/components/bauknecht/manifest.json +6 -0
- homeassistant/components/binary_sensor/translations/ga.json +7 -0
- homeassistant/components/blink/translations/ga.json +11 -0
- homeassistant/components/blue_current/__init__.py +33 -14
- homeassistant/components/blue_current/const.py +11 -0
- homeassistant/components/blue_current/icons.json +11 -0
- homeassistant/components/blue_current/manifest.json +1 -1
- homeassistant/components/blue_current/strings.json +11 -0
- homeassistant/components/blue_current/switch.py +169 -0
- homeassistant/components/blue_current/translations/cs.json +11 -0
- homeassistant/components/blue_current/translations/de.json +11 -0
- homeassistant/components/blue_current/translations/el.json +8 -0
- homeassistant/components/blue_current/translations/en-GB.json +11 -0
- homeassistant/components/blue_current/translations/en.json +11 -0
- homeassistant/components/blue_current/translations/es.json +11 -0
- homeassistant/components/blue_current/translations/et.json +11 -0
- homeassistant/components/blue_current/translations/fi.json +11 -0
- homeassistant/components/blue_current/translations/ga.json +11 -0
- homeassistant/components/blue_current/translations/sk.json +11 -0
- homeassistant/components/blue_current/translations/zh-Hans.json +11 -0
- homeassistant/components/blue_current/translations/zh-Hant.json +11 -0
- homeassistant/components/bluesound/manifest.json +1 -1
- homeassistant/components/bluetooth/manifest.json +5 -5
- homeassistant/components/bmw_connected_drive/translations/es.json +1 -1
- homeassistant/components/bmw_connected_drive/translations/ga.json +28 -1
- homeassistant/components/bosch_alarm/__init__.py +2 -2
- homeassistant/components/bosch_alarm/services.py +3 -2
- homeassistant/components/bosch_shc/translations/en-GB.json +1 -1
- homeassistant/components/bring/__init__.py +13 -0
- homeassistant/components/bring/const.py +4 -1
- homeassistant/components/bring/icons.json +3 -0
- homeassistant/components/bring/services.py +110 -0
- homeassistant/components/bring/services.yaml +25 -0
- homeassistant/components/bring/strings.json +27 -0
- homeassistant/components/bring/translations/bg.json +11 -0
- homeassistant/components/bring/translations/ca.json +12 -0
- homeassistant/components/bring/translations/cs.json +26 -0
- homeassistant/components/bring/translations/de.json +26 -0
- homeassistant/components/bring/translations/el.json +26 -0
- homeassistant/components/bring/translations/en-GB.json +26 -0
- homeassistant/components/bring/translations/en.json +26 -0
- homeassistant/components/bring/translations/es.json +26 -0
- homeassistant/components/bring/translations/et.json +26 -0
- homeassistant/components/bring/translations/ga.json +30 -1
- homeassistant/components/bring/translations/it.json +3 -0
- homeassistant/components/bring/translations/lt.json +26 -0
- homeassistant/components/bring/translations/mk.json +14 -0
- homeassistant/components/bring/translations/pt.json +26 -0
- homeassistant/components/bring/translations/sk.json +26 -0
- homeassistant/components/bring/translations/zh-Hans.json +26 -0
- homeassistant/components/bring/translations/zh-Hant.json +26 -0
- homeassistant/components/broadlink/const.py +1 -0
- homeassistant/components/broadlink/sensor.py +19 -0
- homeassistant/components/broadlink/updater.py +11 -0
- homeassistant/components/brother/manifest.json +1 -1
- homeassistant/components/brother/translations/ga.json +3 -0
- homeassistant/components/bsblan/config_flow.py +130 -14
- homeassistant/components/bsblan/manifest.json +7 -1
- homeassistant/components/bsblan/sensor.py +2 -0
- homeassistant/components/bsblan/strings.json +19 -1
- homeassistant/components/bsblan/translations/bg.json +6 -0
- homeassistant/components/bsblan/translations/ca.json +7 -0
- homeassistant/components/bsblan/translations/cs.json +19 -1
- homeassistant/components/bsblan/translations/de.json +19 -1
- homeassistant/components/bsblan/translations/el.json +19 -1
- homeassistant/components/bsblan/translations/en-GB.json +19 -1
- homeassistant/components/bsblan/translations/en.json +19 -1
- homeassistant/components/bsblan/translations/es.json +19 -1
- homeassistant/components/bsblan/translations/et.json +19 -1
- homeassistant/components/bsblan/translations/ga.json +21 -0
- homeassistant/components/bsblan/translations/he.json +6 -0
- homeassistant/components/bsblan/translations/lt.json +19 -1
- homeassistant/components/bsblan/translations/nl.json +7 -0
- homeassistant/components/bsblan/translations/pt.json +19 -1
- homeassistant/components/bsblan/translations/sk.json +19 -1
- homeassistant/components/bsblan/translations/sv.json +19 -1
- homeassistant/components/bsblan/translations/zh-Hans.json +19 -1
- homeassistant/components/bsblan/translations/zh-Hant.json +19 -1
- homeassistant/components/bthome/coordinator.py +1 -1
- homeassistant/components/bthome/device_trigger.py +1 -1
- homeassistant/components/cambridge_audio/media_player.py +1 -1
- homeassistant/components/climate/translations/en-GB.json +3 -0
- homeassistant/components/climate/translations/ga.json +10 -0
- homeassistant/components/cloud/backup.py +6 -15
- homeassistant/components/cloud/client.py +2 -1
- homeassistant/components/cloud/http_api.py +1 -1
- homeassistant/components/cloud/manifest.json +1 -1
- homeassistant/components/cloud/repairs.py +3 -3
- homeassistant/components/cloud/strings.json +4 -0
- homeassistant/components/cloud/subscription.py +5 -12
- homeassistant/components/cloud/translations/cs.json +4 -0
- homeassistant/components/cloud/translations/de.json +4 -0
- homeassistant/components/cloud/translations/el.json +4 -0
- homeassistant/components/cloud/translations/en-GB.json +5 -1
- homeassistant/components/cloud/translations/en.json +4 -0
- homeassistant/components/cloud/translations/es.json +4 -0
- homeassistant/components/cloud/translations/et.json +4 -0
- homeassistant/components/cloud/translations/fr.json +4 -0
- homeassistant/components/cloud/translations/ga.json +4 -0
- homeassistant/components/cloud/translations/ru.json +4 -0
- homeassistant/components/cloud/translations/sk.json +4 -0
- homeassistant/components/cloud/translations/zh-Hans.json +4 -0
- homeassistant/components/cloud/translations/zh-Hant.json +4 -0
- homeassistant/components/cloud/tts.py +31 -4
- homeassistant/components/comelit/translations/en-GB.json +1 -1
- homeassistant/components/command_line/sensor.py +1 -12
- homeassistant/components/compensation/__init__.py +17 -7
- homeassistant/components/compensation/manifest.json +1 -1
- homeassistant/components/compensation/sensor.py +55 -27
- homeassistant/components/control4/__init__.py +9 -15
- homeassistant/components/control4/config_flow.py +6 -2
- homeassistant/components/conversation/__init__.py +4 -11
- homeassistant/components/conversation/agent_manager.py +2 -7
- homeassistant/components/conversation/chat_log.py +18 -0
- homeassistant/components/conversation/const.py +0 -1
- homeassistant/components/conversation/util.py +47 -0
- homeassistant/components/coolmaster/__init__.py +13 -1
- homeassistant/components/cover/translations/da.json +2 -1
- homeassistant/components/cover/translations/ga.json +10 -0
- homeassistant/components/daikin/translations/ga.json +9 -0
- homeassistant/components/datadog/__init__.py +64 -34
- homeassistant/components/datadog/config_flow.py +203 -0
- homeassistant/components/datadog/const.py +10 -0
- homeassistant/components/datadog/manifest.json +2 -1
- homeassistant/components/datadog/strings.json +56 -0
- homeassistant/components/datadog/translations/bg.json +28 -0
- homeassistant/components/datadog/translations/cs.json +56 -0
- homeassistant/components/datadog/translations/de.json +56 -0
- homeassistant/components/datadog/translations/el.json +56 -0
- homeassistant/components/datadog/translations/en-GB.json +56 -0
- homeassistant/components/datadog/translations/en.json +56 -0
- homeassistant/components/datadog/translations/es.json +56 -0
- homeassistant/components/datadog/translations/et.json +56 -0
- homeassistant/components/datadog/translations/ga.json +40 -0
- homeassistant/components/datadog/translations/he.json +28 -0
- homeassistant/components/datadog/translations/mk.json +14 -0
- homeassistant/components/datadog/translations/nl.json +28 -0
- homeassistant/components/datadog/translations/ru.json +56 -0
- homeassistant/components/datadog/translations/sk.json +56 -0
- homeassistant/components/datadog/translations/zh-Hans.json +56 -0
- homeassistant/components/datadog/translations/zh-Hant.json +56 -0
- homeassistant/components/demo/vacuum.py +6 -19
- homeassistant/components/denonavr/__init__.py +0 -9
- homeassistant/components/denonavr/config_flow.py +6 -2
- homeassistant/components/derivative/__init__.py +58 -6
- homeassistant/components/derivative/config_flow.py +4 -0
- homeassistant/components/derivative/sensor.py +83 -45
- homeassistant/components/derivative/strings.json +5 -0
- homeassistant/components/derivative/translations/ca.json +5 -0
- homeassistant/components/derivative/translations/cs.json +5 -0
- homeassistant/components/derivative/translations/de.json +5 -0
- homeassistant/components/derivative/translations/el.json +5 -0
- homeassistant/components/derivative/translations/en-GB.json +9 -0
- homeassistant/components/derivative/translations/en.json +5 -0
- homeassistant/components/derivative/translations/es.json +5 -0
- homeassistant/components/derivative/translations/et.json +5 -0
- homeassistant/components/derivative/translations/fr.json +5 -0
- homeassistant/components/derivative/translations/ga.json +7 -0
- homeassistant/components/derivative/translations/ja.json +5 -0
- homeassistant/components/derivative/translations/lt.json +5 -0
- homeassistant/components/derivative/translations/nl.json +5 -0
- homeassistant/components/derivative/translations/pt.json +5 -0
- homeassistant/components/derivative/translations/sk.json +5 -0
- homeassistant/components/derivative/translations/sv.json +5 -0
- homeassistant/components/derivative/translations/zh-Hans.json +5 -0
- homeassistant/components/derivative/translations/zh-Hant.json +5 -0
- homeassistant/components/device_tracker/translations/ga.json +7 -0
- homeassistant/components/devolo_home_control/config_flow.py +49 -60
- homeassistant/components/devolo_home_control/entity.py +28 -3
- homeassistant/components/devolo_home_control/strings.json +1 -1
- homeassistant/components/devolo_home_control/translations/en-GB.json +21 -0
- homeassistant/components/devolo_home_control/translations/en.json +1 -1
- homeassistant/components/devolo_home_control/translations/fi.json +5 -0
- homeassistant/components/devolo_home_control/translations/ga.json +0 -3
- homeassistant/components/devolo_home_control/translations/hu.json +0 -3
- homeassistant/components/devolo_home_control/translations/ja.json +0 -3
- homeassistant/components/devolo_home_control/translations/lt.json +0 -3
- homeassistant/components/devolo_home_control/translations/pt.json +0 -3
- homeassistant/components/devolo_home_control/translations/tr.json +0 -3
- homeassistant/components/devolo_home_network/coordinator.py +4 -3
- homeassistant/components/devolo_home_network/device_tracker.py +13 -22
- homeassistant/components/devolo_home_network/entity.py +1 -1
- homeassistant/components/devolo_home_network/manifest.json +1 -0
- homeassistant/components/devolo_home_network/quality_scale.yaml +84 -0
- homeassistant/components/devolo_home_network/sensor.py +6 -2
- homeassistant/components/devolo_home_network/strings.json +4 -4
- homeassistant/components/devolo_home_network/translations/bg.json +0 -3
- homeassistant/components/devolo_home_network/translations/cs.json +4 -1
- homeassistant/components/devolo_home_network/translations/de.json +1 -1
- homeassistant/components/devolo_home_network/translations/el.json +7 -2
- homeassistant/components/devolo_home_network/translations/en-GB.json +1 -1
- homeassistant/components/devolo_home_network/translations/en.json +1 -1
- homeassistant/components/devolo_home_network/translations/es.json +4 -1
- homeassistant/components/devolo_home_network/translations/fi.json +0 -3
- homeassistant/components/devolo_home_network/translations/fr.json +0 -3
- homeassistant/components/devolo_home_network/translations/hu.json +0 -3
- homeassistant/components/devolo_home_network/translations/ja.json +0 -3
- homeassistant/components/devolo_home_network/translations/lt.json +0 -3
- homeassistant/components/devolo_home_network/translations/mk.json +9 -0
- homeassistant/components/devolo_home_network/translations/pl.json +5 -0
- homeassistant/components/devolo_home_network/translations/pt.json +0 -3
- homeassistant/components/devolo_home_network/translations/ru.json +0 -3
- homeassistant/components/devolo_home_network/translations/sk.json +4 -1
- homeassistant/components/devolo_home_network/translations/sv.json +0 -3
- homeassistant/components/devolo_home_network/translations/tr.json +0 -3
- homeassistant/components/diagnostics/__init__.py +14 -2
- homeassistant/components/discovergy/__init__.py +7 -2
- homeassistant/components/discovergy/coordinator.py +9 -2
- homeassistant/components/discovergy/manifest.json +1 -1
- homeassistant/components/discovergy/quality_scale.yaml +16 -9
- homeassistant/components/discovergy/strings.json +11 -0
- homeassistant/components/discovergy/translations/cs.json +11 -0
- homeassistant/components/discovergy/translations/de.json +11 -0
- homeassistant/components/discovergy/translations/el.json +11 -0
- homeassistant/components/discovergy/translations/en-GB.json +11 -0
- homeassistant/components/discovergy/translations/en.json +11 -0
- homeassistant/components/discovergy/translations/es.json +11 -0
- homeassistant/components/discovergy/translations/et.json +11 -0
- homeassistant/components/discovergy/translations/ga.json +11 -0
- homeassistant/components/discovergy/translations/lt.json +11 -0
- homeassistant/components/discovergy/translations/nb.json +11 -0
- homeassistant/components/discovergy/translations/sk.json +11 -0
- homeassistant/components/discovergy/translations/sv.json +8 -0
- homeassistant/components/discovergy/translations/zh-Hans.json +11 -0
- homeassistant/components/discovergy/translations/zh-Hant.json +11 -0
- homeassistant/components/dnsip/__init__.py +0 -6
- homeassistant/components/dnsip/config_flow.py +5 -2
- homeassistant/components/dnsip/strings.json +2 -1
- homeassistant/components/dnsip/translations/cs.json +2 -1
- homeassistant/components/dnsip/translations/de.json +2 -1
- homeassistant/components/dnsip/translations/el.json +2 -1
- homeassistant/components/dnsip/translations/en-GB.json +2 -1
- homeassistant/components/dnsip/translations/en.json +2 -1
- homeassistant/components/dnsip/translations/es.json +2 -1
- homeassistant/components/dnsip/translations/et.json +2 -1
- homeassistant/components/dnsip/translations/ga.json +42 -1
- homeassistant/components/dnsip/translations/he.json +2 -1
- homeassistant/components/dnsip/translations/ja.json +2 -1
- homeassistant/components/dnsip/translations/lt.json +2 -1
- homeassistant/components/dnsip/translations/pt.json +2 -1
- homeassistant/components/dnsip/translations/sk.json +2 -1
- homeassistant/components/dnsip/translations/sv.json +2 -1
- homeassistant/components/dnsip/translations/zh-Hans.json +2 -1
- homeassistant/components/dnsip/translations/zh-Hant.json +2 -1
- homeassistant/components/dominos/strings.json +2 -2
- homeassistant/components/dominos/translations/de.json +1 -1
- homeassistant/components/dominos/translations/el.json +2 -2
- homeassistant/components/dominos/translations/en-GB.json +2 -2
- homeassistant/components/dominos/translations/en.json +2 -2
- homeassistant/components/dominos/translations/es.json +1 -1
- homeassistant/components/dominos/translations/fi.json +0 -2
- homeassistant/components/dominos/translations/fr.json +0 -2
- homeassistant/components/dominos/translations/hu.json +0 -2
- homeassistant/components/dominos/translations/it.json +0 -2
- homeassistant/components/dominos/translations/ja.json +0 -2
- homeassistant/components/dominos/translations/ko.json +0 -2
- homeassistant/components/dominos/translations/lt.json +0 -2
- homeassistant/components/dominos/translations/pt.json +0 -2
- homeassistant/components/dominos/translations/ru.json +0 -2
- homeassistant/components/dominos/translations/sk.json +1 -1
- homeassistant/components/dominos/translations/sv.json +0 -2
- homeassistant/components/dominos/translations/tr.json +0 -2
- homeassistant/components/dominos/translations/zh-Hans.json +1 -1
- homeassistant/components/doods/manifest.json +1 -1
- homeassistant/components/dormakaba_dkey/translations/es.json +1 -1
- homeassistant/components/downloader/services.py +3 -5
- homeassistant/components/dsmr/strings.json +1 -1
- homeassistant/components/dsmr/translations/ca.json +1 -2
- homeassistant/components/dsmr/translations/en-GB.json +1 -1
- homeassistant/components/dsmr/translations/en.json +1 -1
- homeassistant/components/dsmr/translations/es-419.json +1 -2
- homeassistant/components/dsmr/translations/es.json +1 -1
- homeassistant/components/dsmr/translations/fi.json +1 -2
- homeassistant/components/dsmr/translations/fy.json +0 -7
- homeassistant/components/dsmr/translations/hu.json +1 -2
- homeassistant/components/dsmr/translations/id.json +1 -2
- homeassistant/components/dsmr/translations/it.json +1 -2
- homeassistant/components/dsmr/translations/ja.json +1 -2
- homeassistant/components/dsmr/translations/ka.json +1 -2
- homeassistant/components/dsmr/translations/ko.json +1 -2
- homeassistant/components/dsmr/translations/lb.json +1 -2
- homeassistant/components/dsmr/translations/lt.json +1 -2
- homeassistant/components/dsmr/translations/mk.json +7 -0
- homeassistant/components/dsmr/translations/nb.json +1 -2
- homeassistant/components/dsmr/translations/nl.json +1 -2
- homeassistant/components/dsmr/translations/pl.json +1 -2
- homeassistant/components/dsmr/translations/pt-BR.json +1 -2
- homeassistant/components/dsmr/translations/pt.json +1 -2
- homeassistant/components/dsmr/translations/ro.json +1 -2
- homeassistant/components/dsmr/translations/sv.json +1 -2
- homeassistant/components/dsmr/translations/tr.json +1 -2
- homeassistant/components/dsmr/translations/uk.json +1 -2
- homeassistant/components/dsmr_reader/strings.json +1 -1
- homeassistant/components/dsmr_reader/translations/de.json +1 -1
- homeassistant/components/dsmr_reader/translations/el.json +1 -1
- homeassistant/components/dsmr_reader/translations/en-GB.json +1 -1
- homeassistant/components/dsmr_reader/translations/en.json +1 -1
- homeassistant/components/dsmr_reader/translations/es.json +1 -1
- homeassistant/components/dsmr_reader/translations/ga.json +8 -0
- homeassistant/components/dsmr_reader/translations/hu.json +0 -1
- homeassistant/components/dsmr_reader/translations/ja.json +0 -1
- homeassistant/components/dsmr_reader/translations/lt.json +0 -1
- homeassistant/components/dsmr_reader/translations/nl.json +0 -1
- homeassistant/components/dsmr_reader/translations/pt.json +0 -1
- homeassistant/components/dsmr_reader/translations/sk.json +1 -1
- homeassistant/components/dsmr_reader/translations/sv.json +0 -1
- homeassistant/components/dsmr_reader/translations/tr.json +0 -1
- homeassistant/components/dwd_weather_warnings/strings.json +2 -2
- homeassistant/components/dynalite/__init__.py +2 -2
- homeassistant/components/dynalite/services.py +1 -1
- homeassistant/components/ecobee/translations/en-GB.json +1 -1
- homeassistant/components/ecobee/translations/ga.json +18 -0
- homeassistant/components/ecovacs/binary_sensor.py +49 -2
- homeassistant/components/ecovacs/sensor.py +48 -2
- homeassistant/components/ecovacs/translations/en-GB.json +1 -1
- homeassistant/components/ecovacs/translations/ga.json +23 -0
- homeassistant/components/ecovacs/vacuum.py +2 -30
- homeassistant/components/ecowitt/sensor.py +3 -0
- homeassistant/components/eheimdigital/config_flow.py +55 -1
- homeassistant/components/eheimdigital/manifest.json +2 -2
- homeassistant/components/eheimdigital/quality_scale.yaml +10 -8
- homeassistant/components/eheimdigital/strings.json +11 -1
- homeassistant/components/eheimdigital/translations/bg.json +7 -1
- homeassistant/components/eheimdigital/translations/ca.json +7 -1
- homeassistant/components/eheimdigital/translations/cs.json +11 -1
- homeassistant/components/eheimdigital/translations/de.json +11 -1
- homeassistant/components/eheimdigital/translations/el.json +11 -1
- homeassistant/components/eheimdigital/translations/en-GB.json +11 -1
- homeassistant/components/eheimdigital/translations/en.json +11 -1
- homeassistant/components/eheimdigital/translations/es.json +11 -1
- homeassistant/components/eheimdigital/translations/et.json +11 -1
- homeassistant/components/eheimdigital/translations/ga.json +8 -0
- homeassistant/components/eheimdigital/translations/he.json +7 -1
- homeassistant/components/eheimdigital/translations/ja.json +11 -1
- homeassistant/components/eheimdigital/translations/lt.json +11 -1
- homeassistant/components/eheimdigital/translations/nl.json +7 -1
- homeassistant/components/eheimdigital/translations/pt.json +11 -1
- homeassistant/components/eheimdigital/translations/ru.json +8 -0
- homeassistant/components/eheimdigital/translations/sk.json +11 -1
- homeassistant/components/eheimdigital/translations/sv.json +11 -1
- homeassistant/components/eheimdigital/translations/zh-Hans.json +11 -1
- homeassistant/components/eheimdigital/translations/zh-Hant.json +11 -1
- homeassistant/components/elevenlabs/__init__.py +2 -1
- homeassistant/components/elevenlabs/config_flow.py +9 -11
- homeassistant/components/elevenlabs/const.py +0 -2
- homeassistant/components/elevenlabs/manifest.json +1 -1
- homeassistant/components/elevenlabs/strings.json +2 -3
- homeassistant/components/elevenlabs/translations/bg.json +2 -1
- homeassistant/components/elevenlabs/translations/ca.json +2 -2
- homeassistant/components/elevenlabs/translations/cs.json +2 -3
- homeassistant/components/elevenlabs/translations/de.json +2 -3
- homeassistant/components/elevenlabs/translations/el.json +2 -3
- homeassistant/components/elevenlabs/translations/en-GB.json +2 -3
- homeassistant/components/elevenlabs/translations/en.json +2 -3
- homeassistant/components/elevenlabs/translations/es.json +2 -3
- homeassistant/components/elevenlabs/translations/et.json +2 -3
- homeassistant/components/elevenlabs/translations/fr.json +2 -3
- homeassistant/components/elevenlabs/translations/ga.json +0 -2
- homeassistant/components/elevenlabs/translations/he.json +2 -1
- homeassistant/components/elevenlabs/translations/hu.json +0 -2
- homeassistant/components/elevenlabs/translations/ja.json +0 -2
- homeassistant/components/elevenlabs/translations/lt.json +2 -3
- homeassistant/components/elevenlabs/translations/nl.json +2 -2
- homeassistant/components/elevenlabs/translations/pt.json +0 -2
- homeassistant/components/elevenlabs/translations/ru.json +0 -2
- homeassistant/components/elevenlabs/translations/sk.json +2 -3
- homeassistant/components/elevenlabs/translations/sv.json +0 -2
- homeassistant/components/elevenlabs/translations/tr.json +0 -2
- homeassistant/components/elevenlabs/translations/zh-Hans.json +2 -3
- homeassistant/components/elevenlabs/translations/zh-Hant.json +2 -3
- homeassistant/components/elevenlabs/tts.py +4 -11
- homeassistant/components/emoncms/__init__.py +0 -6
- homeassistant/components/emoncms/config_flow.py +72 -3
- homeassistant/components/emoncms/const.py +3 -0
- homeassistant/components/emoncms/strings.json +13 -2
- homeassistant/components/emoncms/translations/bg.json +2 -1
- homeassistant/components/emoncms/translations/ca.json +2 -1
- homeassistant/components/emoncms/translations/cs.json +12 -1
- homeassistant/components/emoncms/translations/de.json +12 -1
- homeassistant/components/emoncms/translations/el.json +14 -2
- homeassistant/components/emoncms/translations/en-GB.json +12 -1
- homeassistant/components/emoncms/translations/en.json +12 -1
- homeassistant/components/emoncms/translations/es.json +12 -1
- homeassistant/components/emoncms/translations/et.json +12 -1
- homeassistant/components/emoncms/translations/ga.json +13 -1
- homeassistant/components/emoncms/translations/he.json +3 -0
- homeassistant/components/emoncms/translations/it.json +9 -0
- homeassistant/components/emoncms/translations/ja.json +12 -1
- homeassistant/components/emoncms/translations/lt.json +12 -1
- homeassistant/components/emoncms/translations/nl.json +12 -0
- homeassistant/components/emoncms/translations/pt.json +12 -1
- homeassistant/components/emoncms/translations/sk.json +12 -1
- homeassistant/components/emoncms/translations/sv.json +9 -0
- homeassistant/components/emoncms/translations/zh-Hans.json +12 -1
- homeassistant/components/emoncms/translations/zh-Hant.json +12 -1
- homeassistant/components/energy/sensor.py +2 -7
- homeassistant/components/energy/validate.py +5 -14
- homeassistant/components/enigma2/translations/ga.json +16 -0
- homeassistant/components/enphase_envoy/__init__.py +0 -9
- homeassistant/components/enphase_envoy/binary_sensor.py +2 -0
- homeassistant/components/enphase_envoy/config_flow.py +2 -2
- homeassistant/components/enphase_envoy/coordinator.py +8 -0
- homeassistant/components/enphase_envoy/manifest.json +1 -1
- homeassistant/components/enphase_envoy/number.py +1 -0
- homeassistant/components/enphase_envoy/select.py +1 -0
- homeassistant/components/enphase_envoy/sensor.py +3 -0
- homeassistant/components/enphase_envoy/strings.json +1 -1
- homeassistant/components/enphase_envoy/switch.py +2 -0
- homeassistant/components/enphase_envoy/translations/en-GB.json +31 -1
- homeassistant/components/enphase_envoy/translations/ga.json +3 -1
- homeassistant/components/eq3btsmart/manifest.json +1 -1
- homeassistant/components/esphome/alarm_control_panel.py +28 -7
- homeassistant/components/esphome/button.py +1 -1
- homeassistant/components/esphome/climate.py +14 -6
- homeassistant/components/esphome/config_flow.py +29 -1
- homeassistant/components/esphome/cover.py +25 -7
- homeassistant/components/esphome/date.py +7 -1
- homeassistant/components/esphome/datetime.py +3 -1
- homeassistant/components/esphome/encryption_key_storage.py +94 -0
- homeassistant/components/esphome/entity.py +74 -8
- homeassistant/components/esphome/entry_data.py +44 -27
- homeassistant/components/esphome/fan.py +17 -5
- homeassistant/components/esphome/light.py +2 -2
- homeassistant/components/esphome/lock.py +9 -3
- homeassistant/components/esphome/manager.py +96 -4
- homeassistant/components/esphome/manifest.json +3 -3
- homeassistant/components/esphome/media_player.py +23 -5
- homeassistant/components/esphome/number.py +3 -1
- homeassistant/components/esphome/select.py +3 -1
- homeassistant/components/esphome/switch.py +6 -2
- homeassistant/components/esphome/text.py +3 -1
- homeassistant/components/esphome/time.py +7 -1
- homeassistant/components/esphome/translations/ga.json +3 -0
- homeassistant/components/esphome/update.py +10 -2
- homeassistant/components/esphome/valve.py +14 -4
- homeassistant/components/ezviz/__init__.py +0 -7
- homeassistant/components/ezviz/config_flow.py +6 -2
- homeassistant/components/ezviz/translations/en-GB.json +10 -0
- homeassistant/components/faa_delays/translations/en-GB.json +1 -1
- homeassistant/components/faa_delays/translations/es.json +1 -1
- homeassistant/components/feedreader/__init__.py +0 -9
- homeassistant/components/feedreader/config_flow.py +4 -5
- homeassistant/components/feedreader/translations/ga.json +21 -0
- homeassistant/components/file/__init__.py +0 -6
- homeassistant/components/file/config_flow.py +2 -2
- homeassistant/components/file/translations/ga.json +10 -0
- homeassistant/components/flipr/sensor.py +1 -1
- homeassistant/components/flo/translations/en-GB.json +1 -1
- homeassistant/components/folder_watcher/translations/de.json +1 -1
- homeassistant/components/folder_watcher/translations/ga.json +31 -0
- homeassistant/components/forecast_solar/__init__.py +0 -9
- homeassistant/components/forecast_solar/config_flow.py +2 -2
- homeassistant/components/fritz/__init__.py +0 -8
- homeassistant/components/fritz/config_flow.py +6 -2
- homeassistant/components/fritz/strings.json +1 -1
- homeassistant/components/fritz/translations/bg.json +0 -3
- homeassistant/components/fritz/translations/de.json +1 -1
- homeassistant/components/fritz/translations/el.json +1 -1
- homeassistant/components/fritz/translations/en-GB.json +2 -2
- homeassistant/components/fritz/translations/en.json +1 -1
- homeassistant/components/fritz/translations/et.json +1 -1
- homeassistant/components/fritz/translations/fi.json +5 -0
- homeassistant/components/fritz/translations/ga.json +0 -5
- homeassistant/components/fritz/translations/hu.json +0 -3
- homeassistant/components/fritz/translations/ja.json +0 -3
- homeassistant/components/fritz/translations/lt.json +0 -3
- homeassistant/components/fritz/translations/pt.json +0 -3
- homeassistant/components/fritz/translations/ru.json +0 -3
- homeassistant/components/fritz/translations/sv.json +0 -3
- homeassistant/components/fritz/translations/tr.json +0 -3
- homeassistant/components/fritzbox/translations/ga.json +12 -0
- homeassistant/components/fritzbox_callmonitor/__init__.py +0 -8
- homeassistant/components/fritzbox_callmonitor/config_flow.py +2 -2
- homeassistant/components/fritzbox_callmonitor/translations/en-GB.json +3 -3
- homeassistant/components/fronius/translations/en-GB.json +2 -2
- homeassistant/components/fronius/translations/ga.json +20 -1
- homeassistant/components/frontend/__init__.py +7 -0
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/fujitsu_fglair/climate.py +2 -0
- homeassistant/components/fully_kiosk/translations/ga.json +15 -0
- homeassistant/components/garages_amsterdam/manifest.json +1 -1
- homeassistant/components/gardena_bluetooth/__init__.py +2 -0
- homeassistant/components/gardena_bluetooth/number.py +6 -0
- homeassistant/components/gardena_bluetooth/translations/da.json +9 -0
- homeassistant/components/gardena_bluetooth/valve.py +6 -1
- homeassistant/components/generic/config_flow.py +5 -15
- homeassistant/components/generic/manifest.json +1 -1
- homeassistant/components/generic/translations/ga.json +1 -0
- homeassistant/components/generic_hygrostat/__init__.py +44 -6
- homeassistant/components/generic_hygrostat/config_flow.py +2 -0
- homeassistant/components/generic_hygrostat/humidifier.py +19 -18
- homeassistant/components/generic_hygrostat/translations/ga.json +23 -4
- homeassistant/components/generic_thermostat/__init__.py +44 -6
- homeassistant/components/generic_thermostat/climate.py +20 -19
- homeassistant/components/generic_thermostat/config_flow.py +2 -0
- homeassistant/components/generic_thermostat/translations/ga.json +41 -4
- homeassistant/components/geo_location/trigger.py +6 -3
- homeassistant/components/gios/const.py +2 -0
- homeassistant/components/gios/icons.json +3 -0
- homeassistant/components/gios/sensor.py +18 -0
- homeassistant/components/gios/strings.json +3 -0
- homeassistant/components/gios/translations/cs.json +3 -0
- homeassistant/components/gios/translations/de.json +3 -0
- homeassistant/components/gios/translations/el.json +3 -0
- homeassistant/components/gios/translations/en-GB.json +3 -0
- homeassistant/components/gios/translations/en.json +3 -0
- homeassistant/components/gios/translations/es.json +3 -0
- homeassistant/components/gios/translations/et.json +3 -0
- homeassistant/components/gios/translations/ga.json +7 -0
- homeassistant/components/gios/translations/lt.json +3 -0
- homeassistant/components/gios/translations/pl.json +3 -0
- homeassistant/components/gios/translations/pt.json +3 -0
- homeassistant/components/gios/translations/ru.json +3 -0
- homeassistant/components/gios/translations/sk.json +3 -0
- homeassistant/components/gios/translations/zh-Hans.json +3 -0
- homeassistant/components/gios/translations/zh-Hant.json +3 -0
- homeassistant/components/github/__init__.py +0 -6
- homeassistant/components/github/config_flow.py +2 -2
- homeassistant/components/go2rtc/__init__.py +0 -1
- homeassistant/components/goalzero/strings.json +1 -1
- homeassistant/components/goalzero/translations/ca.json +0 -3
- homeassistant/components/goalzero/translations/el.json +0 -3
- homeassistant/components/goalzero/translations/en-GB.json +1 -1
- homeassistant/components/goalzero/translations/en.json +1 -1
- homeassistant/components/goalzero/translations/es.json +1 -1
- homeassistant/components/goalzero/translations/fi.json +0 -3
- homeassistant/components/goalzero/translations/hu.json +0 -3
- homeassistant/components/goalzero/translations/id.json +0 -3
- homeassistant/components/goalzero/translations/it.json +0 -3
- homeassistant/components/goalzero/translations/ja.json +0 -3
- homeassistant/components/goalzero/translations/ko.json +0 -3
- homeassistant/components/goalzero/translations/lt.json +0 -3
- homeassistant/components/goalzero/translations/nb.json +0 -3
- homeassistant/components/goalzero/translations/nl.json +0 -3
- homeassistant/components/goalzero/translations/pl.json +0 -3
- homeassistant/components/goalzero/translations/pt-BR.json +0 -3
- homeassistant/components/goalzero/translations/pt.json +0 -3
- homeassistant/components/goalzero/translations/ro.json +0 -3
- homeassistant/components/goalzero/translations/ru.json +0 -3
- homeassistant/components/goalzero/translations/sk.json +1 -1
- homeassistant/components/goalzero/translations/sl.json +0 -3
- homeassistant/components/goalzero/translations/sv.json +0 -3
- homeassistant/components/goalzero/translations/tr.json +0 -3
- homeassistant/components/goalzero/translations/uk.json +0 -3
- homeassistant/components/goodwe/__init__.py +14 -2
- homeassistant/components/goodwe/config_flow.py +23 -13
- homeassistant/components/goodwe/manifest.json +1 -1
- homeassistant/components/goodwe/select.py +18 -11
- homeassistant/components/goodwe/translations/en-GB.json +1 -1
- homeassistant/components/google/calendar.py +4 -4
- homeassistant/components/google/manifest.json +1 -1
- homeassistant/components/google_assistant_sdk/application_credentials.py +12 -6
- homeassistant/components/google_assistant_sdk/helpers.py +2 -2
- homeassistant/components/google_assistant_sdk/manifest.json +1 -1
- homeassistant/components/google_assistant_sdk/strings.json +1 -1
- homeassistant/components/google_assistant_sdk/translations/en-GB.json +5 -0
- homeassistant/components/google_assistant_sdk/translations/es.json +1 -1
- homeassistant/components/google_cloud/const.py +10 -0
- homeassistant/components/google_cloud/stt.py +13 -3
- homeassistant/components/google_drive/translations/es.json +1 -1
- homeassistant/components/google_generative_ai_conversation/__init__.py +126 -64
- homeassistant/components/google_generative_ai_conversation/ai_task.py +81 -0
- homeassistant/components/google_generative_ai_conversation/config_flow.py +50 -4
- homeassistant/components/google_generative_ai_conversation/const.py +19 -3
- homeassistant/components/google_generative_ai_conversation/conversation.py +4 -21
- homeassistant/components/google_generative_ai_conversation/entity.py +102 -3
- homeassistant/components/google_generative_ai_conversation/strings.json +61 -1
- homeassistant/components/google_generative_ai_conversation/stt.py +259 -0
- homeassistant/components/google_generative_ai_conversation/translations/bg.json +38 -0
- homeassistant/components/google_generative_ai_conversation/translations/ca.json +29 -0
- homeassistant/components/google_generative_ai_conversation/translations/cs.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/de.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/el.json +61 -0
- homeassistant/components/google_generative_ai_conversation/translations/en-GB.json +129 -0
- homeassistant/components/google_generative_ai_conversation/translations/en.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/es.json +61 -0
- homeassistant/components/google_generative_ai_conversation/translations/et.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/fr.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +65 -0
- homeassistant/components/google_generative_ai_conversation/translations/he.json +34 -1
- homeassistant/components/google_generative_ai_conversation/translations/ja.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/lt.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/mk.json +21 -0
- homeassistant/components/google_generative_ai_conversation/translations/nl.json +29 -0
- homeassistant/components/google_generative_ai_conversation/translations/pt.json +28 -0
- homeassistant/components/google_generative_ai_conversation/translations/ru.json +49 -0
- homeassistant/components/google_generative_ai_conversation/translations/sk.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/sv.json +51 -0
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hans.json +60 -0
- homeassistant/components/google_generative_ai_conversation/translations/zh-Hant.json +60 -0
- homeassistant/components/google_generative_ai_conversation/tts.py +3 -0
- homeassistant/components/google_photos/translations/fr.json +2 -1
- homeassistant/components/google_travel_time/strings.json +1 -1
- homeassistant/components/google_travel_time/translations/de.json +2 -2
- homeassistant/components/google_travel_time/translations/el.json +2 -2
- homeassistant/components/google_travel_time/translations/en-GB.json +2 -2
- homeassistant/components/google_travel_time/translations/en.json +2 -2
- homeassistant/components/google_travel_time/translations/es.json +2 -2
- homeassistant/components/google_travel_time/translations/fr.json +1 -2
- homeassistant/components/google_travel_time/translations/hu.json +1 -2
- homeassistant/components/google_travel_time/translations/lt.json +1 -2
- homeassistant/components/google_travel_time/translations/pt.json +1 -2
- homeassistant/components/google_travel_time/translations/ru.json +1 -2
- homeassistant/components/google_travel_time/translations/sk.json +2 -2
- homeassistant/components/google_travel_time/translations/sv.json +1 -2
- homeassistant/components/group/config_flow.py +6 -6
- homeassistant/components/group/strings.json +18 -5
- homeassistant/components/group/translations/ca.json +4 -9
- homeassistant/components/group/translations/cs.json +18 -5
- homeassistant/components/group/translations/da.json +4 -9
- homeassistant/components/group/translations/de.json +18 -5
- homeassistant/components/group/translations/el.json +4 -9
- homeassistant/components/group/translations/en-GB.json +4 -9
- homeassistant/components/group/translations/en.json +18 -5
- homeassistant/components/group/translations/es.json +4 -9
- homeassistant/components/group/translations/et.json +4 -9
- homeassistant/components/group/translations/fi.json +4 -9
- homeassistant/components/group/translations/fr.json +4 -9
- homeassistant/components/group/translations/fy.json +0 -14
- homeassistant/components/group/translations/ga.json +34 -0
- homeassistant/components/group/translations/he.json +4 -9
- homeassistant/components/group/translations/hu.json +4 -9
- homeassistant/components/group/translations/id.json +4 -9
- homeassistant/components/group/translations/it.json +4 -9
- homeassistant/components/group/translations/ja.json +4 -9
- homeassistant/components/group/translations/ko.json +4 -9
- homeassistant/components/group/translations/lt.json +4 -9
- homeassistant/components/group/translations/lv.json +1 -2
- homeassistant/components/group/translations/nb.json +4 -9
- homeassistant/components/group/translations/nl.json +3 -7
- homeassistant/components/group/translations/pl.json +4 -9
- homeassistant/components/group/translations/pt-BR.json +4 -9
- homeassistant/components/group/translations/pt.json +4 -9
- homeassistant/components/group/translations/ro.json +4 -9
- homeassistant/components/group/translations/ru.json +4 -9
- homeassistant/components/group/translations/sk.json +4 -9
- homeassistant/components/group/translations/sl.json +4 -9
- homeassistant/components/group/translations/sv.json +4 -9
- homeassistant/components/group/translations/tr.json +4 -9
- homeassistant/components/group/translations/uk.json +4 -9
- homeassistant/components/group/translations/vi.json +4 -9
- homeassistant/components/group/translations/zh-Hans.json +4 -9
- homeassistant/components/group/translations/zh-Hant.json +4 -9
- homeassistant/components/growatt_server/__init__.py +91 -8
- homeassistant/components/growatt_server/coordinator.py +210 -0
- homeassistant/components/growatt_server/models.py +17 -0
- homeassistant/components/growatt_server/sensor/__init__.py +56 -285
- homeassistant/components/growatt_server/translations/ga.json +27 -0
- homeassistant/components/guardian/__init__.py +2 -2
- homeassistant/components/guardian/services.py +3 -2
- homeassistant/components/habitica/button.py +22 -81
- homeassistant/components/habitica/config_flow.py +0 -2
- homeassistant/components/habitica/coordinator.py +8 -11
- homeassistant/components/habitica/entity.py +2 -2
- homeassistant/components/habitica/icons.json +0 -9
- homeassistant/components/habitica/manifest.json +1 -1
- homeassistant/components/habitica/sensor.py +9 -161
- homeassistant/components/habitica/strings.json +0 -13
- homeassistant/components/habitica/switch.py +7 -9
- homeassistant/components/habitica/translations/bg.json +1 -11
- homeassistant/components/habitica/translations/ca.json +0 -3
- homeassistant/components/habitica/translations/cs.json +0 -13
- homeassistant/components/habitica/translations/de.json +0 -13
- homeassistant/components/habitica/translations/el.json +0 -13
- homeassistant/components/habitica/translations/en-GB.json +0 -13
- homeassistant/components/habitica/translations/en.json +0 -13
- homeassistant/components/habitica/translations/es.json +0 -13
- homeassistant/components/habitica/translations/et.json +0 -13
- homeassistant/components/habitica/translations/ga.json +23 -10
- homeassistant/components/habitica/translations/he.json +1 -11
- homeassistant/components/habitica/translations/hu.json +0 -13
- homeassistant/components/habitica/translations/it.json +0 -12
- homeassistant/components/habitica/translations/ja.json +0 -13
- homeassistant/components/habitica/translations/lt.json +0 -13
- homeassistant/components/habitica/translations/nl.json +0 -10
- homeassistant/components/habitica/translations/pt-BR.json +0 -3
- homeassistant/components/habitica/translations/pt.json +0 -13
- homeassistant/components/habitica/translations/ru.json +0 -13
- homeassistant/components/habitica/translations/sk.json +0 -13
- homeassistant/components/habitica/translations/sv.json +0 -13
- homeassistant/components/habitica/translations/tr.json +0 -13
- homeassistant/components/habitica/translations/zh-Hans.json +0 -13
- homeassistant/components/habitica/translations/zh-Hant.json +0 -13
- homeassistant/components/habitica/util.py +14 -14
- homeassistant/components/harmony/translations/es.json +1 -1
- homeassistant/components/hassio/backup.py +2 -2
- homeassistant/components/hassio/ingress.py +8 -8
- homeassistant/components/hassio/strings.json +1 -1
- homeassistant/components/hassio/translations/bg.json +0 -3
- homeassistant/components/hassio/translations/ca.json +0 -3
- homeassistant/components/hassio/translations/da.json +0 -3
- homeassistant/components/hassio/translations/de.json +1 -1
- homeassistant/components/hassio/translations/el.json +1 -1
- homeassistant/components/hassio/translations/en-GB.json +2 -2
- homeassistant/components/hassio/translations/en.json +1 -1
- homeassistant/components/hassio/translations/es.json +2 -2
- homeassistant/components/hassio/translations/et.json +1 -1
- homeassistant/components/hassio/translations/fi.json +0 -3
- homeassistant/components/hassio/translations/fr.json +0 -3
- homeassistant/components/hassio/translations/fy.json +0 -3
- homeassistant/components/hassio/translations/ga.json +17 -0
- homeassistant/components/hassio/translations/he.json +1 -1
- homeassistant/components/hassio/translations/hu.json +0 -3
- homeassistant/components/hassio/translations/id.json +0 -3
- homeassistant/components/hassio/translations/it.json +0 -3
- homeassistant/components/hassio/translations/ja.json +0 -3
- homeassistant/components/hassio/translations/ko.json +0 -3
- homeassistant/components/hassio/translations/lt.json +0 -3
- homeassistant/components/hassio/translations/lv.json +0 -3
- homeassistant/components/hassio/translations/nl.json +0 -3
- homeassistant/components/hassio/translations/pl.json +0 -3
- homeassistant/components/hassio/translations/pt-BR.json +0 -3
- homeassistant/components/hassio/translations/pt.json +0 -3
- homeassistant/components/hassio/translations/ro.json +0 -3
- homeassistant/components/hassio/translations/ru.json +1 -1
- homeassistant/components/hassio/translations/sk.json +1 -1
- homeassistant/components/hassio/translations/sl.json +0 -3
- homeassistant/components/hassio/translations/sv.json +0 -3
- homeassistant/components/hassio/translations/tr.json +0 -3
- homeassistant/components/hassio/translations/uk.json +0 -3
- homeassistant/components/hassio/translations/vi.json +0 -3
- homeassistant/components/hassio/translations/zh-Hans.json +1 -1
- homeassistant/components/hassio/translations/zh-Hant.json +1 -1
- homeassistant/components/heos/__init__.py +2 -2
- homeassistant/components/heos/config_flow.py +51 -41
- homeassistant/components/heos/manifest.json +2 -1
- homeassistant/components/heos/services.py +3 -2
- homeassistant/components/heos/translations/en-GB.json +1 -1
- homeassistant/components/here_travel_time/__init__.py +30 -1
- homeassistant/components/here_travel_time/config_flow.py +16 -1
- homeassistant/components/here_travel_time/const.py +1 -0
- homeassistant/components/here_travel_time/coordinator.py +11 -1
- homeassistant/components/here_travel_time/model.py +2 -1
- homeassistant/components/here_travel_time/strings.json +5 -3
- homeassistant/components/here_travel_time/translations/ca.json +0 -5
- homeassistant/components/here_travel_time/translations/cs.json +4 -2
- homeassistant/components/here_travel_time/translations/de.json +4 -2
- homeassistant/components/here_travel_time/translations/el.json +4 -2
- homeassistant/components/here_travel_time/translations/en-GB.json +4 -2
- homeassistant/components/here_travel_time/translations/en.json +4 -2
- homeassistant/components/here_travel_time/translations/es.json +4 -2
- homeassistant/components/here_travel_time/translations/et.json +4 -2
- homeassistant/components/here_travel_time/translations/fi.json +0 -5
- homeassistant/components/here_travel_time/translations/fr.json +1 -3
- homeassistant/components/here_travel_time/translations/ga.json +11 -0
- homeassistant/components/here_travel_time/translations/hu.json +1 -3
- homeassistant/components/here_travel_time/translations/id.json +0 -5
- homeassistant/components/here_travel_time/translations/it.json +0 -5
- homeassistant/components/here_travel_time/translations/ja.json +1 -3
- homeassistant/components/here_travel_time/translations/ko.json +0 -5
- homeassistant/components/here_travel_time/translations/lt.json +1 -3
- homeassistant/components/here_travel_time/translations/mk.json +14 -0
- homeassistant/components/here_travel_time/translations/nb.json +0 -5
- homeassistant/components/here_travel_time/translations/nl.json +0 -5
- homeassistant/components/here_travel_time/translations/pl.json +0 -5
- homeassistant/components/here_travel_time/translations/pt-BR.json +0 -5
- homeassistant/components/here_travel_time/translations/pt.json +1 -3
- homeassistant/components/here_travel_time/translations/ro.json +0 -5
- homeassistant/components/here_travel_time/translations/ru.json +1 -3
- homeassistant/components/here_travel_time/translations/sk.json +4 -2
- homeassistant/components/here_travel_time/translations/sv.json +1 -3
- homeassistant/components/here_travel_time/translations/tr.json +1 -3
- homeassistant/components/here_travel_time/translations/uk.json +0 -5
- homeassistant/components/here_travel_time/translations/zh-Hans.json +4 -2
- homeassistant/components/here_travel_time/translations/zh-Hant.json +4 -2
- homeassistant/components/history_stats/__init__.py +43 -1
- homeassistant/components/history_stats/config_flow.py +135 -2
- homeassistant/components/history_stats/coordinator.py +7 -0
- homeassistant/components/history_stats/data.py +5 -1
- homeassistant/components/history_stats/helpers.py +9 -4
- homeassistant/components/history_stats/sensor.py +54 -8
- homeassistant/components/hive/translations/en-GB.json +1 -1
- homeassistant/components/holiday/__init__.py +0 -6
- homeassistant/components/holiday/config_flow.py +2 -2
- homeassistant/components/holiday/manifest.json +1 -1
- homeassistant/components/home_connect/__init__.py +2 -2
- homeassistant/components/home_connect/coordinator.py +22 -24
- homeassistant/components/home_connect/services.py +3 -2
- homeassistant/components/home_connect/strings.json +10 -21
- homeassistant/components/home_connect/translations/cs.json +0 -11
- homeassistant/components/home_connect/translations/de.json +3 -14
- homeassistant/components/home_connect/translations/el.json +14 -22
- homeassistant/components/home_connect/translations/en-GB.json +23 -34
- homeassistant/components/home_connect/translations/en.json +22 -33
- homeassistant/components/home_connect/translations/es.json +16 -27
- homeassistant/components/home_connect/translations/et.json +1 -12
- homeassistant/components/home_connect/translations/fy.json +0 -2
- homeassistant/components/home_connect/translations/ga.json +1 -21
- homeassistant/components/home_connect/translations/he.json +1 -6
- homeassistant/components/home_connect/translations/hu.json +1 -21
- homeassistant/components/home_connect/translations/it.json +0 -12
- homeassistant/components/home_connect/translations/ja.json +1 -11
- homeassistant/components/home_connect/translations/lt.json +1 -22
- homeassistant/components/home_connect/translations/mk.json +17 -0
- homeassistant/components/home_connect/translations/nl.json +1 -11
- homeassistant/components/home_connect/translations/pt-BR.json +1 -11
- homeassistant/components/home_connect/translations/pt.json +1 -22
- homeassistant/components/home_connect/translations/ru.json +0 -19
- homeassistant/components/home_connect/translations/sk.json +13 -24
- homeassistant/components/home_connect/translations/sv.json +1 -21
- homeassistant/components/home_connect/translations/tr.json +1 -11
- homeassistant/components/home_connect/translations/zh-Hans.json +16 -27
- homeassistant/components/home_connect/translations/zh-Hant.json +6 -17
- homeassistant/components/homeassistant/__init__.py +7 -2
- homeassistant/components/homeassistant/strings.json +3 -3
- homeassistant/components/homeassistant/translations/en-GB.json +6 -1
- homeassistant/components/homeassistant/translations/fr.json +3 -0
- homeassistant/components/homeassistant/translations/ga.json +4 -2
- homeassistant/components/homeassistant/triggers/time.py +20 -1
- homeassistant/components/homeassistant_hardware/translations/en-GB.json +14 -10
- homeassistant/components/homeassistant_hardware/translations/es.json +1 -1
- homeassistant/components/homeassistant_sky_connect/translations/en-GB.json +14 -10
- homeassistant/components/homeassistant_sky_connect/translations/es.json +2 -2
- homeassistant/components/homeassistant_yellow/translations/en-GB.json +13 -11
- homeassistant/components/homeassistant_yellow/translations/es.json +1 -1
- homeassistant/components/homee/__init__.py +4 -6
- homeassistant/components/homee/config_flow.py +60 -0
- homeassistant/components/homee/manifest.json +1 -1
- homeassistant/components/homee/quality_scale.yaml +11 -8
- homeassistant/components/homee/strings.json +14 -2
- homeassistant/components/homee/translations/bg.json +12 -0
- homeassistant/components/homee/translations/ca.json +8 -0
- homeassistant/components/homee/translations/cs.json +12 -0
- homeassistant/components/homee/translations/da.json +12 -0
- homeassistant/components/homee/translations/de.json +12 -0
- homeassistant/components/homee/translations/el.json +12 -0
- homeassistant/components/homee/translations/en-GB.json +12 -0
- homeassistant/components/homee/translations/en.json +12 -0
- homeassistant/components/homee/translations/es.json +13 -1
- homeassistant/components/homee/translations/et.json +12 -0
- homeassistant/components/homee/translations/ga.json +6 -0
- homeassistant/components/homee/translations/he.json +10 -0
- homeassistant/components/homee/translations/ja.json +12 -0
- homeassistant/components/homee/translations/lt.json +12 -0
- homeassistant/components/homee/translations/nl.json +12 -0
- homeassistant/components/homee/translations/pt.json +12 -0
- homeassistant/components/homee/translations/ru.json +13 -1
- homeassistant/components/homee/translations/sk.json +12 -0
- homeassistant/components/homee/translations/sv.json +6 -0
- homeassistant/components/homee/translations/zh-Hans.json +12 -0
- homeassistant/components/homee/translations/zh-Hant.json +12 -0
- homeassistant/components/homekit/__init__.py +7 -4
- homeassistant/components/homematicip_cloud/const.py +1 -0
- homeassistant/components/homematicip_cloud/cover.py +2 -1
- homeassistant/components/homematicip_cloud/icons.json +11 -0
- homeassistant/components/homematicip_cloud/light.py +76 -1
- homeassistant/components/homematicip_cloud/manifest.json +1 -1
- homeassistant/components/homematicip_cloud/sensor.py +304 -102
- homeassistant/components/homematicip_cloud/strings.json +11 -0
- homeassistant/components/homematicip_cloud/switch.py +6 -0
- homeassistant/components/homematicip_cloud/translations/cs.json +11 -0
- homeassistant/components/homematicip_cloud/translations/de.json +11 -0
- homeassistant/components/homematicip_cloud/translations/el.json +11 -0
- homeassistant/components/homematicip_cloud/translations/en-GB.json +18 -7
- homeassistant/components/homematicip_cloud/translations/en.json +11 -0
- homeassistant/components/homematicip_cloud/translations/es.json +11 -0
- homeassistant/components/homematicip_cloud/translations/et.json +11 -0
- homeassistant/components/homematicip_cloud/translations/ga.json +11 -0
- homeassistant/components/homematicip_cloud/translations/it.json +11 -0
- homeassistant/components/homematicip_cloud/translations/ja.json +11 -0
- homeassistant/components/homematicip_cloud/translations/lt.json +11 -0
- homeassistant/components/homematicip_cloud/translations/mk.json +9 -0
- homeassistant/components/homematicip_cloud/translations/nl.json +9 -0
- homeassistant/components/homematicip_cloud/translations/pt.json +11 -0
- homeassistant/components/homematicip_cloud/translations/sk.json +11 -0
- homeassistant/components/homematicip_cloud/translations/zh-Hans.json +11 -0
- homeassistant/components/homematicip_cloud/translations/zh-Hant.json +11 -0
- homeassistant/components/homematicip_cloud/valve.py +59 -0
- homeassistant/components/homewizard/translations/en-GB.json +13 -0
- homeassistant/components/homeworks/translations/es.json +2 -2
- homeassistant/components/honeywell/__init__.py +0 -9
- homeassistant/components/honeywell/config_flow.py +2 -2
- homeassistant/components/html5/strings.json +1 -1
- homeassistant/components/html5/translations/en-GB.json +1 -0
- homeassistant/components/http/__init__.py +1 -25
- homeassistant/components/huawei_lte/__init__.py +5 -17
- homeassistant/components/huawei_lte/config_flow.py +14 -9
- homeassistant/components/huawei_lte/const.py +1 -1
- homeassistant/components/huawei_lte/diagnostics.py +86 -0
- homeassistant/components/huawei_lte/notify.py +0 -3
- homeassistant/components/huawei_lte/translations/ga.json +39 -0
- homeassistant/components/hue/translations/el.json +2 -0
- homeassistant/components/humidifier/translations/ga.json +9 -0
- homeassistant/components/hunterdouglas_powerview/__init__.py +15 -2
- homeassistant/components/husqvarna_automower/button.py +2 -7
- homeassistant/components/husqvarna_automower/calendar.py +22 -3
- homeassistant/components/husqvarna_automower/coordinator.py +150 -126
- homeassistant/components/husqvarna_automower/entity.py +9 -18
- homeassistant/components/husqvarna_automower/icons.json +23 -3
- homeassistant/components/husqvarna_automower/lawn_mower.py +2 -2
- homeassistant/components/husqvarna_automower/manifest.json +1 -1
- homeassistant/components/husqvarna_automower/sensor.py +55 -2
- homeassistant/components/husqvarna_automower/strings.json +27 -7
- homeassistant/components/husqvarna_automower/translations/bg.json +10 -0
- homeassistant/components/husqvarna_automower/translations/cs.json +20 -0
- homeassistant/components/husqvarna_automower/translations/de.json +20 -0
- homeassistant/components/husqvarna_automower/translations/el.json +8 -0
- homeassistant/components/husqvarna_automower/translations/en-GB.json +8 -0
- homeassistant/components/husqvarna_automower/translations/en.json +20 -0
- homeassistant/components/husqvarna_automower/translations/es.json +20 -0
- homeassistant/components/husqvarna_automower/translations/et.json +20 -0
- homeassistant/components/husqvarna_automower/translations/ga.json +69 -0
- homeassistant/components/husqvarna_automower/translations/lt.json +8 -0
- homeassistant/components/husqvarna_automower/translations/mk.json +7 -0
- homeassistant/components/husqvarna_automower/translations/sk.json +20 -0
- homeassistant/components/husqvarna_automower/translations/sv.json +8 -0
- homeassistant/components/husqvarna_automower/translations/zh-Hans.json +20 -0
- homeassistant/components/husqvarna_automower/translations/zh-Hant.json +20 -0
- homeassistant/components/husqvarna_automower_ble/__init__.py +1 -0
- homeassistant/components/husqvarna_automower_ble/coordinator.py +3 -3
- homeassistant/components/husqvarna_automower_ble/entity.py +16 -0
- homeassistant/components/husqvarna_automower_ble/sensor.py +51 -0
- homeassistant/components/husqvarna_automower_ble/translations/es.json +1 -1
- homeassistant/components/huum/__init__.py +14 -32
- homeassistant/components/huum/binary_sensor.py +41 -0
- homeassistant/components/huum/climate.py +32 -50
- homeassistant/components/huum/config_flow.py +2 -2
- homeassistant/components/huum/const.py +5 -1
- homeassistant/components/huum/coordinator.py +60 -0
- homeassistant/components/huum/entity.py +24 -0
- homeassistant/components/huum/light.py +62 -0
- homeassistant/components/huum/manifest.json +2 -2
- homeassistant/components/huum/strings.json +7 -0
- homeassistant/components/huum/translations/bg.json +7 -0
- homeassistant/components/huum/translations/cs.json +7 -0
- homeassistant/components/huum/translations/de.json +7 -0
- homeassistant/components/huum/translations/el.json +7 -0
- homeassistant/components/huum/translations/en-GB.json +7 -0
- homeassistant/components/huum/translations/en.json +7 -0
- homeassistant/components/huum/translations/es.json +7 -0
- homeassistant/components/huum/translations/et.json +7 -0
- homeassistant/components/huum/translations/fi.json +7 -0
- homeassistant/components/huum/translations/he.json +7 -0
- homeassistant/components/huum/translations/nl.json +7 -0
- homeassistant/components/huum/translations/ru.json +7 -0
- homeassistant/components/huum/translations/sk.json +7 -0
- homeassistant/components/huum/translations/zh-Hans.json +7 -0
- homeassistant/components/huum/translations/zh-Hant.json +7 -0
- homeassistant/components/hydrawise/binary_sensor.py +36 -21
- homeassistant/components/hydrawise/const.py +1 -0
- homeassistant/components/hydrawise/coordinator.py +90 -2
- homeassistant/components/hydrawise/entity.py +4 -2
- homeassistant/components/hydrawise/manifest.json +1 -1
- homeassistant/components/hydrawise/sensor.py +53 -30
- homeassistant/components/hydrawise/switch.py +16 -7
- homeassistant/components/hydrawise/translations/ga.json +7 -0
- homeassistant/components/hydrawise/valve.py +16 -6
- homeassistant/components/hyperion/__init__.py +0 -6
- homeassistant/components/hyperion/config_flow.py +2 -2
- homeassistant/components/hyperion/translations/en-GB.json +3 -0
- homeassistant/components/idasen_desk/translations/es.json +1 -1
- homeassistant/components/ihc/translations/en-GB.json +1 -1
- homeassistant/components/image_upload/manifest.json +1 -1
- homeassistant/components/imap/translations/es.json +1 -1
- homeassistant/components/imeon_inverter/coordinator.py +2 -5
- homeassistant/components/imeon_inverter/icons.json +0 -27
- homeassistant/components/imeon_inverter/manifest.json +1 -1
- homeassistant/components/imeon_inverter/sensor.py +0 -69
- homeassistant/components/imeon_inverter/strings.json +0 -27
- homeassistant/components/imeon_inverter/translations/cs.json +0 -27
- homeassistant/components/imeon_inverter/translations/de.json +0 -27
- homeassistant/components/imeon_inverter/translations/el.json +0 -27
- homeassistant/components/imeon_inverter/translations/en-GB.json +0 -27
- homeassistant/components/imeon_inverter/translations/en.json +0 -27
- homeassistant/components/imeon_inverter/translations/es.json +0 -27
- homeassistant/components/imeon_inverter/translations/et.json +0 -27
- homeassistant/components/imeon_inverter/translations/ga.json +0 -27
- homeassistant/components/imeon_inverter/translations/hu.json +0 -27
- homeassistant/components/imeon_inverter/translations/it.json +0 -9
- homeassistant/components/imeon_inverter/translations/lt.json +0 -27
- homeassistant/components/imeon_inverter/translations/pt.json +0 -27
- homeassistant/components/imeon_inverter/translations/ru.json +0 -27
- homeassistant/components/imeon_inverter/translations/sk.json +0 -27
- homeassistant/components/imeon_inverter/translations/sv.json +0 -27
- homeassistant/components/imeon_inverter/translations/zh-Hans.json +0 -27
- homeassistant/components/imeon_inverter/translations/zh-Hant.json +0 -27
- homeassistant/components/imgw_pib/icons.json +6 -0
- homeassistant/components/imgw_pib/manifest.json +1 -1
- homeassistant/components/imgw_pib/sensor.py +42 -1
- homeassistant/components/imgw_pib/strings.json +40 -0
- homeassistant/components/imgw_pib/translations/bg.json +22 -0
- homeassistant/components/imgw_pib/translations/cs.json +40 -0
- homeassistant/components/imgw_pib/translations/de.json +40 -0
- homeassistant/components/imgw_pib/translations/el.json +40 -0
- homeassistant/components/imgw_pib/translations/en-GB.json +40 -0
- homeassistant/components/imgw_pib/translations/en.json +40 -0
- homeassistant/components/imgw_pib/translations/es.json +40 -0
- homeassistant/components/imgw_pib/translations/et.json +40 -0
- homeassistant/components/imgw_pib/translations/ga.json +44 -0
- homeassistant/components/imgw_pib/translations/he.json +17 -0
- homeassistant/components/imgw_pib/translations/lt.json +38 -0
- homeassistant/components/imgw_pib/translations/mk.json +40 -1
- homeassistant/components/imgw_pib/translations/nl.json +11 -0
- homeassistant/components/imgw_pib/translations/pl.json +40 -0
- homeassistant/components/imgw_pib/translations/pt.json +3 -0
- homeassistant/components/imgw_pib/translations/ru.json +15 -0
- homeassistant/components/imgw_pib/translations/sk.json +40 -0
- homeassistant/components/imgw_pib/translations/sv.json +35 -0
- homeassistant/components/imgw_pib/translations/zh-Hans.json +40 -0
- homeassistant/components/imgw_pib/translations/zh-Hant.json +40 -0
- homeassistant/components/immich/__init__.py +12 -0
- homeassistant/components/immich/icons.json +5 -0
- homeassistant/components/immich/manifest.json +1 -1
- homeassistant/components/immich/media_source.py +119 -29
- homeassistant/components/immich/services.py +98 -0
- homeassistant/components/immich/services.yaml +18 -0
- homeassistant/components/immich/strings.json +37 -0
- homeassistant/components/immich/translations/cs.json +37 -0
- homeassistant/components/immich/translations/de.json +37 -0
- homeassistant/components/immich/translations/en-GB.json +42 -0
- homeassistant/components/immich/translations/en.json +37 -0
- homeassistant/components/immich/translations/es.json +37 -0
- homeassistant/components/immich/translations/et.json +37 -0
- homeassistant/components/immich/translations/fr.json +37 -0
- homeassistant/components/immich/translations/ga.json +37 -0
- homeassistant/components/immich/translations/nl.json +9 -0
- homeassistant/components/immich/translations/sk.json +37 -0
- homeassistant/components/immich/translations/zh-Hans.json +37 -0
- homeassistant/components/immich/translations/zh-Hant.json +37 -0
- homeassistant/components/incomfort/translations/ga.json +101 -0
- homeassistant/components/input_button/translations/de.json +2 -2
- homeassistant/components/input_text/__init__.py +13 -4
- homeassistant/components/input_text/translations/de.json +2 -2
- homeassistant/components/insteon/strings.json +5 -5
- homeassistant/components/insteon/translations/bg.json +2 -6
- homeassistant/components/insteon/translations/ca.json +2 -6
- homeassistant/components/insteon/translations/el.json +5 -5
- homeassistant/components/insteon/translations/en-GB.json +6 -6
- homeassistant/components/insteon/translations/en.json +5 -5
- homeassistant/components/insteon/translations/es.json +5 -5
- homeassistant/components/insteon/translations/et.json +2 -2
- homeassistant/components/insteon/translations/fi.json +2 -6
- homeassistant/components/insteon/translations/fr.json +2 -6
- homeassistant/components/insteon/translations/gl.json +2 -6
- homeassistant/components/insteon/translations/hu.json +2 -7
- homeassistant/components/insteon/translations/id.json +2 -6
- homeassistant/components/insteon/translations/it.json +2 -6
- homeassistant/components/insteon/translations/ja.json +2 -7
- homeassistant/components/insteon/translations/ko.json +2 -6
- homeassistant/components/insteon/translations/lb.json +2 -6
- homeassistant/components/insteon/translations/lt.json +2 -7
- homeassistant/components/insteon/translations/nb.json +2 -6
- homeassistant/components/insteon/translations/nl.json +2 -6
- homeassistant/components/insteon/translations/pl.json +2 -6
- homeassistant/components/insteon/translations/pt-BR.json +2 -6
- homeassistant/components/insteon/translations/pt.json +2 -7
- homeassistant/components/insteon/translations/ro.json +2 -6
- homeassistant/components/insteon/translations/ru.json +2 -7
- homeassistant/components/insteon/translations/sk.json +4 -4
- homeassistant/components/insteon/translations/sv.json +2 -7
- homeassistant/components/insteon/translations/tr.json +2 -7
- homeassistant/components/insteon/translations/uk.json +2 -6
- homeassistant/components/insteon/translations/zh-Hans.json +2 -2
- homeassistant/components/integration/__init__.py +44 -6
- homeassistant/components/integration/config_flow.py +2 -0
- homeassistant/components/integration/sensor.py +33 -23
- homeassistant/components/integration/translations/es.json +3 -3
- homeassistant/components/integration/translations/ga.json +26 -0
- homeassistant/components/iqvia/manifest.json +1 -1
- homeassistant/components/iron_os/__init__.py +13 -16
- homeassistant/components/iron_os/const.py +4 -0
- homeassistant/components/iron_os/coordinator.py +3 -1
- homeassistant/components/iron_os/icons.json +6 -0
- homeassistant/components/iron_os/number.py +156 -69
- homeassistant/components/iron_os/strings.json +3 -0
- homeassistant/components/iron_os/switch.py +19 -2
- homeassistant/components/iron_os/translations/cs.json +3 -0
- homeassistant/components/iron_os/translations/de.json +3 -0
- homeassistant/components/iron_os/translations/el.json +3 -0
- homeassistant/components/iron_os/translations/en-GB.json +3 -0
- homeassistant/components/iron_os/translations/en.json +3 -0
- homeassistant/components/iron_os/translations/es.json +4 -1
- homeassistant/components/iron_os/translations/et.json +3 -0
- homeassistant/components/iron_os/translations/ga.json +3 -0
- homeassistant/components/iron_os/translations/ja.json +3 -0
- homeassistant/components/iron_os/translations/lt.json +3 -0
- homeassistant/components/iron_os/translations/pt.json +3 -0
- homeassistant/components/iron_os/translations/ru.json +3 -0
- homeassistant/components/iron_os/translations/sk.json +3 -0
- homeassistant/components/iron_os/translations/zh-Hans.json +3 -0
- homeassistant/components/iron_os/translations/zh-Hant.json +3 -0
- homeassistant/components/iskra/strings.json +8 -8
- homeassistant/components/islamic_prayer_times/coordinator.py +3 -3
- homeassistant/components/islamic_prayer_times/translations/ga.json +16 -0
- homeassistant/components/israel_rail/manifest.json +1 -1
- homeassistant/components/ista_ecotrend/translations/ga.json +32 -1
- homeassistant/components/isy994/__init__.py +0 -6
- homeassistant/components/isy994/config_flow.py +3 -3
- homeassistant/components/ituran/__init__.py +1 -0
- homeassistant/components/ituran/binary_sensor.py +75 -0
- homeassistant/components/ituran/device_tracker.py +4 -2
- homeassistant/components/ituran/icons.json +3 -0
- homeassistant/components/ituran/manifest.json +1 -1
- homeassistant/components/ituran/sensor.py +24 -4
- homeassistant/components/ituran/strings.json +3 -0
- homeassistant/components/ituran/translations/cs.json +3 -0
- homeassistant/components/ituran/translations/de.json +3 -0
- homeassistant/components/ituran/translations/en-GB.json +3 -0
- homeassistant/components/ituran/translations/en.json +3 -0
- homeassistant/components/ituran/translations/es.json +3 -0
- homeassistant/components/ituran/translations/et.json +3 -0
- homeassistant/components/ituran/translations/ga.json +3 -0
- homeassistant/components/ituran/translations/sk.json +3 -0
- homeassistant/components/ituran/translations/zh-Hans.json +3 -0
- homeassistant/components/ituran/translations/zh-Hant.json +3 -0
- homeassistant/components/jellyfin/browse_media.py +47 -0
- homeassistant/components/jellyfin/media_player.py +24 -3
- homeassistant/components/jellyfin/translations/ga.json +9 -0
- homeassistant/components/jewish_calendar/__init__.py +0 -7
- homeassistant/components/jewish_calendar/binary_sensor.py +17 -55
- homeassistant/components/jewish_calendar/config_flow.py +6 -2
- homeassistant/components/jewish_calendar/entity.py +62 -3
- homeassistant/components/jewish_calendar/sensor.py +55 -72
- homeassistant/components/jewish_calendar/services.py +0 -1
- homeassistant/components/jewish_calendar/translations/en-GB.json +3 -3
- homeassistant/components/jewish_calendar/translations/ga.json +33 -2
- homeassistant/components/juicenet/translations/en-GB.json +8 -1
- homeassistant/components/keba/strings.json +1 -1
- homeassistant/components/keba/translations/de.json +1 -1
- homeassistant/components/keba/translations/el.json +1 -1
- homeassistant/components/keba/translations/en-GB.json +8 -8
- homeassistant/components/keba/translations/en.json +1 -1
- homeassistant/components/keba/translations/es.json +1 -1
- homeassistant/components/keba/translations/fi.json +0 -1
- homeassistant/components/keba/translations/hu.json +0 -1
- homeassistant/components/keba/translations/it.json +0 -1
- homeassistant/components/keba/translations/ja.json +0 -1
- homeassistant/components/keba/translations/ko.json +0 -1
- homeassistant/components/keba/translations/lt.json +0 -1
- homeassistant/components/keba/translations/nl.json +0 -1
- homeassistant/components/keba/translations/pt-BR.json +0 -1
- homeassistant/components/keba/translations/pt.json +0 -1
- homeassistant/components/keba/translations/ru.json +0 -1
- homeassistant/components/keba/translations/sk.json +1 -1
- homeassistant/components/keba/translations/sv.json +0 -1
- homeassistant/components/keba/translations/tr.json +0 -1
- homeassistant/components/keba/translations/zh-Hant.json +1 -1
- homeassistant/components/keenetic_ndms2/__init__.py +0 -7
- homeassistant/components/keenetic_ndms2/config_flow.py +27 -7
- homeassistant/components/keenetic_ndms2/strings.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/bg.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/ca.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/cs.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/de.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/el.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/en-GB.json +6 -1
- homeassistant/components/keenetic_ndms2/translations/en.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/es.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/et.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/he.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/ja.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/lt.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/nl.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/pt.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/ru.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/sk.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/sv.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/zh-Hans.json +2 -1
- homeassistant/components/keenetic_ndms2/translations/zh-Hant.json +2 -1
- homeassistant/components/keymitt_ble/manifest.json +3 -3
- homeassistant/components/kitchen_sink/__init__.py +0 -7
- homeassistant/components/kitchen_sink/config_flow.py +2 -2
- homeassistant/components/knocki/translations/ga.json +15 -0
- homeassistant/components/knx/__init__.py +11 -298
- homeassistant/components/knx/binary_sensor.py +13 -12
- homeassistant/components/knx/button.py +2 -2
- homeassistant/components/knx/climate.py +2 -2
- homeassistant/components/knx/config_flow.py +83 -63
- homeassistant/components/knx/const.py +1 -1
- homeassistant/components/knx/cover.py +18 -34
- homeassistant/components/knx/date.py +2 -2
- homeassistant/components/knx/datetime.py +2 -2
- homeassistant/components/knx/device.py +1 -1
- homeassistant/components/knx/device_trigger.py +1 -1
- homeassistant/components/knx/diagnostics.py +1 -1
- homeassistant/components/knx/entity.py +2 -2
- homeassistant/components/knx/expose.py +1 -1
- homeassistant/components/knx/fan.py +2 -2
- homeassistant/components/knx/knx_module.py +301 -0
- homeassistant/components/knx/light.py +91 -77
- homeassistant/components/knx/manifest.json +1 -1
- homeassistant/components/knx/notify.py +2 -2
- homeassistant/components/knx/number.py +2 -2
- homeassistant/components/knx/quality_scale.yaml +1 -1
- homeassistant/components/knx/scene.py +2 -2
- homeassistant/components/knx/select.py +2 -2
- homeassistant/components/knx/sensor.py +2 -2
- homeassistant/components/knx/services.py +2 -2
- homeassistant/components/knx/storage/__init__.py +1 -1
- homeassistant/components/knx/storage/config_store.py +17 -2
- homeassistant/components/knx/storage/const.py +14 -7
- homeassistant/components/knx/storage/entity_store_schema.py +106 -89
- homeassistant/components/knx/storage/entity_store_validation.py +1 -1
- homeassistant/components/knx/storage/knx_selector.py +26 -0
- homeassistant/components/knx/storage/migration.py +42 -0
- homeassistant/components/knx/storage/util.py +51 -0
- homeassistant/components/knx/strings.json +12 -150
- homeassistant/components/knx/switch.py +10 -17
- homeassistant/components/knx/text.py +2 -2
- homeassistant/components/knx/time.py +2 -2
- homeassistant/components/knx/translations/bg.json +0 -48
- homeassistant/components/knx/translations/ca.json +3 -132
- homeassistant/components/knx/translations/cs.json +10 -148
- homeassistant/components/knx/translations/da.json +0 -13
- homeassistant/components/knx/translations/de.json +11 -149
- homeassistant/components/knx/translations/el.json +10 -148
- homeassistant/components/knx/translations/en-GB.json +15 -153
- homeassistant/components/knx/translations/en.json +10 -148
- homeassistant/components/knx/translations/es.json +12 -148
- homeassistant/components/knx/translations/et.json +10 -148
- homeassistant/components/knx/translations/fi.json +0 -119
- homeassistant/components/knx/translations/fr.json +2 -75
- homeassistant/components/knx/translations/ga.json +25 -48
- homeassistant/components/knx/translations/gl.json +0 -33
- homeassistant/components/knx/translations/he.json +3 -15
- homeassistant/components/knx/translations/hu.json +0 -148
- homeassistant/components/knx/translations/id.json +0 -100
- homeassistant/components/knx/translations/it.json +0 -119
- homeassistant/components/knx/translations/ja.json +0 -148
- homeassistant/components/knx/translations/ko.json +0 -119
- homeassistant/components/knx/translations/lt.json +10 -148
- homeassistant/components/knx/translations/lv.json +0 -26
- homeassistant/components/knx/translations/nb.json +0 -100
- homeassistant/components/knx/translations/nl.json +3 -125
- homeassistant/components/knx/translations/pl.json +0 -97
- homeassistant/components/knx/translations/pt-BR.json +0 -117
- homeassistant/components/knx/translations/pt.json +10 -148
- homeassistant/components/knx/translations/ro.json +0 -88
- homeassistant/components/knx/translations/ru.json +0 -148
- homeassistant/components/knx/translations/sk.json +10 -148
- homeassistant/components/knx/translations/sl.json +0 -13
- homeassistant/components/knx/translations/sv.json +3 -148
- homeassistant/components/knx/translations/tr.json +0 -148
- homeassistant/components/knx/translations/uk.json +0 -89
- homeassistant/components/knx/translations/vi.json +0 -5
- homeassistant/components/knx/translations/zh-Hans.json +10 -148
- homeassistant/components/knx/translations/zh-Hant.json +10 -148
- homeassistant/components/knx/trigger.py +1 -1
- homeassistant/components/knx/weather.py +2 -2
- homeassistant/components/knx/websocket.py +3 -3
- homeassistant/components/kodi/translations/ga.json +13 -0
- homeassistant/components/kostal_plenticore/switch.py +20 -1
- homeassistant/components/lamarzocco/__init__.py +0 -7
- homeassistant/components/lamarzocco/config_flow.py +2 -2
- homeassistant/components/lamarzocco/sensor.py +15 -1
- homeassistant/components/lamarzocco/translations/el.json +6 -0
- homeassistant/components/lamarzocco/translations/en-GB.json +6 -6
- homeassistant/components/lamarzocco/translations/ga.json +9 -0
- homeassistant/components/lametric/strings.json +1 -1
- homeassistant/components/lametric/translations/ca.json +0 -1
- homeassistant/components/lametric/translations/de.json +1 -1
- homeassistant/components/lametric/translations/en-GB.json +1 -1
- homeassistant/components/lametric/translations/en.json +1 -1
- homeassistant/components/lametric/translations/es.json +1 -1
- homeassistant/components/lametric/translations/fi.json +0 -1
- homeassistant/components/lametric/translations/hu.json +0 -1
- homeassistant/components/lametric/translations/id.json +0 -1
- homeassistant/components/lametric/translations/it.json +0 -1
- homeassistant/components/lametric/translations/ja.json +0 -1
- homeassistant/components/lametric/translations/ko.json +0 -1
- homeassistant/components/lametric/translations/lt.json +0 -1
- homeassistant/components/lametric/translations/nb.json +0 -1
- homeassistant/components/lametric/translations/nl.json +0 -1
- homeassistant/components/lametric/translations/pl.json +0 -1
- homeassistant/components/lametric/translations/pt-BR.json +0 -1
- homeassistant/components/lametric/translations/pt.json +0 -1
- homeassistant/components/lametric/translations/ro.json +0 -1
- homeassistant/components/lametric/translations/ru.json +0 -1
- homeassistant/components/lametric/translations/sk.json +1 -1
- homeassistant/components/lametric/translations/sv.json +0 -1
- homeassistant/components/lametric/translations/tr.json +0 -1
- homeassistant/components/lametric/translations/uk.json +0 -1
- homeassistant/components/lametric/translations/vi.json +0 -1
- homeassistant/components/lastfm/__init__.py +0 -6
- homeassistant/components/lastfm/config_flow.py +6 -2
- homeassistant/components/laundrify/strings.json +1 -1
- homeassistant/components/laundrify/translations/ca.json +1 -2
- homeassistant/components/laundrify/translations/cs.json +1 -1
- homeassistant/components/laundrify/translations/el.json +1 -1
- homeassistant/components/laundrify/translations/en-GB.json +1 -1
- homeassistant/components/laundrify/translations/en.json +1 -1
- homeassistant/components/laundrify/translations/es.json +1 -1
- homeassistant/components/laundrify/translations/fi.json +1 -2
- homeassistant/components/laundrify/translations/fr.json +1 -2
- homeassistant/components/laundrify/translations/ga.json +9 -0
- homeassistant/components/laundrify/translations/hu.json +1 -2
- homeassistant/components/laundrify/translations/id.json +1 -2
- homeassistant/components/laundrify/translations/it.json +1 -2
- homeassistant/components/laundrify/translations/ja.json +1 -2
- homeassistant/components/laundrify/translations/ko.json +1 -2
- homeassistant/components/laundrify/translations/lt.json +1 -2
- homeassistant/components/laundrify/translations/nb.json +1 -2
- homeassistant/components/laundrify/translations/nl.json +1 -2
- homeassistant/components/laundrify/translations/pl.json +1 -2
- homeassistant/components/laundrify/translations/pt-BR.json +1 -2
- homeassistant/components/laundrify/translations/pt.json +1 -2
- homeassistant/components/laundrify/translations/ro.json +1 -2
- homeassistant/components/laundrify/translations/ru.json +1 -2
- homeassistant/components/laundrify/translations/sk.json +1 -1
- homeassistant/components/laundrify/translations/sv.json +1 -2
- homeassistant/components/laundrify/translations/tr.json +1 -2
- homeassistant/components/laundrify/translations/uk.json +1 -2
- homeassistant/components/laundrify/translations/zh-Hans.json +1 -1
- homeassistant/components/lcn/__init__.py +5 -1
- homeassistant/components/lcn/binary_sensor.py +4 -132
- homeassistant/components/lcn/helpers.py +9 -2
- homeassistant/components/lcn/light.py +28 -22
- homeassistant/components/lcn/manifest.json +1 -1
- homeassistant/components/lcn/quality_scale.yaml +1 -1
- homeassistant/components/lcn/services.py +6 -4
- homeassistant/components/lcn/strings.json +19 -7
- homeassistant/components/lcn/translations/ca.json +0 -1
- homeassistant/components/lcn/translations/cs.json +14 -2
- homeassistant/components/lcn/translations/de.json +19 -7
- homeassistant/components/lcn/translations/el.json +21 -5
- homeassistant/components/lcn/translations/en-GB.json +18 -6
- homeassistant/components/lcn/translations/en.json +18 -6
- homeassistant/components/lcn/translations/es.json +19 -7
- homeassistant/components/lcn/translations/et.json +16 -4
- homeassistant/components/lcn/translations/fi.json +0 -8
- homeassistant/components/lcn/translations/ga.json +22 -5
- homeassistant/components/lcn/translations/hu.json +0 -9
- homeassistant/components/lcn/translations/it.json +0 -4
- homeassistant/components/lcn/translations/ja.json +14 -5
- homeassistant/components/lcn/translations/ko.json +0 -3
- homeassistant/components/lcn/translations/lt.json +14 -6
- homeassistant/components/lcn/translations/mk.json +13 -0
- homeassistant/components/lcn/translations/nl.json +0 -5
- homeassistant/components/lcn/translations/pt-BR.json +0 -5
- homeassistant/components/lcn/translations/pt.json +14 -6
- homeassistant/components/lcn/translations/ru.json +10 -6
- homeassistant/components/lcn/translations/sk.json +17 -5
- homeassistant/components/lcn/translations/sv.json +0 -9
- homeassistant/components/lcn/translations/tr.json +0 -9
- homeassistant/components/lcn/translations/vi.json +0 -7
- homeassistant/components/lcn/translations/zh-Hans.json +15 -3
- homeassistant/components/lcn/translations/zh-Hant.json +15 -3
- homeassistant/components/leaone/strings.json +1 -1
- homeassistant/components/leaone/translations/de.json +1 -1
- homeassistant/components/leaone/translations/el.json +1 -2
- homeassistant/components/leaone/translations/en-GB.json +1 -1
- homeassistant/components/leaone/translations/en.json +1 -1
- homeassistant/components/leaone/translations/es.json +1 -1
- homeassistant/components/leaone/translations/fi.json +1 -2
- homeassistant/components/leaone/translations/fr.json +1 -2
- homeassistant/components/leaone/translations/hu.json +1 -2
- homeassistant/components/leaone/translations/ja.json +1 -2
- homeassistant/components/leaone/translations/lt.json +1 -2
- homeassistant/components/leaone/translations/nl.json +1 -2
- homeassistant/components/leaone/translations/pt.json +1 -2
- homeassistant/components/leaone/translations/ru.json +1 -2
- homeassistant/components/leaone/translations/sk.json +1 -2
- homeassistant/components/leaone/translations/sv.json +1 -2
- homeassistant/components/leaone/translations/tr.json +1 -2
- homeassistant/components/leaone/translations/zh-Hans.json +1 -2
- homeassistant/components/lektrico/translations/el.json +9 -0
- homeassistant/components/letpot/__init__.py +7 -2
- homeassistant/components/letpot/binary_sensor.py +3 -1
- homeassistant/components/letpot/coordinator.py +7 -6
- homeassistant/components/letpot/entity.py +3 -2
- homeassistant/components/letpot/manifest.json +2 -1
- homeassistant/components/letpot/sensor.py +6 -2
- homeassistant/components/letpot/switch.py +22 -8
- homeassistant/components/letpot/time.py +10 -6
- homeassistant/components/lg_thinq/climate.py +49 -62
- homeassistant/components/lg_thinq/icons.json +15 -0
- homeassistant/components/lg_thinq/sensor.py +40 -0
- homeassistant/components/lg_thinq/strings.json +56 -5
- homeassistant/components/lg_thinq/translations/bg.json +3 -0
- homeassistant/components/lg_thinq/translations/cs.json +51 -0
- homeassistant/components/lg_thinq/translations/de.json +53 -2
- homeassistant/components/lg_thinq/translations/el.json +28 -0
- homeassistant/components/lg_thinq/translations/en-GB.json +54 -3
- homeassistant/components/lg_thinq/translations/en.json +54 -3
- homeassistant/components/lg_thinq/translations/es.json +54 -3
- homeassistant/components/lg_thinq/translations/et.json +51 -0
- homeassistant/components/lg_thinq/translations/fi.json +29 -0
- homeassistant/components/lg_thinq/translations/ga.json +51 -5
- homeassistant/components/lg_thinq/translations/he.json +6 -0
- homeassistant/components/lg_thinq/translations/hu.json +0 -5
- homeassistant/components/lg_thinq/translations/ja.json +0 -5
- homeassistant/components/lg_thinq/translations/ko.json +0 -5
- homeassistant/components/lg_thinq/translations/lt.json +0 -5
- homeassistant/components/lg_thinq/translations/mk.json +14 -0
- homeassistant/components/lg_thinq/translations/nl.json +21 -4
- homeassistant/components/lg_thinq/translations/pt-BR.json +0 -5
- homeassistant/components/lg_thinq/translations/pt.json +0 -5
- homeassistant/components/lg_thinq/translations/ru.json +0 -5
- homeassistant/components/lg_thinq/translations/sk.json +51 -0
- homeassistant/components/lg_thinq/translations/sv.json +0 -5
- homeassistant/components/lg_thinq/translations/tr.json +0 -5
- homeassistant/components/lg_thinq/translations/zh-Hans.json +52 -1
- homeassistant/components/lg_thinq/translations/zh-Hant.json +52 -1
- homeassistant/components/lifx/const.py +1 -0
- homeassistant/components/lifx/coordinator.py +49 -1
- homeassistant/components/lifx/light.py +17 -0
- homeassistant/components/lifx/manager.py +7 -3
- homeassistant/components/lifx/manifest.json +1 -1
- homeassistant/components/lifx/translations/el.json +3 -0
- homeassistant/components/light/icons.json +3 -0
- homeassistant/components/light/translations/en-GB.json +1 -1
- homeassistant/components/light/translations/ga.json +46 -0
- homeassistant/components/linkplay/const.py +1 -1
- homeassistant/components/linkplay/icons.json +5 -0
- homeassistant/components/linkplay/media_player.py +14 -9
- homeassistant/components/linkplay/select.py +112 -0
- homeassistant/components/linkplay/strings.json +11 -0
- homeassistant/components/linkplay/translations/bg.json +13 -0
- homeassistant/components/linkplay/translations/ca.json +12 -0
- homeassistant/components/linkplay/translations/cs.json +11 -0
- homeassistant/components/linkplay/translations/de.json +11 -0
- homeassistant/components/linkplay/translations/el.json +11 -0
- homeassistant/components/linkplay/translations/en-GB.json +12 -1
- homeassistant/components/linkplay/translations/en.json +11 -0
- homeassistant/components/linkplay/translations/es.json +11 -0
- homeassistant/components/linkplay/translations/et.json +11 -0
- homeassistant/components/linkplay/translations/ga.json +11 -0
- homeassistant/components/linkplay/translations/lt.json +11 -0
- homeassistant/components/linkplay/translations/mk.json +14 -1
- homeassistant/components/linkplay/translations/nl.json +11 -0
- homeassistant/components/linkplay/translations/pt.json +11 -0
- homeassistant/components/linkplay/translations/ru.json +11 -0
- homeassistant/components/linkplay/translations/sk.json +11 -0
- homeassistant/components/linkplay/translations/zh-Hans.json +11 -0
- homeassistant/components/linkplay/translations/zh-Hant.json +11 -0
- homeassistant/components/litterrobot/coordinator.py +3 -0
- homeassistant/components/litterrobot/icons.json +3 -0
- homeassistant/components/litterrobot/manifest.json +1 -1
- homeassistant/components/litterrobot/sensor.py +15 -1
- homeassistant/components/litterrobot/strings.json +5 -1
- homeassistant/components/litterrobot/translations/bg.json +4 -0
- homeassistant/components/litterrobot/translations/ca.json +4 -0
- homeassistant/components/litterrobot/translations/cs.json +4 -0
- homeassistant/components/litterrobot/translations/de.json +4 -0
- homeassistant/components/litterrobot/translations/el.json +4 -0
- homeassistant/components/litterrobot/translations/en-GB.json +8 -0
- homeassistant/components/litterrobot/translations/en.json +4 -0
- homeassistant/components/litterrobot/translations/es.json +4 -0
- homeassistant/components/litterrobot/translations/et.json +4 -0
- homeassistant/components/litterrobot/translations/ga.json +4 -0
- homeassistant/components/litterrobot/translations/it.json +4 -0
- homeassistant/components/litterrobot/translations/lt.json +4 -0
- homeassistant/components/litterrobot/translations/mk.json +4 -0
- homeassistant/components/litterrobot/translations/nl.json +3 -0
- homeassistant/components/litterrobot/translations/pt.json +4 -0
- homeassistant/components/litterrobot/translations/ru.json +4 -0
- homeassistant/components/litterrobot/translations/sk.json +4 -0
- homeassistant/components/litterrobot/translations/zh-Hans.json +4 -0
- homeassistant/components/litterrobot/translations/zh-Hant.json +4 -0
- homeassistant/components/local_calendar/calendar.py +1 -1
- homeassistant/components/local_calendar/manifest.json +1 -1
- homeassistant/components/local_todo/manifest.json +1 -1
- homeassistant/components/lock/translations/da.json +2 -0
- homeassistant/components/lock/translations/ga.json +3 -0
- homeassistant/components/lookin/__init__.py +1 -1
- homeassistant/components/lookin/media_player.py +2 -4
- homeassistant/components/luftdaten/strings.json +1 -1
- homeassistant/components/luftdaten/translations/bg.json +0 -7
- homeassistant/components/luftdaten/translations/ca.json +0 -7
- homeassistant/components/luftdaten/translations/en-GB.json +1 -1
- homeassistant/components/luftdaten/translations/en.json +1 -1
- homeassistant/components/luftdaten/translations/fi.json +0 -7
- homeassistant/components/luftdaten/translations/fr.json +0 -7
- homeassistant/components/luftdaten/translations/hu.json +0 -7
- homeassistant/components/luftdaten/translations/id.json +0 -7
- homeassistant/components/luftdaten/translations/it.json +0 -7
- homeassistant/components/luftdaten/translations/ja.json +0 -7
- homeassistant/components/luftdaten/translations/ko.json +0 -7
- homeassistant/components/luftdaten/translations/lt.json +0 -7
- homeassistant/components/luftdaten/translations/nl.json +0 -7
- homeassistant/components/luftdaten/translations/pl.json +0 -7
- homeassistant/components/luftdaten/translations/pt-BR.json +0 -7
- homeassistant/components/luftdaten/translations/pt.json +0 -7
- homeassistant/components/luftdaten/translations/ro.json +0 -7
- homeassistant/components/luftdaten/translations/ru.json +0 -7
- homeassistant/components/luftdaten/translations/sv.json +0 -7
- homeassistant/components/luftdaten/translations/tr.json +0 -7
- homeassistant/components/luftdaten/translations/uk.json +0 -7
- homeassistant/components/mastodon/translations/el.json +2 -1
- homeassistant/components/matrix/__init__.py +2 -2
- homeassistant/components/matrix/manifest.json +1 -1
- homeassistant/components/matrix/services.py +3 -2
- homeassistant/components/matter/binary_sensor.py +21 -21
- homeassistant/components/matter/cover.py +6 -0
- homeassistant/components/matter/entity.py +2 -2
- homeassistant/components/matter/icons.json +8 -0
- homeassistant/components/matter/light.py +6 -1
- homeassistant/components/matter/manifest.json +1 -1
- homeassistant/components/matter/number.py +202 -12
- homeassistant/components/matter/select.py +42 -20
- homeassistant/components/matter/sensor.py +52 -25
- homeassistant/components/matter/strings.json +28 -4
- homeassistant/components/matter/switch.py +6 -6
- homeassistant/components/matter/translations/bg.json +3 -0
- homeassistant/components/matter/translations/ca.json +11 -0
- homeassistant/components/matter/translations/cs.json +26 -2
- homeassistant/components/matter/translations/de.json +26 -2
- homeassistant/components/matter/translations/el.json +21 -3
- homeassistant/components/matter/translations/en-GB.json +59 -3
- homeassistant/components/matter/translations/en.json +27 -3
- homeassistant/components/matter/translations/es.json +28 -4
- homeassistant/components/matter/translations/et.json +26 -2
- homeassistant/components/matter/translations/fi.json +0 -3
- homeassistant/components/matter/translations/fr.json +24 -6
- homeassistant/components/matter/translations/ga.json +95 -4
- homeassistant/components/matter/translations/he.json +21 -3
- homeassistant/components/matter/translations/hu.json +3 -6
- homeassistant/components/matter/translations/id.json +0 -3
- homeassistant/components/matter/translations/it.json +13 -2
- homeassistant/components/matter/translations/ja.json +15 -3
- homeassistant/components/matter/translations/lt.json +20 -5
- homeassistant/components/matter/translations/mk.json +3 -0
- homeassistant/components/matter/translations/nl.json +3 -3
- homeassistant/components/matter/translations/pt.json +20 -5
- homeassistant/components/matter/translations/ru.json +17 -5
- homeassistant/components/matter/translations/sk.json +27 -3
- homeassistant/components/matter/translations/sv.json +6 -6
- homeassistant/components/matter/translations/tr.json +0 -3
- homeassistant/components/matter/translations/zh-Hans.json +27 -3
- homeassistant/components/matter/translations/zh-Hant.json +26 -2
- homeassistant/components/matter/vacuum.py +30 -17
- homeassistant/components/mcp_server/config_flow.py +14 -5
- homeassistant/components/mcp_server/server.py +1 -1
- homeassistant/components/mcp_server/strings.json +3 -0
- homeassistant/components/mcp_server/translations/cs.json +3 -0
- homeassistant/components/mcp_server/translations/de.json +3 -0
- homeassistant/components/mcp_server/translations/el.json +3 -0
- homeassistant/components/mcp_server/translations/en-GB.json +3 -0
- homeassistant/components/mcp_server/translations/en.json +3 -0
- homeassistant/components/mcp_server/translations/es.json +3 -0
- homeassistant/components/mcp_server/translations/et.json +3 -0
- homeassistant/components/mcp_server/translations/fr.json +3 -0
- homeassistant/components/mcp_server/translations/ga.json +6 -0
- homeassistant/components/mcp_server/translations/lt.json +3 -0
- homeassistant/components/mcp_server/translations/pt.json +3 -0
- homeassistant/components/mcp_server/translations/ru.json +3 -0
- homeassistant/components/mcp_server/translations/sk.json +3 -0
- homeassistant/components/mcp_server/translations/zh-Hans.json +3 -0
- homeassistant/components/mcp_server/translations/zh-Hant.json +3 -0
- homeassistant/components/mealie/const.py +2 -0
- homeassistant/components/mealie/icons.json +3 -0
- homeassistant/components/mealie/manifest.json +2 -1
- homeassistant/components/mealie/services.py +39 -0
- homeassistant/components/mealie/services.yaml +21 -0
- homeassistant/components/mealie/strings.json +21 -0
- homeassistant/components/mealie/translations/de.json +21 -0
- homeassistant/components/mealie/translations/en-GB.json +8 -8
- homeassistant/components/mealie/translations/en.json +21 -0
- homeassistant/components/mealie/translations/es.json +21 -0
- homeassistant/components/mealie/translations/ga.json +67 -2
- homeassistant/components/meater/translations/en-GB.json +12 -1
- homeassistant/components/medcom_ble/__init__.py +3 -33
- homeassistant/components/medcom_ble/coordinator.py +50 -0
- homeassistant/components/medcom_ble/sensor.py +5 -13
- homeassistant/components/media_player/__init__.py +2 -1
- homeassistant/components/media_player/const.py +8 -1
- homeassistant/components/media_player/translations/en-GB.json +1 -1
- homeassistant/components/media_player/translations/ga.json +5 -0
- homeassistant/components/media_source/__init__.py +5 -4
- homeassistant/components/media_source/const.py +8 -0
- homeassistant/components/media_source/local_source.py +5 -5
- homeassistant/components/media_source/models.py +21 -5
- homeassistant/components/mediaroom/media_player.py +3 -3
- homeassistant/components/melcloud/__init__.py +6 -10
- homeassistant/components/melcloud/climate.py +3 -5
- homeassistant/components/melcloud/diagnostics.py +3 -2
- homeassistant/components/melcloud/sensor.py +3 -5
- homeassistant/components/melcloud/water_heater.py +3 -4
- homeassistant/components/melnor/__init__.py +6 -17
- homeassistant/components/melnor/coordinator.py +4 -2
- homeassistant/components/melnor/number.py +3 -5
- homeassistant/components/melnor/sensor.py +3 -5
- homeassistant/components/melnor/switch.py +3 -5
- homeassistant/components/melnor/time.py +3 -5
- homeassistant/components/met/__init__.py +0 -6
- homeassistant/components/met/config_flow.py +2 -2
- homeassistant/components/met_eireann/__init__.py +4 -65
- homeassistant/components/met_eireann/coordinator.py +76 -0
- homeassistant/components/met_eireann/weather.py +1 -4
- homeassistant/components/meteo_france/__init__.py +1 -4
- homeassistant/components/meteo_france/const.py +0 -1
- homeassistant/components/meteoclimatic/__init__.py +3 -31
- homeassistant/components/meteoclimatic/coordinator.py +43 -0
- homeassistant/components/meteoclimatic/sensor.py +9 -7
- homeassistant/components/meteoclimatic/weather.py +7 -7
- homeassistant/components/miele/__init__.py +12 -1
- homeassistant/components/miele/const.py +1 -1
- homeassistant/components/miele/entity.py +6 -1
- homeassistant/components/miele/icons.json +11 -0
- homeassistant/components/miele/sensor.py +139 -75
- homeassistant/components/miele/services.py +238 -0
- homeassistant/components/miele/services.yaml +55 -0
- homeassistant/components/miele/strings.json +63 -3
- homeassistant/components/miele/translations/bg.json +16 -0
- homeassistant/components/miele/translations/cs.json +51 -0
- homeassistant/components/miele/translations/de.json +52 -1
- homeassistant/components/miele/translations/el.json +25 -0
- homeassistant/components/miele/translations/en-GB.json +59 -6
- homeassistant/components/miele/translations/en.json +63 -3
- homeassistant/components/miele/translations/es.json +36 -1
- homeassistant/components/miele/translations/et.json +30 -1
- homeassistant/components/miele/translations/fi.json +2 -0
- homeassistant/components/miele/translations/ga.json +28 -3
- homeassistant/components/miele/translations/he.json +14 -0
- homeassistant/components/miele/translations/hu.json +0 -3
- homeassistant/components/miele/translations/it.json +0 -3
- homeassistant/components/miele/translations/lt.json +0 -3
- homeassistant/components/miele/translations/mk.json +14 -0
- homeassistant/components/miele/translations/nl.json +1 -0
- homeassistant/components/miele/translations/pt.json +0 -3
- homeassistant/components/miele/translations/ru.json +1 -1
- homeassistant/components/miele/translations/sk.json +30 -1
- homeassistant/components/miele/translations/sv.json +0 -3
- homeassistant/components/miele/translations/tr.json +0 -3
- homeassistant/components/miele/translations/zh-Hans.json +29 -0
- homeassistant/components/miele/translations/zh-Hant.json +29 -0
- homeassistant/components/miele/vacuum.py +0 -6
- homeassistant/components/mikrotik/coordinator.py +2 -2
- homeassistant/components/mjpeg/strings.json +1 -1
- homeassistant/components/mjpeg/translations/bg.json +0 -1
- homeassistant/components/mjpeg/translations/ca.json +0 -1
- homeassistant/components/mjpeg/translations/en-GB.json +2 -2
- homeassistant/components/mjpeg/translations/en.json +2 -2
- homeassistant/components/mjpeg/translations/fi.json +0 -1
- homeassistant/components/mjpeg/translations/fr.json +0 -1
- homeassistant/components/mjpeg/translations/hu.json +0 -1
- homeassistant/components/mjpeg/translations/id.json +0 -1
- homeassistant/components/mjpeg/translations/it.json +0 -1
- homeassistant/components/mjpeg/translations/ja.json +0 -1
- homeassistant/components/mjpeg/translations/ko.json +0 -1
- homeassistant/components/mjpeg/translations/lt.json +0 -1
- homeassistant/components/mjpeg/translations/mk.json +11 -0
- homeassistant/components/mjpeg/translations/nb.json +0 -1
- homeassistant/components/mjpeg/translations/nl.json +0 -1
- homeassistant/components/mjpeg/translations/pl.json +0 -1
- homeassistant/components/mjpeg/translations/pt-BR.json +0 -1
- homeassistant/components/mjpeg/translations/pt.json +0 -1
- homeassistant/components/mjpeg/translations/ro.json +0 -1
- homeassistant/components/mjpeg/translations/sl.json +0 -1
- homeassistant/components/mjpeg/translations/sv.json +0 -1
- homeassistant/components/mjpeg/translations/tr.json +0 -1
- homeassistant/components/mjpeg/translations/uk.json +0 -1
- homeassistant/components/mjpeg/translations/zh-Hans.json +2 -2
- homeassistant/components/mjpeg/translations/zh-Hant.json +2 -2
- homeassistant/components/mobile_app/translations/ga.json +8 -0
- homeassistant/components/modbus/modbus.py +2 -2
- homeassistant/components/modbus/strings.json +2 -2
- homeassistant/components/modbus/translations/ca.json +0 -1
- homeassistant/components/modbus/translations/cs.json +2 -2
- homeassistant/components/modbus/translations/de.json +2 -2
- homeassistant/components/modbus/translations/el.json +2 -2
- homeassistant/components/modbus/translations/en-GB.json +2 -2
- homeassistant/components/modbus/translations/en.json +2 -2
- homeassistant/components/modbus/translations/es.json +2 -2
- homeassistant/components/modbus/translations/et.json +2 -2
- homeassistant/components/modbus/translations/fi.json +0 -2
- homeassistant/components/modbus/translations/fr.json +0 -2
- homeassistant/components/modbus/translations/hu.json +0 -2
- homeassistant/components/modbus/translations/id.json +0 -2
- homeassistant/components/modbus/translations/it.json +0 -2
- homeassistant/components/modbus/translations/ja.json +0 -2
- homeassistant/components/modbus/translations/ko.json +0 -2
- homeassistant/components/modbus/translations/lt.json +0 -2
- homeassistant/components/modbus/translations/nl.json +0 -2
- homeassistant/components/modbus/translations/pt.json +0 -2
- homeassistant/components/modbus/translations/ru.json +0 -2
- homeassistant/components/modbus/translations/sk.json +2 -2
- homeassistant/components/modbus/translations/sv.json +0 -2
- homeassistant/components/modbus/translations/tr.json +0 -2
- homeassistant/components/modbus/translations/zh-Hans.json +2 -2
- homeassistant/components/modem_callerid/sensor.py +15 -3
- homeassistant/components/mold_indicator/__init__.py +116 -1
- homeassistant/components/mold_indicator/config_flow.py +3 -0
- homeassistant/components/mold_indicator/sensor.py +2 -2
- homeassistant/components/monoprice/__init__.py +2 -11
- homeassistant/components/monoprice/const.py +0 -1
- homeassistant/components/monzo/manifest.json +1 -1
- homeassistant/components/monzo/translations/ga.json +6 -0
- homeassistant/components/motion_blinds/__init__.py +0 -7
- homeassistant/components/motion_blinds/config_flow.py +2 -2
- homeassistant/components/motionblinds_ble/translations/ga.json +29 -0
- homeassistant/components/motioneye/__init__.py +0 -6
- homeassistant/components/motioneye/config_flow.py +2 -2
- homeassistant/components/mpd/translations/ga.json +11 -0
- homeassistant/components/mqtt/climate.py +40 -46
- homeassistant/components/mqtt/config_flow.py +915 -15
- homeassistant/components/mqtt/const.py +33 -4
- homeassistant/components/mqtt/entity.py +73 -3
- homeassistant/components/mqtt/models.py +9 -0
- homeassistant/components/mqtt/repairs.py +74 -0
- homeassistant/components/mqtt/strings.json +289 -5
- homeassistant/components/mqtt/translations/bg.json +5 -0
- homeassistant/components/mqtt/translations/cs.json +53 -0
- homeassistant/components/mqtt/translations/da.json +5 -0
- homeassistant/components/mqtt/translations/de.json +287 -3
- homeassistant/components/mqtt/translations/el.json +62 -1
- homeassistant/components/mqtt/translations/en-GB.json +90 -1
- homeassistant/components/mqtt/translations/en.json +286 -2
- homeassistant/components/mqtt/translations/es.json +143 -3
- homeassistant/components/mqtt/translations/et.json +53 -0
- homeassistant/components/mqtt/translations/fi.json +5 -0
- homeassistant/components/mqtt/translations/fr.json +25 -0
- homeassistant/components/mqtt/translations/ga.json +280 -2
- homeassistant/components/mqtt/translations/he.json +58 -1
- homeassistant/components/mqtt/translations/hu.json +0 -2
- homeassistant/components/mqtt/translations/ja.json +0 -1
- homeassistant/components/mqtt/translations/lt.json +0 -2
- homeassistant/components/mqtt/translations/mk.json +23 -0
- homeassistant/components/mqtt/translations/nl.json +53 -2
- homeassistant/components/mqtt/translations/pt.json +0 -2
- homeassistant/components/mqtt/translations/ru.json +53 -1
- homeassistant/components/mqtt/translations/sk.json +55 -2
- homeassistant/components/mqtt/translations/sv.json +0 -1
- homeassistant/components/mqtt/translations/tr.json +0 -2
- homeassistant/components/mqtt/translations/zh-Hans.json +54 -1
- homeassistant/components/mqtt/translations/zh-Hant.json +53 -0
- homeassistant/components/music_assistant/strings.json +1 -1
- homeassistant/components/music_assistant/translations/bg.json +0 -7
- homeassistant/components/music_assistant/translations/en-GB.json +8 -1
- homeassistant/components/music_assistant/translations/en.json +1 -1
- homeassistant/components/music_assistant/translations/ga.json +1 -2
- homeassistant/components/music_assistant/translations/he.json +1 -2
- homeassistant/components/music_assistant/translations/hu.json +1 -2
- homeassistant/components/music_assistant/translations/it.json +0 -5
- homeassistant/components/music_assistant/translations/ja.json +1 -2
- homeassistant/components/music_assistant/translations/lt.json +1 -2
- homeassistant/components/music_assistant/translations/nl.json +1 -2
- homeassistant/components/music_assistant/translations/pt.json +1 -2
- homeassistant/components/music_assistant/translations/ru.json +1 -1
- homeassistant/components/music_assistant/translations/sv.json +1 -2
- homeassistant/components/music_assistant/translations/tr.json +1 -2
- homeassistant/components/mysensors/manifest.json +1 -1
- homeassistant/components/mystrom/__init__.py +6 -11
- homeassistant/components/mystrom/light.py +4 -4
- homeassistant/components/mystrom/manifest.json +1 -1
- homeassistant/components/mystrom/models.py +4 -0
- homeassistant/components/mystrom/sensor.py +3 -3
- homeassistant/components/mystrom/switch.py +3 -3
- homeassistant/components/myuplink/translations/ga.json +8 -0
- homeassistant/components/nam/translations/ga.json +6 -0
- homeassistant/components/nanoleaf/translations/ga.json +17 -0
- homeassistant/components/nasweb/__init__.py +1 -1
- homeassistant/components/nasweb/const.py +1 -0
- homeassistant/components/nasweb/coordinator.py +15 -5
- homeassistant/components/nasweb/icons.json +15 -0
- homeassistant/components/nasweb/sensor.py +189 -0
- homeassistant/components/nasweb/strings.json +17 -5
- homeassistant/components/nasweb/translations/bg.json +9 -0
- homeassistant/components/nasweb/translations/ca.json +10 -0
- homeassistant/components/nasweb/translations/cs.json +12 -0
- homeassistant/components/nasweb/translations/de.json +12 -0
- homeassistant/components/nasweb/translations/el.json +12 -0
- homeassistant/components/nasweb/translations/en-GB.json +12 -0
- homeassistant/components/nasweb/translations/en.json +12 -0
- homeassistant/components/nasweb/translations/es.json +29 -0
- homeassistant/components/nasweb/translations/et.json +12 -0
- homeassistant/components/nasweb/translations/ga.json +13 -0
- homeassistant/components/nasweb/translations/he.json +10 -0
- homeassistant/components/nasweb/translations/lt.json +12 -0
- homeassistant/components/nasweb/translations/mk.json +7 -0
- homeassistant/components/nasweb/translations/nb.json +11 -1
- homeassistant/components/nasweb/translations/nl.json +10 -0
- homeassistant/components/nasweb/translations/nn.json +11 -1
- homeassistant/components/nasweb/translations/ru.json +8 -0
- homeassistant/components/nasweb/translations/sk.json +12 -0
- homeassistant/components/nasweb/translations/sv.json +11 -0
- homeassistant/components/nasweb/translations/zh-Hans.json +12 -0
- homeassistant/components/nasweb/translations/zh-Hant.json +12 -0
- homeassistant/components/neato/translations/en-GB.json +1 -1
- homeassistant/components/nest/strings.json +1 -1
- homeassistant/components/nest/translations/de.json +1 -1
- homeassistant/components/nest/translations/en-GB.json +4 -1
- homeassistant/components/nest/translations/en.json +1 -1
- homeassistant/components/nest/translations/es.json +2 -2
- homeassistant/components/nest/translations/fi.json +3 -0
- homeassistant/components/nest/translations/ga.json +0 -3
- homeassistant/components/nest/translations/hu.json +0 -3
- homeassistant/components/nest/translations/ja.json +0 -3
- homeassistant/components/nest/translations/lt.json +0 -3
- homeassistant/components/nest/translations/mk.json +3 -0
- homeassistant/components/nest/translations/pt.json +0 -3
- homeassistant/components/nest/translations/sk.json +1 -1
- homeassistant/components/nest/translations/sv.json +0 -3
- homeassistant/components/nest/translations/tr.json +0 -3
- homeassistant/components/netatmo/climate.py +15 -6
- homeassistant/components/netatmo/const.py +1 -0
- homeassistant/components/netgear/__init__.py +0 -7
- homeassistant/components/netgear/config_flow.py +2 -2
- homeassistant/components/nextbus/translations/de.json +3 -3
- homeassistant/components/nextcloud/translations/en-GB.json +1 -1
- homeassistant/components/nextdns/__init__.py +10 -16
- homeassistant/components/nextdns/coordinator.py +22 -3
- homeassistant/components/nextdns/translations/el.json +30 -15
- homeassistant/components/nextdns/translations/en-GB.json +6 -0
- homeassistant/components/nibe_heatpump/button.py +1 -0
- homeassistant/components/nibe_heatpump/coordinator.py +35 -2
- homeassistant/components/nibe_heatpump/number.py +2 -1
- homeassistant/components/nibe_heatpump/strings.json +8 -0
- homeassistant/components/nibe_heatpump/translations/cs.json +8 -0
- homeassistant/components/nibe_heatpump/translations/de.json +8 -0
- homeassistant/components/nibe_heatpump/translations/el.json +8 -0
- homeassistant/components/nibe_heatpump/translations/en-GB.json +8 -0
- homeassistant/components/nibe_heatpump/translations/en.json +8 -0
- homeassistant/components/nibe_heatpump/translations/es.json +8 -0
- homeassistant/components/nibe_heatpump/translations/et.json +8 -0
- homeassistant/components/nibe_heatpump/translations/ga.json +10 -1
- homeassistant/components/nibe_heatpump/translations/it.json +8 -0
- homeassistant/components/nibe_heatpump/translations/ja.json +8 -0
- homeassistant/components/nibe_heatpump/translations/lt.json +8 -0
- homeassistant/components/nibe_heatpump/translations/pt.json +8 -0
- homeassistant/components/nibe_heatpump/translations/sk.json +8 -0
- homeassistant/components/nibe_heatpump/translations/zh-Hans.json +8 -0
- homeassistant/components/nibe_heatpump/translations/zh-Hant.json +8 -0
- homeassistant/components/nina/__init__.py +0 -7
- homeassistant/components/nina/config_flow.py +3 -3
- homeassistant/components/nissan_leaf/translations/de.json +4 -4
- homeassistant/components/nmap_tracker/__init__.py +0 -6
- homeassistant/components/nmap_tracker/config_flow.py +2 -2
- homeassistant/components/nobo_hub/__init__.py +0 -9
- homeassistant/components/nobo_hub/config_flow.py +3 -3
- homeassistant/components/nordpool/const.py +1 -0
- homeassistant/components/nordpool/icons.json +3 -0
- homeassistant/components/nordpool/services.py +71 -8
- homeassistant/components/nordpool/services.yaml +56 -0
- homeassistant/components/nordpool/strings.json +27 -1
- homeassistant/components/nordpool/translations/bg.json +16 -0
- homeassistant/components/nordpool/translations/cs.json +26 -0
- homeassistant/components/nordpool/translations/de.json +26 -0
- homeassistant/components/nordpool/translations/el.json +49 -0
- homeassistant/components/nordpool/translations/en-GB.json +26 -0
- homeassistant/components/nordpool/translations/en.json +26 -0
- homeassistant/components/nordpool/translations/es.json +26 -0
- homeassistant/components/nordpool/translations/et.json +26 -0
- homeassistant/components/nordpool/translations/ga.json +26 -0
- homeassistant/components/nordpool/translations/he.json +7 -0
- homeassistant/components/nordpool/translations/ja.json +26 -0
- homeassistant/components/nordpool/translations/lt.json +26 -0
- homeassistant/components/nordpool/translations/mk.json +12 -1
- homeassistant/components/nordpool/translations/nl.json +9 -0
- homeassistant/components/nordpool/translations/pt.json +26 -0
- homeassistant/components/nordpool/translations/ru.json +21 -0
- homeassistant/components/nordpool/translations/sk.json +26 -0
- homeassistant/components/nordpool/translations/sv.json +26 -0
- homeassistant/components/nordpool/translations/zh-Hans.json +26 -0
- homeassistant/components/nordpool/translations/zh-Hant.json +26 -0
- homeassistant/components/notify/translations/ga.json +26 -0
- homeassistant/components/ntfy/translations/en-GB.json +110 -1
- homeassistant/components/number/__init__.py +4 -1
- homeassistant/components/number/const.py +10 -0
- homeassistant/components/number/icons.json +3 -0
- homeassistant/components/number/strings.json +3 -0
- homeassistant/components/number/translations/cs.json +3 -0
- homeassistant/components/number/translations/de.json +3 -0
- homeassistant/components/number/translations/el.json +3 -0
- homeassistant/components/number/translations/en-GB.json +3 -0
- homeassistant/components/number/translations/en.json +3 -0
- homeassistant/components/number/translations/es.json +3 -0
- homeassistant/components/number/translations/et.json +3 -0
- homeassistant/components/number/translations/fr.json +3 -0
- homeassistant/components/number/translations/ga.json +11 -0
- homeassistant/components/number/translations/he.json +3 -0
- homeassistant/components/number/translations/lt.json +3 -0
- homeassistant/components/number/translations/nl.json +3 -0
- homeassistant/components/number/translations/pt.json +3 -0
- homeassistant/components/number/translations/ru.json +3 -0
- homeassistant/components/number/translations/sk.json +3 -0
- homeassistant/components/number/translations/sv.json +3 -0
- homeassistant/components/number/translations/zh-Hans.json +3 -0
- homeassistant/components/number/translations/zh-Hant.json +3 -0
- homeassistant/components/nut/__init__.py +0 -6
- homeassistant/components/nut/translations/es.json +6 -6
- homeassistant/components/nws/translations/ga.json +22 -0
- homeassistant/components/nzbget/strings.json +2 -2
- homeassistant/components/nzbget/translations/cs.json +6 -0
- homeassistant/components/nzbget/translations/el.json +6 -0
- homeassistant/components/nzbget/translations/es.json +6 -0
- homeassistant/components/nzbget/translations/et.json +6 -0
- homeassistant/components/nzbget/translations/mk.json +9 -0
- homeassistant/components/nzbget/translations/sk.json +6 -0
- homeassistant/components/nzbget/translations/zh-Hans.json +6 -0
- homeassistant/components/nzbget/translations/zh-Hant.json +6 -0
- homeassistant/components/octoprint/manifest.json +1 -1
- homeassistant/components/octoprint/sensor.py +61 -1
- homeassistant/components/ollama/__init__.py +36 -1
- homeassistant/components/ollama/ai_task.py +80 -0
- homeassistant/components/ollama/config_flow.py +52 -28
- homeassistant/components/ollama/const.py +8 -1
- homeassistant/components/ollama/conversation.py +3 -28
- homeassistant/components/ollama/entity.py +26 -1
- homeassistant/components/ollama/strings.json +44 -1
- homeassistant/components/ollama/translations/bg.json +14 -0
- homeassistant/components/ollama/translations/ca.json +13 -0
- homeassistant/components/ollama/translations/cs.json +43 -0
- homeassistant/components/ollama/translations/de.json +43 -0
- homeassistant/components/ollama/translations/el.json +44 -0
- homeassistant/components/ollama/translations/en-GB.json +88 -0
- homeassistant/components/ollama/translations/en.json +43 -0
- homeassistant/components/ollama/translations/es.json +44 -0
- homeassistant/components/ollama/translations/et.json +43 -0
- homeassistant/components/ollama/translations/fr.json +43 -0
- homeassistant/components/ollama/translations/ga.json +41 -0
- homeassistant/components/ollama/translations/he.json +17 -1
- homeassistant/components/ollama/translations/ja.json +37 -0
- homeassistant/components/ollama/translations/lt.json +38 -0
- homeassistant/components/ollama/translations/mk.json +14 -0
- homeassistant/components/ollama/translations/nl.json +23 -0
- homeassistant/components/ollama/translations/pt.json +37 -0
- homeassistant/components/ollama/translations/ru.json +39 -0
- homeassistant/components/ollama/translations/sk.json +43 -0
- homeassistant/components/ollama/translations/sv.json +25 -0
- homeassistant/components/ollama/translations/zh-Hans.json +43 -0
- homeassistant/components/ollama/translations/zh-Hant.json +43 -0
- homeassistant/components/onboarding/views.py +1 -1
- homeassistant/components/onewire/__init__.py +0 -10
- homeassistant/components/onewire/config_flow.py +6 -2
- homeassistant/components/onkyo/__init__.py +15 -17
- homeassistant/components/onkyo/config_flow.py +33 -20
- homeassistant/components/onkyo/const.py +28 -206
- homeassistant/components/onkyo/manifest.json +4 -2
- homeassistant/components/onkyo/media_player.py +201 -302
- homeassistant/components/onkyo/quality_scale.yaml +6 -12
- homeassistant/components/onkyo/receiver.py +107 -107
- homeassistant/components/onkyo/services.py +4 -14
- homeassistant/components/onkyo/util.py +8 -0
- homeassistant/components/onvif/__init__.py +57 -48
- homeassistant/components/onvif/manifest.json +1 -1
- homeassistant/components/onvif/translations/es.json +1 -1
- homeassistant/components/open_router/__init__.py +58 -0
- homeassistant/components/open_router/ai_task.py +75 -0
- homeassistant/components/open_router/config_flow.py +200 -0
- homeassistant/components/open_router/const.py +17 -0
- homeassistant/components/open_router/conversation.py +69 -0
- homeassistant/components/open_router/entity.py +249 -0
- homeassistant/components/open_router/manifest.json +13 -0
- homeassistant/components/open_router/quality_scale.yaml +88 -0
- homeassistant/components/open_router/strings.json +64 -0
- homeassistant/components/open_router/translations/bg.json +30 -0
- homeassistant/components/open_router/translations/ca.json +29 -0
- homeassistant/components/open_router/translations/cs.json +43 -0
- homeassistant/components/open_router/translations/de.json +64 -0
- homeassistant/components/open_router/translations/el.json +43 -0
- homeassistant/components/open_router/translations/en-GB.json +43 -0
- homeassistant/components/open_router/translations/en.json +64 -0
- homeassistant/components/open_router/translations/es.json +64 -0
- homeassistant/components/open_router/translations/et.json +43 -0
- homeassistant/components/open_router/translations/fr.json +43 -0
- homeassistant/components/open_router/translations/ga.json +45 -0
- homeassistant/components/open_router/translations/he.json +30 -0
- homeassistant/components/open_router/translations/lt.json +37 -0
- homeassistant/components/open_router/translations/mk.json +42 -0
- homeassistant/components/open_router/translations/nl.json +30 -0
- homeassistant/components/open_router/translations/ru.json +43 -0
- homeassistant/components/open_router/translations/sk.json +43 -0
- homeassistant/components/open_router/translations/sv.json +37 -0
- homeassistant/components/open_router/translations/zh-Hans.json +43 -0
- homeassistant/components/open_router/translations/zh-Hant.json +43 -0
- homeassistant/components/openai_conversation/__init__.py +51 -62
- homeassistant/components/openai_conversation/ai_task.py +80 -0
- homeassistant/components/openai_conversation/config_flow.py +60 -49
- homeassistant/components/openai_conversation/const.py +22 -8
- homeassistant/components/openai_conversation/conversation.py +10 -322
- homeassistant/components/openai_conversation/entity.py +468 -0
- homeassistant/components/openai_conversation/manifest.json +2 -2
- homeassistant/components/openai_conversation/strings.json +49 -1
- homeassistant/components/openai_conversation/translations/bg.json +19 -0
- homeassistant/components/openai_conversation/translations/ca.json +17 -0
- homeassistant/components/openai_conversation/translations/cs.json +48 -0
- homeassistant/components/openai_conversation/translations/de.json +48 -0
- homeassistant/components/openai_conversation/translations/el.json +49 -0
- homeassistant/components/openai_conversation/translations/en-GB.json +104 -0
- homeassistant/components/openai_conversation/translations/en.json +48 -0
- homeassistant/components/openai_conversation/translations/es.json +49 -0
- homeassistant/components/openai_conversation/translations/et.json +48 -0
- homeassistant/components/openai_conversation/translations/fr.json +48 -0
- homeassistant/components/openai_conversation/translations/ga.json +51 -0
- homeassistant/components/openai_conversation/translations/he.json +20 -1
- homeassistant/components/openai_conversation/translations/it.json +46 -0
- homeassistant/components/openai_conversation/translations/lt.json +48 -0
- homeassistant/components/openai_conversation/translations/mk.json +48 -0
- homeassistant/components/openai_conversation/translations/nl.json +18 -0
- homeassistant/components/openai_conversation/translations/pt.json +46 -0
- homeassistant/components/openai_conversation/translations/ru.json +45 -0
- homeassistant/components/openai_conversation/translations/sk.json +48 -0
- homeassistant/components/openai_conversation/translations/sv.json +29 -0
- homeassistant/components/openai_conversation/translations/zh-Hans.json +48 -0
- homeassistant/components/openai_conversation/translations/zh-Hant.json +48 -0
- homeassistant/components/opentherm_gw/translations/en-GB.json +3 -0
- homeassistant/components/opentherm_gw/translations/ga.json +16 -0
- homeassistant/components/openweathermap/config_flow.py +4 -0
- homeassistant/components/openweathermap/strings.json +1 -1
- homeassistant/components/openweathermap/translations/bg.json +1 -2
- homeassistant/components/openweathermap/translations/ca.json +1 -2
- homeassistant/components/openweathermap/translations/cs.json +1 -1
- homeassistant/components/openweathermap/translations/de.json +1 -1
- homeassistant/components/openweathermap/translations/el.json +1 -2
- homeassistant/components/openweathermap/translations/en-GB.json +1 -1
- homeassistant/components/openweathermap/translations/en.json +1 -1
- homeassistant/components/openweathermap/translations/es.json +1 -1
- homeassistant/components/openweathermap/translations/et.json +1 -1
- homeassistant/components/openweathermap/translations/fi.json +1 -2
- homeassistant/components/openweathermap/translations/fr.json +1 -2
- homeassistant/components/openweathermap/translations/ga.json +16 -0
- homeassistant/components/openweathermap/translations/gsw.json +1 -2
- homeassistant/components/openweathermap/translations/he.json +1 -2
- homeassistant/components/openweathermap/translations/hu.json +1 -2
- homeassistant/components/openweathermap/translations/id.json +1 -2
- homeassistant/components/openweathermap/translations/it.json +1 -2
- homeassistant/components/openweathermap/translations/ja.json +1 -2
- homeassistant/components/openweathermap/translations/ko.json +1 -2
- homeassistant/components/openweathermap/translations/lt.json +1 -2
- homeassistant/components/openweathermap/translations/nb.json +1 -2
- homeassistant/components/openweathermap/translations/nl.json +1 -2
- homeassistant/components/openweathermap/translations/pl.json +1 -2
- homeassistant/components/openweathermap/translations/pt-BR.json +1 -2
- homeassistant/components/openweathermap/translations/pt.json +1 -2
- homeassistant/components/openweathermap/translations/ro.json +1 -2
- homeassistant/components/openweathermap/translations/ru.json +1 -2
- homeassistant/components/openweathermap/translations/sk.json +1 -1
- homeassistant/components/openweathermap/translations/sv.json +1 -2
- homeassistant/components/openweathermap/translations/tr.json +1 -2
- homeassistant/components/openweathermap/translations/uk.json +1 -2
- homeassistant/components/openweathermap/translations/vi.json +1 -2
- homeassistant/components/openweathermap/translations/zh-Hans.json +1 -1
- homeassistant/components/openweathermap/translations/zh-Hant.json +1 -1
- homeassistant/components/opower/config_flow.py +9 -2
- homeassistant/components/opower/sensor.py +22 -21
- homeassistant/components/opower/strings.json +69 -0
- homeassistant/components/opower/translations/bg.json +61 -0
- homeassistant/components/opower/translations/ca.json +6 -0
- homeassistant/components/opower/translations/cs.json +70 -1
- homeassistant/components/opower/translations/de.json +70 -1
- homeassistant/components/opower/translations/el.json +70 -1
- homeassistant/components/opower/translations/en-GB.json +70 -1
- homeassistant/components/opower/translations/en.json +70 -1
- homeassistant/components/opower/translations/es.json +70 -1
- homeassistant/components/opower/translations/et.json +70 -1
- homeassistant/components/opower/translations/ga.json +77 -0
- homeassistant/components/opower/translations/he.json +6 -0
- homeassistant/components/opower/translations/ja.json +73 -0
- homeassistant/components/opower/translations/lt.json +70 -1
- homeassistant/components/opower/translations/nl.json +6 -0
- homeassistant/components/opower/translations/pt.json +70 -1
- homeassistant/components/opower/translations/ru.json +14 -1
- homeassistant/components/opower/translations/sk.json +70 -1
- homeassistant/components/opower/translations/sv.json +16 -1
- homeassistant/components/opower/translations/zh-Hans.json +70 -1
- homeassistant/components/opower/translations/zh-Hant.json +70 -1
- homeassistant/components/osoenergy/icons.json +3 -0
- homeassistant/components/osoenergy/manifest.json +1 -1
- homeassistant/components/osoenergy/services.yaml +14 -0
- homeassistant/components/osoenergy/strings.json +10 -0
- homeassistant/components/osoenergy/translations/bg.json +7 -0
- homeassistant/components/osoenergy/translations/cs.json +10 -0
- homeassistant/components/osoenergy/translations/de.json +11 -1
- homeassistant/components/osoenergy/translations/en.json +10 -0
- homeassistant/components/osoenergy/translations/es.json +9 -0
- homeassistant/components/osoenergy/translations/et.json +10 -0
- homeassistant/components/osoenergy/translations/ga.json +32 -0
- homeassistant/components/osoenergy/translations/sk.json +9 -0
- homeassistant/components/osoenergy/translations/zh-Hans.json +9 -0
- homeassistant/components/osoenergy/translations/zh-Hant.json +9 -0
- homeassistant/components/osoenergy/water_heater.py +34 -1
- homeassistant/components/otp/translations/ga.json +23 -0
- homeassistant/components/overkiz/strings.json +1 -1
- homeassistant/components/overkiz/translations/fr.json +1 -0
- homeassistant/components/palazzetti/translations/en-GB.json +1 -1
- homeassistant/components/paperless_ngx/__init__.py +1 -1
- homeassistant/components/paperless_ngx/translations/en-GB.json +8 -4
- homeassistant/components/pegel_online/__init__.py +6 -2
- homeassistant/components/pegel_online/manifest.json +1 -0
- homeassistant/components/pegel_online/quality_scale.yaml +87 -0
- homeassistant/components/pegel_online/sensor.py +3 -0
- homeassistant/components/pegel_online/strings.json +8 -2
- homeassistant/components/pegel_online/translations/cs.json +7 -1
- homeassistant/components/pegel_online/translations/de.json +7 -1
- homeassistant/components/pegel_online/translations/el.json +7 -1
- homeassistant/components/pegel_online/translations/en-GB.json +7 -1
- homeassistant/components/pegel_online/translations/en.json +7 -1
- homeassistant/components/pegel_online/translations/es.json +7 -1
- homeassistant/components/pegel_online/translations/et.json +7 -1
- homeassistant/components/pegel_online/translations/fr.json +1 -2
- homeassistant/components/pegel_online/translations/ga.json +15 -0
- homeassistant/components/pegel_online/translations/hu.json +7 -1
- homeassistant/components/pegel_online/translations/it.json +7 -0
- homeassistant/components/pegel_online/translations/ja.json +7 -0
- homeassistant/components/pegel_online/translations/lt.json +7 -1
- homeassistant/components/pegel_online/translations/mk.json +1 -2
- homeassistant/components/pegel_online/translations/nl.json +7 -0
- homeassistant/components/pegel_online/translations/pt.json +7 -1
- homeassistant/components/pegel_online/translations/ru.json +7 -1
- homeassistant/components/pegel_online/translations/sk.json +7 -1
- homeassistant/components/pegel_online/translations/sv.json +7 -1
- homeassistant/components/pegel_online/translations/zh-Hans.json +7 -1
- homeassistant/components/pegel_online/translations/zh-Hant.json +7 -1
- homeassistant/components/philips_js/config_flow.py +83 -35
- homeassistant/components/philips_js/manifest.json +2 -1
- homeassistant/components/philips_js/strings.json +5 -0
- homeassistant/components/philips_js/translations/bg.json +1 -0
- homeassistant/components/philips_js/translations/ca.json +1 -0
- homeassistant/components/philips_js/translations/cs.json +5 -0
- homeassistant/components/philips_js/translations/de.json +5 -0
- homeassistant/components/philips_js/translations/el.json +10 -0
- homeassistant/components/philips_js/translations/en-GB.json +5 -0
- homeassistant/components/philips_js/translations/en.json +5 -0
- homeassistant/components/philips_js/translations/es.json +5 -0
- homeassistant/components/philips_js/translations/et.json +5 -0
- homeassistant/components/philips_js/translations/ga.json +7 -0
- homeassistant/components/philips_js/translations/he.json +1 -0
- homeassistant/components/philips_js/translations/ja.json +5 -0
- homeassistant/components/philips_js/translations/lt.json +5 -0
- homeassistant/components/philips_js/translations/nl.json +1 -0
- homeassistant/components/philips_js/translations/pt.json +5 -0
- homeassistant/components/philips_js/translations/ru.json +5 -0
- homeassistant/components/philips_js/translations/sk.json +5 -0
- homeassistant/components/philips_js/translations/sv.json +5 -0
- homeassistant/components/philips_js/translations/zh-Hans.json +5 -0
- homeassistant/components/philips_js/translations/zh-Hant.json +5 -0
- homeassistant/components/pi_hole/__init__.py +123 -16
- homeassistant/components/pi_hole/binary_sensor.py +1 -1
- homeassistant/components/pi_hole/config_flow.py +48 -37
- homeassistant/components/pi_hole/const.py +7 -0
- homeassistant/components/pi_hole/entity.py +4 -1
- homeassistant/components/pi_hole/icons.json +9 -0
- homeassistant/components/pi_hole/manifest.json +1 -1
- homeassistant/components/pi_hole/sensor.py +96 -10
- homeassistant/components/pi_hole/strings.json +21 -6
- homeassistant/components/pi_hole/switch.py +1 -1
- homeassistant/components/pi_hole/translations/bg.json +7 -5
- homeassistant/components/pi_hole/translations/ca.json +6 -5
- homeassistant/components/pi_hole/translations/cs.json +18 -5
- homeassistant/components/pi_hole/translations/da.json +0 -5
- homeassistant/components/pi_hole/translations/de.json +18 -5
- homeassistant/components/pi_hole/translations/el.json +18 -5
- homeassistant/components/pi_hole/translations/en-GB.json +18 -5
- homeassistant/components/pi_hole/translations/en.json +18 -5
- homeassistant/components/pi_hole/translations/es.json +18 -5
- homeassistant/components/pi_hole/translations/et.json +18 -5
- homeassistant/components/pi_hole/translations/fi.json +0 -5
- homeassistant/components/pi_hole/translations/fr.json +0 -5
- homeassistant/components/pi_hole/translations/ga.json +15 -0
- homeassistant/components/pi_hole/translations/he.json +18 -5
- homeassistant/components/pi_hole/translations/hu.json +0 -5
- homeassistant/components/pi_hole/translations/id.json +0 -5
- homeassistant/components/pi_hole/translations/it.json +0 -5
- homeassistant/components/pi_hole/translations/ja.json +18 -5
- homeassistant/components/pi_hole/translations/ko.json +0 -5
- homeassistant/components/pi_hole/translations/lt.json +18 -5
- homeassistant/components/pi_hole/translations/mk.json +9 -0
- homeassistant/components/pi_hole/translations/nb.json +0 -5
- homeassistant/components/pi_hole/translations/nl.json +6 -5
- homeassistant/components/pi_hole/translations/pl.json +0 -5
- homeassistant/components/pi_hole/translations/pt-BR.json +0 -5
- homeassistant/components/pi_hole/translations/pt.json +18 -5
- homeassistant/components/pi_hole/translations/ro.json +0 -5
- homeassistant/components/pi_hole/translations/ru.json +18 -5
- homeassistant/components/pi_hole/translations/sk.json +18 -5
- homeassistant/components/pi_hole/translations/sl.json +0 -5
- homeassistant/components/pi_hole/translations/sv.json +9 -5
- homeassistant/components/pi_hole/translations/tr.json +0 -5
- homeassistant/components/pi_hole/translations/uk.json +0 -5
- homeassistant/components/pi_hole/translations/vi.json +0 -5
- homeassistant/components/pi_hole/translations/zh-Hans.json +18 -5
- homeassistant/components/pi_hole/translations/zh-Hant.json +18 -5
- homeassistant/components/pi_hole/update.py +15 -15
- homeassistant/components/ping/__init__.py +0 -6
- homeassistant/components/ping/config_flow.py +3 -3
- homeassistant/components/plaato/translations/es.json +1 -1
- homeassistant/components/playstation_network/__init__.py +44 -4
- homeassistant/components/playstation_network/binary_sensor.py +76 -0
- homeassistant/components/playstation_network/config_flow.py +106 -7
- homeassistant/components/playstation_network/const.py +4 -2
- homeassistant/components/playstation_network/coordinator.py +167 -14
- homeassistant/components/playstation_network/diagnostics.py +15 -7
- homeassistant/components/playstation_network/entity.py +54 -0
- homeassistant/components/playstation_network/helpers.py +92 -37
- homeassistant/components/playstation_network/icons.json +36 -0
- homeassistant/components/playstation_network/image.py +154 -0
- homeassistant/components/playstation_network/media_player.py +35 -11
- homeassistant/components/playstation_network/notify.py +126 -0
- homeassistant/components/playstation_network/quality_scale.yaml +1 -1
- homeassistant/components/playstation_network/sensor.py +94 -40
- homeassistant/components/playstation_network/strings.json +93 -2
- homeassistant/components/playstation_network/translations/bg.json +18 -1
- homeassistant/components/playstation_network/translations/ca.json +2 -1
- homeassistant/components/playstation_network/translations/cs.json +50 -0
- homeassistant/components/playstation_network/translations/de.json +91 -0
- homeassistant/components/playstation_network/translations/el.json +36 -0
- homeassistant/components/playstation_network/translations/en-GB.json +123 -0
- homeassistant/components/playstation_network/translations/en.json +91 -0
- homeassistant/components/playstation_network/translations/es.json +50 -0
- homeassistant/components/playstation_network/translations/et.json +50 -0
- homeassistant/components/playstation_network/translations/fr.json +13 -0
- homeassistant/components/playstation_network/translations/ga.json +86 -0
- homeassistant/components/playstation_network/translations/he.json +9 -1
- homeassistant/components/playstation_network/translations/hu.json +11 -0
- homeassistant/components/playstation_network/translations/id.json +2 -1
- homeassistant/components/playstation_network/translations/it.json +14 -0
- homeassistant/components/playstation_network/translations/ja.json +24 -0
- homeassistant/components/playstation_network/translations/lt.json +28 -0
- homeassistant/components/playstation_network/translations/mk.json +11 -0
- homeassistant/components/playstation_network/translations/nl.json +16 -1
- homeassistant/components/playstation_network/translations/pt.json +28 -0
- homeassistant/components/playstation_network/translations/ru.json +33 -0
- homeassistant/components/playstation_network/translations/sk.json +50 -0
- homeassistant/components/playstation_network/translations/sl.json +28 -0
- homeassistant/components/playstation_network/translations/sv.json +29 -1
- homeassistant/components/playstation_network/translations/zh-Hans.json +50 -0
- homeassistant/components/playstation_network/translations/zh-Hant.json +50 -0
- homeassistant/components/plugwise/__init__.py +4 -4
- homeassistant/components/plugwise/climate.py +3 -3
- homeassistant/components/plugwise/config_flow.py +3 -3
- homeassistant/components/plugwise/entity.py +1 -1
- homeassistant/components/plugwise/manifest.json +1 -1
- homeassistant/components/plugwise/select.py +2 -2
- homeassistant/components/plugwise/translations/ga.json +5 -0
- homeassistant/components/proximity/__init__.py +0 -8
- homeassistant/components/proximity/config_flow.py +3 -3
- homeassistant/components/proximity/strings.json +12 -12
- homeassistant/components/proxy/manifest.json +1 -1
- homeassistant/components/prusalink/translations/en-GB.json +1 -1
- homeassistant/components/ps4/media_player.py +2 -2
- homeassistant/components/purpleair/__init__.py +0 -7
- homeassistant/components/purpleair/config_flow.py +2 -2
- homeassistant/components/purpleair/sensor.py +1 -1
- homeassistant/components/pyload/config_flow.py +58 -0
- homeassistant/components/pyload/strings.json +12 -0
- homeassistant/components/pyload/translations/bg.json +6 -0
- homeassistant/components/pyload/translations/ca.json +6 -0
- homeassistant/components/pyload/translations/cs.json +12 -0
- homeassistant/components/pyload/translations/de.json +12 -0
- homeassistant/components/pyload/translations/el.json +12 -0
- homeassistant/components/pyload/translations/en-GB.json +12 -0
- homeassistant/components/pyload/translations/en.json +12 -0
- homeassistant/components/pyload/translations/es.json +12 -0
- homeassistant/components/pyload/translations/et.json +12 -0
- homeassistant/components/pyload/translations/fr.json +12 -0
- homeassistant/components/pyload/translations/ga.json +28 -0
- homeassistant/components/pyload/translations/he.json +6 -0
- homeassistant/components/pyload/translations/lt.json +12 -0
- homeassistant/components/pyload/translations/nl.json +10 -0
- homeassistant/components/pyload/translations/pt.json +12 -0
- homeassistant/components/pyload/translations/ru.json +12 -0
- homeassistant/components/pyload/translations/sk.json +12 -0
- homeassistant/components/pyload/translations/sv.json +10 -0
- homeassistant/components/pyload/translations/zh-Hans.json +12 -0
- homeassistant/components/pyload/translations/zh-Hant.json +12 -0
- homeassistant/components/qbittorrent/translations/ga.json +5 -0
- homeassistant/components/qbus/entity.py +2 -5
- homeassistant/components/qbus/manifest.json +1 -1
- homeassistant/components/qnap/strings.json +1 -1
- homeassistant/components/qnap/translations/ca.json +0 -1
- homeassistant/components/qnap/translations/cs.json +1 -1
- homeassistant/components/qnap/translations/de.json +1 -1
- homeassistant/components/qnap/translations/el.json +1 -1
- homeassistant/components/qnap/translations/en-GB.json +1 -1
- homeassistant/components/qnap/translations/en.json +1 -1
- homeassistant/components/qnap/translations/es.json +1 -1
- homeassistant/components/qnap/translations/et.json +1 -1
- homeassistant/components/qnap/translations/fi.json +0 -1
- homeassistant/components/qnap/translations/hu.json +0 -1
- homeassistant/components/qnap/translations/it.json +0 -1
- homeassistant/components/qnap/translations/ja.json +0 -1
- homeassistant/components/qnap/translations/ko.json +0 -1
- homeassistant/components/qnap/translations/lt.json +0 -1
- homeassistant/components/qnap/translations/mk.json +9 -0
- homeassistant/components/qnap/translations/nl.json +0 -1
- homeassistant/components/qnap/translations/pt-BR.json +0 -1
- homeassistant/components/qnap/translations/pt.json +0 -1
- homeassistant/components/qnap/translations/ro.json +0 -1
- homeassistant/components/qnap/translations/ru.json +1 -1
- homeassistant/components/qnap/translations/sk.json +1 -1
- homeassistant/components/qnap/translations/sl.json +0 -1
- homeassistant/components/qnap/translations/sv.json +0 -1
- homeassistant/components/qnap/translations/tr.json +0 -1
- homeassistant/components/qnap/translations/zh-Hans.json +1 -1
- homeassistant/components/qnap/translations/zh-Hant.json +1 -1
- homeassistant/components/qrcode/manifest.json +1 -1
- homeassistant/components/rachio/translations/es.json +1 -1
- homeassistant/components/rainbird/__init__.py +3 -0
- homeassistant/components/rainbird/strings.json +2 -2
- homeassistant/components/rainbird/translations/de.json +2 -2
- homeassistant/components/rainbird/translations/el.json +9 -2
- homeassistant/components/rainbird/translations/en-GB.json +2 -2
- homeassistant/components/rainbird/translations/en.json +2 -2
- homeassistant/components/rainbird/translations/es.json +5 -5
- homeassistant/components/rainbird/translations/et.json +2 -2
- homeassistant/components/rainbird/translations/fi.json +0 -4
- homeassistant/components/rainbird/translations/fr.json +0 -4
- homeassistant/components/rainbird/translations/hu.json +0 -4
- homeassistant/components/rainbird/translations/it.json +0 -4
- homeassistant/components/rainbird/translations/ja.json +0 -4
- homeassistant/components/rainbird/translations/ko.json +0 -4
- homeassistant/components/rainbird/translations/lt.json +0 -4
- homeassistant/components/rainbird/translations/pt.json +0 -4
- homeassistant/components/rainbird/translations/ru.json +0 -4
- homeassistant/components/rainbird/translations/sk.json +2 -2
- homeassistant/components/rainbird/translations/sv.json +0 -4
- homeassistant/components/rainbird/translations/tr.json +0 -4
- homeassistant/components/rainbird/translations/zh-Hans.json +2 -2
- homeassistant/components/rainbird/translations/zh-Hant.json +2 -2
- homeassistant/components/rainmachine/strings.json +11 -11
- homeassistant/components/rainmachine/translations/el.json +4 -0
- homeassistant/components/rainmachine/translations/es.json +5 -1
- homeassistant/components/random/translations/da.json +7 -0
- homeassistant/components/random/translations/ga.json +1 -0
- homeassistant/components/rdw/translations/en-GB.json +2 -2
- homeassistant/components/recorder/pool.py +7 -0
- homeassistant/components/refoss/translations/ga.json +24 -0
- homeassistant/components/remote/translations/es.json +1 -1
- homeassistant/components/remote_calendar/calendar.py +1 -1
- homeassistant/components/remote_calendar/manifest.json +1 -1
- homeassistant/components/remote_calendar/translations/en-GB.json +5 -1
- homeassistant/components/remote_calendar/translations/he.json +6 -0
- homeassistant/components/renault/__init__.py +2 -2
- homeassistant/components/renault/services.py +3 -2
- homeassistant/components/reolink/__init__.py +0 -11
- homeassistant/components/reolink/config_flow.py +2 -2
- homeassistant/components/reolink/diagnostics.py +3 -1
- homeassistant/components/reolink/entity.py +1 -1
- homeassistant/components/reolink/icons.json +21 -1
- homeassistant/components/reolink/manifest.json +1 -1
- homeassistant/components/reolink/number.py +33 -1
- homeassistant/components/reolink/select.py +25 -0
- homeassistant/components/reolink/sensor.py +22 -3
- homeassistant/components/reolink/strings.json +15 -0
- homeassistant/components/reolink/switch.py +9 -0
- homeassistant/components/reolink/translations/cs.json +15 -0
- homeassistant/components/reolink/translations/de.json +15 -0
- homeassistant/components/reolink/translations/el.json +6 -0
- homeassistant/components/reolink/translations/en-GB.json +37 -1
- homeassistant/components/reolink/translations/en.json +15 -0
- homeassistant/components/reolink/translations/es.json +25 -10
- homeassistant/components/reolink/translations/et.json +15 -0
- homeassistant/components/reolink/translations/ga.json +44 -1
- homeassistant/components/reolink/translations/mk.json +5 -0
- homeassistant/components/reolink/translations/sk.json +15 -0
- homeassistant/components/reolink/translations/zh-Hans.json +15 -0
- homeassistant/components/reolink/translations/zh-Hant.json +15 -0
- homeassistant/components/rest/sensor.py +1 -15
- homeassistant/components/rest_command/__init__.py +5 -1
- homeassistant/components/rflink/light.py +2 -2
- homeassistant/components/rfxtrx/translations/es.json +8 -8
- homeassistant/components/ring/manifest.json +1 -0
- homeassistant/components/ring/quality_scale.yaml +71 -0
- homeassistant/components/risco/alarm_control_panel.py +7 -3
- homeassistant/components/risco/strings.json +6 -6
- homeassistant/components/risco/translations/ca.json +0 -8
- homeassistant/components/risco/translations/cs.json +2 -2
- homeassistant/components/risco/translations/de.json +5 -5
- homeassistant/components/risco/translations/el.json +4 -4
- homeassistant/components/risco/translations/en-GB.json +6 -6
- homeassistant/components/risco/translations/en.json +6 -6
- homeassistant/components/risco/translations/es.json +6 -6
- homeassistant/components/risco/translations/et.json +1 -1
- homeassistant/components/risco/translations/fi.json +0 -8
- homeassistant/components/risco/translations/fr.json +4 -6
- homeassistant/components/risco/translations/he.json +0 -8
- homeassistant/components/risco/translations/hu.json +0 -8
- homeassistant/components/risco/translations/id.json +0 -8
- homeassistant/components/risco/translations/it.json +0 -8
- homeassistant/components/risco/translations/ja.json +0 -8
- homeassistant/components/risco/translations/ko.json +0 -8
- homeassistant/components/risco/translations/lb.json +0 -7
- homeassistant/components/risco/translations/lt.json +0 -8
- homeassistant/components/risco/translations/nb.json +0 -8
- homeassistant/components/risco/translations/nl.json +0 -8
- homeassistant/components/risco/translations/pl.json +0 -8
- homeassistant/components/risco/translations/pt-BR.json +0 -8
- homeassistant/components/risco/translations/pt.json +0 -8
- homeassistant/components/risco/translations/ro.json +0 -8
- homeassistant/components/risco/translations/ru.json +0 -2
- homeassistant/components/risco/translations/sk.json +6 -6
- homeassistant/components/risco/translations/sv.json +0 -8
- homeassistant/components/risco/translations/tr.json +0 -8
- homeassistant/components/risco/translations/uk.json +0 -8
- homeassistant/components/risco/translations/vi.json +0 -6
- homeassistant/components/risco/translations/zh-Hans.json +2 -2
- homeassistant/components/risco/translations/zh-Hant.json +3 -3
- homeassistant/components/roborock/__init__.py +0 -8
- homeassistant/components/roborock/config_flow.py +4 -9
- homeassistant/components/roborock/translations/es.json +2 -2
- homeassistant/components/roborock/translations/ga.json +50 -1
- homeassistant/components/roku/__init__.py +0 -7
- homeassistant/components/roku/config_flow.py +2 -2
- homeassistant/components/roku/media_player.py +4 -4
- homeassistant/components/roomba/translations/es.json +1 -1
- homeassistant/components/roon/event.py +4 -3
- homeassistant/components/roon/media_player.py +4 -3
- homeassistant/components/roon/translations/ga.json +15 -0
- homeassistant/components/russound_rio/const.py +4 -0
- homeassistant/components/russound_rio/manifest.json +1 -1
- homeassistant/components/russound_rio/media_player.py +51 -2
- homeassistant/components/russound_rio/strings.json +9 -0
- homeassistant/components/russound_rio/translations/cs.json +9 -0
- homeassistant/components/russound_rio/translations/de.json +9 -0
- homeassistant/components/russound_rio/translations/el.json +9 -0
- homeassistant/components/russound_rio/translations/en-GB.json +30 -0
- homeassistant/components/russound_rio/translations/en.json +9 -0
- homeassistant/components/russound_rio/translations/es.json +9 -0
- homeassistant/components/russound_rio/translations/et.json +9 -0
- homeassistant/components/russound_rio/translations/ga.json +16 -0
- homeassistant/components/russound_rio/translations/ja.json +9 -0
- homeassistant/components/russound_rio/translations/lt.json +9 -0
- homeassistant/components/russound_rio/translations/mk.json +13 -1
- homeassistant/components/russound_rio/translations/pt.json +9 -0
- homeassistant/components/russound_rio/translations/sk.json +9 -0
- homeassistant/components/russound_rio/translations/zh-Hans.json +9 -0
- homeassistant/components/russound_rio/translations/zh-Hant.json +9 -0
- homeassistant/components/samsungtv/strings.json +1 -1
- homeassistant/components/samsungtv/translations/bg.json +0 -1
- homeassistant/components/samsungtv/translations/ca.json +0 -1
- homeassistant/components/samsungtv/translations/de.json +1 -1
- homeassistant/components/samsungtv/translations/el.json +1 -1
- homeassistant/components/samsungtv/translations/en-GB.json +4 -4
- homeassistant/components/samsungtv/translations/en.json +1 -1
- homeassistant/components/samsungtv/translations/es.json +1 -1
- homeassistant/components/samsungtv/translations/et.json +1 -1
- homeassistant/components/samsungtv/translations/fi.json +0 -1
- homeassistant/components/samsungtv/translations/fr.json +0 -1
- homeassistant/components/samsungtv/translations/hu.json +0 -1
- homeassistant/components/samsungtv/translations/id.json +0 -1
- homeassistant/components/samsungtv/translations/it.json +0 -1
- homeassistant/components/samsungtv/translations/ja.json +0 -1
- homeassistant/components/samsungtv/translations/ko.json +0 -1
- homeassistant/components/samsungtv/translations/lt.json +0 -1
- homeassistant/components/samsungtv/translations/nb.json +0 -1
- homeassistant/components/samsungtv/translations/nl.json +0 -1
- homeassistant/components/samsungtv/translations/pl.json +0 -1
- homeassistant/components/samsungtv/translations/pt-BR.json +0 -1
- homeassistant/components/samsungtv/translations/pt.json +0 -1
- homeassistant/components/samsungtv/translations/ro.json +0 -1
- homeassistant/components/samsungtv/translations/ru.json +0 -1
- homeassistant/components/samsungtv/translations/sk.json +1 -1
- homeassistant/components/samsungtv/translations/sl.json +0 -1
- homeassistant/components/samsungtv/translations/sv.json +0 -1
- homeassistant/components/samsungtv/translations/tr.json +0 -1
- homeassistant/components/samsungtv/translations/uk.json +0 -1
- homeassistant/components/samsungtv/translations/vi.json +0 -1
- homeassistant/components/samsungtv/translations/zh-Hans.json +1 -1
- homeassistant/components/samsungtv/translations/zh-Hant.json +1 -1
- homeassistant/components/schlage/manifest.json +1 -1
- homeassistant/components/scrape/manifest.json +1 -1
- homeassistant/components/scrape/sensor.py +2 -13
- homeassistant/components/scrape/translations/ga.json +2 -1
- homeassistant/components/scrape/translations/mk.json +9 -0
- homeassistant/components/screenlogic/manifest.json +1 -1
- homeassistant/components/screenlogic/translations/es.json +3 -3
- homeassistant/components/script/translations/ga.json +3 -0
- homeassistant/components/select/translations/ga.json +11 -0
- homeassistant/components/sensor/__init__.py +3 -1
- homeassistant/components/sensor/const.py +14 -0
- homeassistant/components/sensor/device_condition.py +3 -0
- homeassistant/components/sensor/device_trigger.py +3 -0
- homeassistant/components/sensor/icons.json +3 -0
- homeassistant/components/sensor/strings.json +5 -0
- homeassistant/components/sensor/translations/cs.json +5 -0
- homeassistant/components/sensor/translations/de.json +5 -0
- homeassistant/components/sensor/translations/el.json +5 -0
- homeassistant/components/sensor/translations/en-GB.json +5 -0
- homeassistant/components/sensor/translations/en.json +5 -0
- homeassistant/components/sensor/translations/es.json +6 -0
- homeassistant/components/sensor/translations/et.json +5 -0
- homeassistant/components/sensor/translations/fr.json +5 -0
- homeassistant/components/sensor/translations/ga.json +15 -0
- homeassistant/components/sensor/translations/he.json +5 -0
- homeassistant/components/sensor/translations/lt.json +5 -0
- homeassistant/components/sensor/translations/nl.json +3 -0
- homeassistant/components/sensor/translations/pt.json +5 -0
- homeassistant/components/sensor/translations/ru.json +5 -0
- homeassistant/components/sensor/translations/sk.json +5 -0
- homeassistant/components/sensor/translations/sv.json +4 -0
- homeassistant/components/sensor/translations/zh-Hans.json +5 -0
- homeassistant/components/sensor/translations/zh-Hant.json +5 -0
- homeassistant/components/seven_segments/manifest.json +1 -1
- homeassistant/components/seventeentrack/translations/ga.json +8 -0
- homeassistant/components/sfr_box/manifest.json +1 -1
- homeassistant/components/sfr_box/strings.json +1 -1
- homeassistant/components/shelly/__init__.py +1 -1
- homeassistant/components/shelly/button.py +4 -21
- homeassistant/components/shelly/climate.py +2 -8
- homeassistant/components/shelly/config_flow.py +2 -2
- homeassistant/components/shelly/coordinator.py +15 -5
- homeassistant/components/shelly/entity.py +41 -32
- homeassistant/components/shelly/event.py +2 -8
- homeassistant/components/shelly/manifest.json +1 -1
- homeassistant/components/shelly/sensor.py +3 -7
- homeassistant/components/shelly/strings.json +1 -1
- homeassistant/components/shelly/translations/cs.json +1 -1
- homeassistant/components/shelly/translations/da.json +3 -1
- homeassistant/components/shelly/translations/de.json +1 -1
- homeassistant/components/shelly/translations/el.json +2 -1
- homeassistant/components/shelly/translations/en-GB.json +15 -1
- homeassistant/components/shelly/translations/en.json +1 -1
- homeassistant/components/shelly/translations/es.json +3 -3
- homeassistant/components/shelly/translations/et.json +1 -1
- homeassistant/components/shelly/translations/fr.json +1 -1
- homeassistant/components/shelly/translations/ga.json +2 -1
- homeassistant/components/shelly/translations/hu.json +1 -2
- homeassistant/components/shelly/translations/lt.json +1 -2
- homeassistant/components/shelly/translations/mk.json +5 -0
- homeassistant/components/shelly/translations/pl.json +1 -1
- homeassistant/components/shelly/translations/pt.json +1 -2
- homeassistant/components/shelly/translations/ru.json +1 -1
- homeassistant/components/shelly/translations/sk.json +1 -1
- homeassistant/components/shelly/translations/sv.json +1 -2
- homeassistant/components/shelly/translations/zh-Hans.json +1 -1
- homeassistant/components/shelly/translations/zh-Hant.json +1 -1
- homeassistant/components/shelly/utils.py +16 -1
- homeassistant/components/sighthound/manifest.json +1 -1
- homeassistant/components/simplisafe/translations/es.json +4 -4
- homeassistant/components/sleepiq/const.py +4 -0
- homeassistant/components/sleepiq/manifest.json +1 -1
- homeassistant/components/sleepiq/number.py +53 -1
- homeassistant/components/sleepiq/select.py +61 -1
- homeassistant/components/sleepiq/strings.json +11 -0
- homeassistant/components/sleepiq/translations/bg.json +9 -0
- homeassistant/components/sleepiq/translations/cs.json +11 -0
- homeassistant/components/sleepiq/translations/de.json +11 -0
- homeassistant/components/sleepiq/translations/el.json +11 -0
- homeassistant/components/sleepiq/translations/en-GB.json +11 -0
- homeassistant/components/sleepiq/translations/en.json +11 -0
- homeassistant/components/sleepiq/translations/es.json +11 -0
- homeassistant/components/sleepiq/translations/et.json +11 -0
- homeassistant/components/sleepiq/translations/ga.json +10 -0
- homeassistant/components/sleepiq/translations/he.json +5 -0
- homeassistant/components/sleepiq/translations/mk.json +16 -0
- homeassistant/components/sleepiq/translations/nl.json +5 -0
- homeassistant/components/sleepiq/translations/ru.json +11 -0
- homeassistant/components/sleepiq/translations/sk.json +11 -0
- homeassistant/components/sleepiq/translations/zh-Hans.json +11 -0
- homeassistant/components/sleepiq/translations/zh-Hant.json +11 -0
- homeassistant/components/slide_local/__init__.py +0 -7
- homeassistant/components/slide_local/config_flow.py +6 -2
- homeassistant/components/smarla/manifest.json +1 -1
- homeassistant/components/smartthings/__init__.py +1 -0
- homeassistant/components/smartthings/translations/el.json +3 -0
- homeassistant/components/smartthings/translations/en-GB.json +3 -0
- homeassistant/components/smartthings/translations/es.json +2 -2
- homeassistant/components/smartthings/translations/he.json +6 -0
- homeassistant/components/smartthings/translations/sv.json +3 -0
- homeassistant/components/smartthings/vacuum.py +95 -0
- homeassistant/components/smarttub/binary_sensor.py +29 -3
- homeassistant/components/smarttub/const.py +1 -0
- homeassistant/components/smarttub/controller.py +2 -0
- homeassistant/components/smarttub/entity.py +30 -4
- homeassistant/components/smarttub/manifest.json +1 -1
- homeassistant/components/smarttub/sensor.py +10 -10
- homeassistant/components/smhi/__init__.py +1 -1
- homeassistant/components/smhi/coordinator.py +10 -0
- homeassistant/components/smhi/entity.py +7 -1
- homeassistant/components/smhi/icons.json +27 -0
- homeassistant/components/smhi/sensor.py +139 -0
- homeassistant/components/smhi/strings.json +34 -0
- homeassistant/components/smhi/translations/bg.json +33 -0
- homeassistant/components/smhi/translations/cs.json +34 -0
- homeassistant/components/smhi/translations/de.json +34 -0
- homeassistant/components/smhi/translations/el.json +34 -0
- homeassistant/components/smhi/translations/en-GB.json +34 -0
- homeassistant/components/smhi/translations/en.json +34 -0
- homeassistant/components/smhi/translations/es.json +34 -0
- homeassistant/components/smhi/translations/et.json +34 -0
- homeassistant/components/smhi/translations/ga.json +34 -0
- homeassistant/components/smhi/translations/lt.json +34 -0
- homeassistant/components/smhi/translations/mk.json +34 -1
- homeassistant/components/smhi/translations/nl.json +11 -0
- homeassistant/components/smhi/translations/sk.json +34 -0
- homeassistant/components/smhi/translations/sv.json +34 -0
- homeassistant/components/smhi/translations/zh-Hans.json +34 -0
- homeassistant/components/smhi/translations/zh-Hant.json +34 -0
- homeassistant/components/smhi/weather.py +19 -5
- homeassistant/components/snapcast/media_player.py +75 -1
- homeassistant/components/snmp/device_tracker.py +37 -23
- homeassistant/components/snmp/manifest.json +1 -1
- homeassistant/components/snmp/sensor.py +7 -7
- homeassistant/components/snmp/switch.py +15 -8
- homeassistant/components/snmp/util.py +10 -10
- homeassistant/components/solarlog/translations/ga.json +9 -1
- homeassistant/components/somfy_mylink/__init__.py +1 -16
- homeassistant/components/somfy_mylink/config_flow.py +2 -2
- homeassistant/components/sonarr/__init__.py +0 -6
- homeassistant/components/sonarr/config_flow.py +2 -2
- homeassistant/components/sonarr/translations/he.json +7 -0
- homeassistant/components/sonos/favorites.py +1 -1
- homeassistant/components/sonos/sensor.py +65 -3
- homeassistant/components/sonos/strings.json +8 -0
- homeassistant/components/sonos/translations/bg.json +9 -0
- homeassistant/components/sonos/translations/cs.json +8 -0
- homeassistant/components/sonos/translations/de.json +8 -0
- homeassistant/components/sonos/translations/el.json +8 -0
- homeassistant/components/sonos/translations/en-GB.json +18 -1
- homeassistant/components/sonos/translations/en.json +8 -0
- homeassistant/components/sonos/translations/es.json +8 -0
- homeassistant/components/sonos/translations/et.json +8 -0
- homeassistant/components/sonos/translations/fr.json +8 -0
- homeassistant/components/sonos/translations/ga.json +12 -0
- homeassistant/components/sonos/translations/he.json +11 -0
- homeassistant/components/sonos/translations/hu.json +8 -0
- homeassistant/components/sonos/translations/it.json +8 -0
- homeassistant/components/sonos/translations/ja.json +8 -0
- homeassistant/components/sonos/translations/lt.json +8 -0
- homeassistant/components/sonos/translations/mk.json +12 -0
- homeassistant/components/sonos/translations/nl.json +6 -0
- homeassistant/components/sonos/translations/pt.json +8 -0
- homeassistant/components/sonos/translations/ru.json +8 -0
- homeassistant/components/sonos/translations/sk.json +8 -0
- homeassistant/components/sonos/translations/sv.json +8 -0
- homeassistant/components/sonos/translations/zh-Hans.json +8 -0
- homeassistant/components/sonos/translations/zh-Hant.json +8 -0
- homeassistant/components/speedtestdotnet/__init__.py +0 -8
- homeassistant/components/speedtestdotnet/config_flow.py +6 -2
- homeassistant/components/sql/__init__.py +0 -7
- homeassistant/components/sql/config_flow.py +2 -2
- homeassistant/components/sql/sensor.py +2 -1
- homeassistant/components/sql/translations/ga.json +1 -0
- homeassistant/components/squeezebox/__init__.py +11 -15
- homeassistant/components/squeezebox/binary_sensor.py +1 -1
- homeassistant/components/squeezebox/const.py +2 -3
- homeassistant/components/squeezebox/coordinator.py +4 -4
- homeassistant/components/squeezebox/entity.py +0 -4
- homeassistant/components/squeezebox/media_player.py +60 -16
- homeassistant/components/squeezebox/sensor.py +1 -1
- homeassistant/components/starline/translations/en-GB.json +1 -1
- homeassistant/components/starlink/sensor.py +1 -1
- homeassistant/components/statistics/__init__.py +44 -1
- homeassistant/components/statistics/config_flow.py +11 -9
- homeassistant/components/statistics/sensor.py +21 -14
- homeassistant/components/statistics/translations/ga.json +58 -7
- homeassistant/components/stookwijzer/__init__.py +15 -1
- homeassistant/components/stookwijzer/const.py +3 -0
- homeassistant/components/stookwijzer/icons.json +7 -0
- homeassistant/components/stookwijzer/services.py +76 -0
- homeassistant/components/stookwijzer/services.yaml +7 -0
- homeassistant/components/stookwijzer/strings.json +18 -0
- homeassistant/components/stookwijzer/translations/cs.json +18 -0
- homeassistant/components/stookwijzer/translations/de.json +18 -0
- homeassistant/components/stookwijzer/translations/el.json +18 -0
- homeassistant/components/stookwijzer/translations/en-GB.json +18 -0
- homeassistant/components/stookwijzer/translations/en.json +18 -0
- homeassistant/components/stookwijzer/translations/es.json +18 -0
- homeassistant/components/stookwijzer/translations/et.json +18 -0
- homeassistant/components/stookwijzer/translations/ga.json +18 -0
- homeassistant/components/stookwijzer/translations/lt.json +18 -0
- homeassistant/components/stookwijzer/translations/pt.json +18 -0
- homeassistant/components/stookwijzer/translations/sk.json +18 -0
- homeassistant/components/stookwijzer/translations/sv.json +3 -0
- homeassistant/components/stookwijzer/translations/zh-Hans.json +18 -0
- homeassistant/components/stookwijzer/translations/zh-Hant.json +18 -0
- homeassistant/components/stream/manifest.json +1 -1
- homeassistant/components/suez_water/manifest.json +1 -1
- homeassistant/components/sun/translations/en-GB.json +6 -0
- homeassistant/components/sun/translations/fi.json +11 -0
- homeassistant/components/swiss_public_transport/translations/ga.json +11 -1
- homeassistant/components/switch_as_x/__init__.py +23 -19
- homeassistant/components/switch_as_x/config_flow.py +1 -1
- homeassistant/components/switch_as_x/entity.py +1 -6
- homeassistant/components/switchbot/strings.json +3 -3
- homeassistant/components/switchbot/translations/de.json +1 -1
- homeassistant/components/switchbot/translations/el.json +5 -0
- homeassistant/components/switchbot/translations/en-GB.json +50 -1
- homeassistant/components/switchbot/translations/en.json +1 -1
- homeassistant/components/switchbot/translations/es.json +1 -1
- homeassistant/components/switchbot/translations/ga.json +4 -3
- homeassistant/components/switchbot/translations/he.json +5 -0
- homeassistant/components/switchbot/translations/hu.json +1 -3
- homeassistant/components/switchbot/translations/ja.json +1 -3
- homeassistant/components/switchbot/translations/ko.json +1 -2
- homeassistant/components/switchbot/translations/lt.json +1 -3
- homeassistant/components/switchbot/translations/nl.json +1 -3
- homeassistant/components/switchbot/translations/pt-BR.json +0 -1
- homeassistant/components/switchbot/translations/pt.json +1 -3
- homeassistant/components/switchbot/translations/sk.json +1 -1
- homeassistant/components/switchbot/translations/sv.json +1 -3
- homeassistant/components/switchbot/translations/tr.json +1 -3
- homeassistant/components/switchbot/translations/zh-Hans.json +1 -1
- homeassistant/components/switchbot/translations/zh-Hant.json +1 -1
- homeassistant/components/switchbot_cloud/__init__.py +29 -2
- homeassistant/components/switchbot_cloud/const.py +2 -0
- homeassistant/components/switchbot_cloud/fan.py +120 -0
- homeassistant/components/switchbot_cloud/light.py +153 -0
- homeassistant/components/switchbot_cloud/manifest.json +1 -1
- homeassistant/components/switchbot_cloud/sensor.py +1 -0
- homeassistant/components/switchbot_cloud/vacuum.py +136 -4
- homeassistant/components/syncthing/translations/de.json +1 -1
- homeassistant/components/synology_dsm/__init__.py +0 -8
- homeassistant/components/synology_dsm/config_flow.py +2 -2
- homeassistant/components/system_bridge/translations/ga.json +11 -0
- homeassistant/components/system_health/__init__.py +1 -1
- homeassistant/components/systemmonitor/translations/pt-BR.json +2 -2
- homeassistant/components/tado/translations/ga.json +6 -0
- homeassistant/components/tado/translations/nl.json +14 -0
- homeassistant/components/tailscale/translations/ga.json +9 -0
- homeassistant/components/tami4/translations/ga.json +8 -0
- homeassistant/components/tankerkoenig/__init__.py +0 -9
- homeassistant/components/tankerkoenig/binary_sensor.py +3 -0
- homeassistant/components/tankerkoenig/config_flow.py +4 -4
- homeassistant/components/tankerkoenig/coordinator.py +15 -3
- homeassistant/components/tankerkoenig/manifest.json +1 -0
- homeassistant/components/tankerkoenig/quality_scale.yaml +81 -0
- homeassistant/components/tankerkoenig/sensor.py +12 -2
- homeassistant/components/tankerkoenig/strings.json +34 -1
- homeassistant/components/tankerkoenig/translations/ca.json +1 -2
- homeassistant/components/tankerkoenig/translations/cs.json +35 -2
- homeassistant/components/tankerkoenig/translations/de.json +35 -2
- homeassistant/components/tankerkoenig/translations/el.json +1 -2
- homeassistant/components/tankerkoenig/translations/en-GB.json +24 -2
- homeassistant/components/tankerkoenig/translations/en.json +35 -2
- homeassistant/components/tankerkoenig/translations/es.json +35 -2
- homeassistant/components/tankerkoenig/translations/et.json +35 -2
- homeassistant/components/tankerkoenig/translations/fi.json +1 -2
- homeassistant/components/tankerkoenig/translations/fr.json +1 -2
- homeassistant/components/tankerkoenig/translations/ga.json +52 -0
- homeassistant/components/tankerkoenig/translations/hu.json +1 -2
- homeassistant/components/tankerkoenig/translations/id.json +1 -2
- homeassistant/components/tankerkoenig/translations/it.json +1 -2
- homeassistant/components/tankerkoenig/translations/ja.json +1 -2
- homeassistant/components/tankerkoenig/translations/ko.json +1 -2
- homeassistant/components/tankerkoenig/translations/lt.json +1 -2
- homeassistant/components/tankerkoenig/translations/nb.json +1 -2
- homeassistant/components/tankerkoenig/translations/nl.json +1 -2
- homeassistant/components/tankerkoenig/translations/pl.json +1 -2
- homeassistant/components/tankerkoenig/translations/pt-BR.json +1 -2
- homeassistant/components/tankerkoenig/translations/pt.json +1 -2
- homeassistant/components/tankerkoenig/translations/ro.json +1 -2
- homeassistant/components/tankerkoenig/translations/ru.json +1 -2
- homeassistant/components/tankerkoenig/translations/sk.json +35 -2
- homeassistant/components/tankerkoenig/translations/sv.json +1 -2
- homeassistant/components/tankerkoenig/translations/tr.json +1 -2
- homeassistant/components/tankerkoenig/translations/uk.json +1 -2
- homeassistant/components/tankerkoenig/translations/zh-Hans.json +35 -2
- homeassistant/components/tankerkoenig/translations/zh-Hant.json +35 -2
- homeassistant/components/technove/translations/en-GB.json +3 -3
- homeassistant/components/technove/translations/ga.json +8 -0
- homeassistant/components/tedee/translations/el.json +2 -1
- homeassistant/components/telegram_bot/config_flow.py +6 -2
- homeassistant/components/telegram_bot/services.yaml +48 -42
- homeassistant/components/telegram_bot/strings.json +11 -7
- homeassistant/components/telegram_bot/translations/ca.json +0 -5
- homeassistant/components/telegram_bot/translations/cs.json +9 -5
- homeassistant/components/telegram_bot/translations/de.json +9 -5
- homeassistant/components/telegram_bot/translations/el.json +7 -4
- homeassistant/components/telegram_bot/translations/en-GB.json +98 -6
- homeassistant/components/telegram_bot/translations/en.json +9 -5
- homeassistant/components/telegram_bot/translations/es.json +9 -5
- homeassistant/components/telegram_bot/translations/et.json +9 -5
- homeassistant/components/telegram_bot/translations/fi.json +0 -6
- homeassistant/components/telegram_bot/translations/ga.json +45 -1
- homeassistant/components/telegram_bot/translations/he.json +18 -19
- homeassistant/components/telegram_bot/translations/hu.json +0 -4
- homeassistant/components/telegram_bot/translations/id.json +0 -6
- homeassistant/components/telegram_bot/translations/it.json +7 -4
- homeassistant/components/telegram_bot/translations/ja.json +7 -4
- homeassistant/components/telegram_bot/translations/lt.json +7 -4
- homeassistant/components/telegram_bot/translations/nl.json +0 -4
- homeassistant/components/telegram_bot/translations/pt.json +7 -4
- homeassistant/components/telegram_bot/translations/ru.json +0 -4
- homeassistant/components/telegram_bot/translations/sk.json +9 -5
- homeassistant/components/telegram_bot/translations/sv.json +0 -4
- homeassistant/components/telegram_bot/translations/tr.json +0 -4
- homeassistant/components/telegram_bot/translations/zh-Hans.json +9 -5
- homeassistant/components/telegram_bot/translations/zh-Hant.json +9 -5
- homeassistant/components/telegram_bot/webhooks.py +10 -4
- homeassistant/components/tellduslive/strings.json +2 -2
- homeassistant/components/tellduslive/translations/de.json +2 -2
- homeassistant/components/tellduslive/translations/el.json +2 -2
- homeassistant/components/tellduslive/translations/en-GB.json +2 -2
- homeassistant/components/tellduslive/translations/en.json +2 -2
- homeassistant/components/tellduslive/translations/es.json +2 -2
- homeassistant/components/tellduslive/translations/et.json +2 -2
- homeassistant/components/tellduslive/translations/fr.json +0 -3
- homeassistant/components/tellduslive/translations/hu.json +0 -4
- homeassistant/components/tellduslive/translations/id.json +0 -4
- homeassistant/components/tellduslive/translations/ja.json +0 -4
- homeassistant/components/tellduslive/translations/lt.json +0 -4
- homeassistant/components/tellduslive/translations/nl.json +0 -4
- homeassistant/components/tellduslive/translations/pt.json +0 -4
- homeassistant/components/tellduslive/translations/ru.json +0 -4
- homeassistant/components/tellduslive/translations/sk.json +2 -2
- homeassistant/components/tellduslive/translations/sl.json +0 -4
- homeassistant/components/tellduslive/translations/sv.json +0 -4
- homeassistant/components/tellduslive/translations/tr.json +0 -4
- homeassistant/components/tellduslive/translations/vi.json +0 -4
- homeassistant/components/tellduslive/translations/zh-Hans.json +2 -2
- homeassistant/components/tellduslive/translations/zh-Hant.json +1 -1
- homeassistant/components/template/alarm_control_panel.py +65 -153
- homeassistant/components/template/binary_sensor.py +50 -123
- homeassistant/components/template/button.py +39 -51
- homeassistant/components/template/config.py +25 -21
- homeassistant/components/template/config_flow.py +220 -16
- homeassistant/components/template/const.py +14 -1
- homeassistant/components/template/cover.py +89 -104
- homeassistant/components/template/entity.py +35 -5
- homeassistant/components/template/fan.py +85 -106
- homeassistant/components/template/helpers.py +217 -5
- homeassistant/components/template/image.py +29 -55
- homeassistant/components/template/light.py +73 -79
- homeassistant/components/template/lock.py +88 -77
- homeassistant/components/template/number.py +148 -158
- homeassistant/components/template/select.py +121 -112
- homeassistant/components/template/sensor.py +51 -106
- homeassistant/components/template/strings.json +482 -49
- homeassistant/components/template/switch.py +98 -181
- homeassistant/components/template/template_entity.py +27 -66
- homeassistant/components/template/translations/bg.json +5 -15
- homeassistant/components/template/translations/ca.json +11 -82
- homeassistant/components/template/translations/cs.json +151 -12
- homeassistant/components/template/translations/da.json +3 -14
- homeassistant/components/template/translations/de.json +396 -39
- homeassistant/components/template/translations/el.json +11 -87
- homeassistant/components/template/translations/en-GB.json +165 -26
- homeassistant/components/template/translations/en.json +459 -27
- homeassistant/components/template/translations/es.json +186 -26
- homeassistant/components/template/translations/et.json +173 -34
- homeassistant/components/template/translations/fi.json +4 -19
- homeassistant/components/template/translations/fr.json +151 -18
- homeassistant/components/template/translations/ga.json +186 -23
- homeassistant/components/template/translations/he.json +11 -87
- homeassistant/components/template/translations/hu.json +11 -87
- homeassistant/components/template/translations/id.json +11 -87
- homeassistant/components/template/translations/it.json +9 -25
- homeassistant/components/template/translations/ja.json +11 -87
- homeassistant/components/template/translations/ko.json +5 -30
- homeassistant/components/template/translations/lb.json +1 -8
- homeassistant/components/template/translations/lt.json +11 -87
- homeassistant/components/template/translations/lv.json +2 -15
- homeassistant/components/template/translations/nb.json +3 -14
- homeassistant/components/template/translations/nl.json +10 -37
- homeassistant/components/template/translations/pl.json +9 -70
- homeassistant/components/template/translations/pt-BR.json +0 -20
- homeassistant/components/template/translations/pt.json +11 -87
- homeassistant/components/template/translations/ro.json +1 -8
- homeassistant/components/template/translations/ru.json +11 -87
- homeassistant/components/template/translations/sk.json +164 -25
- homeassistant/components/template/translations/sl.json +11 -85
- homeassistant/components/template/translations/sv.json +11 -87
- homeassistant/components/template/translations/tr.json +11 -87
- homeassistant/components/template/translations/uk.json +11 -87
- homeassistant/components/template/translations/vi.json +11 -87
- homeassistant/components/template/translations/zh-Hans.json +169 -30
- homeassistant/components/template/translations/zh-Hant.json +156 -17
- homeassistant/components/template/trigger_entity.py +1 -1
- homeassistant/components/template/vacuum.py +99 -109
- homeassistant/components/template/weather.py +69 -66
- homeassistant/components/tensorflow/manifest.json +2 -2
- homeassistant/components/tesla_fleet/config_flow.py +3 -1
- homeassistant/components/tesla_fleet/const.py +2 -3
- homeassistant/components/tesla_fleet/manifest.json +1 -1
- homeassistant/components/tesla_fleet/strings.json +1 -1
- homeassistant/components/tesla_fleet/translations/en-GB.json +24 -0
- homeassistant/components/tesla_fleet/translations/ga.json +80 -0
- homeassistant/components/tesla_wall_connector/translations/ga.json +8 -1
- homeassistant/components/teslemetry/__init__.py +1 -6
- homeassistant/components/teslemetry/binary_sensor.py +1 -1
- homeassistant/components/teslemetry/climate.py +2 -2
- homeassistant/components/teslemetry/coordinator.py +1 -0
- homeassistant/components/teslemetry/cover.py +6 -5
- homeassistant/components/teslemetry/device_tracker.py +1 -1
- homeassistant/components/teslemetry/lock.py +2 -2
- homeassistant/components/teslemetry/manifest.json +1 -1
- homeassistant/components/teslemetry/media_player.py +1 -1
- homeassistant/components/teslemetry/number.py +1 -1
- homeassistant/components/teslemetry/select.py +1 -1
- homeassistant/components/teslemetry/sensor.py +2 -2
- homeassistant/components/teslemetry/strings.json +1 -1
- homeassistant/components/teslemetry/switch.py +1 -2
- homeassistant/components/teslemetry/translations/bg.json +0 -3
- homeassistant/components/teslemetry/translations/en-GB.json +6 -6
- homeassistant/components/teslemetry/translations/en.json +1 -1
- homeassistant/components/teslemetry/translations/fi.json +3 -0
- homeassistant/components/teslemetry/translations/ga.json +272 -5
- homeassistant/components/teslemetry/translations/he.json +3 -0
- homeassistant/components/teslemetry/translations/hu.json +0 -3
- homeassistant/components/teslemetry/translations/ja.json +0 -3
- homeassistant/components/teslemetry/translations/lt.json +0 -3
- homeassistant/components/teslemetry/translations/mk.json +3 -0
- homeassistant/components/teslemetry/translations/nl.json +0 -3
- homeassistant/components/teslemetry/translations/pt-BR.json +0 -3
- homeassistant/components/teslemetry/translations/pt.json +0 -3
- homeassistant/components/teslemetry/translations/sv.json +0 -3
- homeassistant/components/teslemetry/translations/tr.json +0 -3
- homeassistant/components/teslemetry/update.py +1 -1
- homeassistant/components/tessie/manifest.json +1 -1
- homeassistant/components/tessie/translations/ga.json +12 -1
- homeassistant/components/tessie/update.py +7 -0
- homeassistant/components/text/translations/ga.json +7 -0
- homeassistant/components/thethingsnetwork/translations/ga.json +19 -0
- homeassistant/components/threshold/__init__.py +44 -6
- homeassistant/components/threshold/binary_sensor.py +24 -18
- homeassistant/components/threshold/config_flow.py +10 -7
- homeassistant/components/tibber/translations/ga.json +19 -0
- homeassistant/components/tilt_pi/translations/en-GB.json +31 -0
- homeassistant/components/time_date/config_flow.py +5 -16
- homeassistant/components/todoist/translations/ga.json +4 -0
- homeassistant/components/tomorrowio/strings.json +2 -2
- homeassistant/components/tomorrowio/translations/bg.json +0 -7
- homeassistant/components/tomorrowio/translations/ca.json +1 -5
- homeassistant/components/tomorrowio/translations/de.json +2 -2
- homeassistant/components/tomorrowio/translations/el.json +1 -1
- homeassistant/components/tomorrowio/translations/en-GB.json +2 -2
- homeassistant/components/tomorrowio/translations/en.json +2 -2
- homeassistant/components/tomorrowio/translations/es.json +1 -1
- homeassistant/components/tomorrowio/translations/fi.json +1 -5
- homeassistant/components/tomorrowio/translations/fr.json +1 -5
- homeassistant/components/tomorrowio/translations/hu.json +1 -5
- homeassistant/components/tomorrowio/translations/id.json +1 -5
- homeassistant/components/tomorrowio/translations/it.json +1 -5
- homeassistant/components/tomorrowio/translations/ja.json +1 -5
- homeassistant/components/tomorrowio/translations/ko.json +1 -5
- homeassistant/components/tomorrowio/translations/lt.json +1 -5
- homeassistant/components/tomorrowio/translations/nb.json +1 -5
- homeassistant/components/tomorrowio/translations/nl.json +1 -5
- homeassistant/components/tomorrowio/translations/pl.json +1 -5
- homeassistant/components/tomorrowio/translations/pt-BR.json +1 -5
- homeassistant/components/tomorrowio/translations/pt.json +1 -5
- homeassistant/components/tomorrowio/translations/ro.json +1 -5
- homeassistant/components/tomorrowio/translations/ru.json +1 -1
- homeassistant/components/tomorrowio/translations/sk.json +2 -2
- homeassistant/components/tomorrowio/translations/sv.json +1 -5
- homeassistant/components/tomorrowio/translations/tr.json +1 -5
- homeassistant/components/tomorrowio/translations/uk.json +1 -5
- homeassistant/components/tomorrowio/translations/zh-Hans.json +1 -1
- homeassistant/components/totalconnect/translations/es.json +2 -2
- homeassistant/components/touchline_sl/manifest.json +1 -1
- homeassistant/components/tplink/strings.json +2 -2
- homeassistant/components/tplink/translations/bg.json +0 -4
- homeassistant/components/tplink/translations/en-GB.json +6 -6
- homeassistant/components/tplink/translations/en.json +6 -6
- homeassistant/components/tplink/translations/fr.json +0 -4
- homeassistant/components/tplink/translations/ga.json +45 -6
- homeassistant/components/tplink/translations/hu.json +0 -4
- homeassistant/components/tplink/translations/ja.json +0 -4
- homeassistant/components/tplink/translations/lt.json +0 -4
- homeassistant/components/tplink/translations/mk.json +10 -0
- homeassistant/components/tplink/translations/nl.json +0 -4
- homeassistant/components/tplink/translations/pt-BR.json +0 -4
- homeassistant/components/tplink/translations/pt.json +0 -4
- homeassistant/components/tplink/translations/sk.json +6 -6
- homeassistant/components/tplink/translations/sv.json +0 -4
- homeassistant/components/tplink/translations/tr.json +0 -4
- homeassistant/components/traccar_server/config_flow.py +66 -1
- homeassistant/components/traccar_server/coordinator.py +9 -3
- homeassistant/components/traccar_server/helpers.py +15 -1
- homeassistant/components/traccar_server/strings.json +11 -2
- homeassistant/components/traccar_server/translations/bg.json +9 -1
- homeassistant/components/traccar_server/translations/ca.json +9 -1
- homeassistant/components/traccar_server/translations/cs.json +10 -1
- homeassistant/components/traccar_server/translations/de.json +10 -1
- homeassistant/components/traccar_server/translations/el.json +10 -1
- homeassistant/components/traccar_server/translations/en-GB.json +10 -1
- homeassistant/components/traccar_server/translations/en.json +10 -1
- homeassistant/components/traccar_server/translations/es.json +10 -1
- homeassistant/components/traccar_server/translations/et.json +10 -1
- homeassistant/components/traccar_server/translations/ga.json +7 -0
- homeassistant/components/traccar_server/translations/he.json +9 -1
- homeassistant/components/traccar_server/translations/ja.json +10 -1
- homeassistant/components/traccar_server/translations/lt.json +10 -1
- homeassistant/components/traccar_server/translations/nl.json +9 -1
- homeassistant/components/traccar_server/translations/pt.json +10 -1
- homeassistant/components/traccar_server/translations/ru.json +10 -1
- homeassistant/components/traccar_server/translations/sk.json +10 -1
- homeassistant/components/traccar_server/translations/sv.json +10 -1
- homeassistant/components/traccar_server/translations/zh-Hans.json +10 -1
- homeassistant/components/traccar_server/translations/zh-Hant.json +10 -1
- homeassistant/components/trafikverket_train/__init__.py +0 -6
- homeassistant/components/trafikverket_train/config_flow.py +2 -2
- homeassistant/components/transmission/coordinator.py +2 -2
- homeassistant/components/trend/__init__.py +44 -1
- homeassistant/components/trend/binary_sensor.py +10 -10
- homeassistant/components/trend/config_flow.py +2 -0
- homeassistant/components/trend/manifest.json +1 -1
- homeassistant/components/tts/__init__.py +13 -3
- homeassistant/components/tts/entity.py +0 -12
- homeassistant/components/tuya/alarm_control_panel.py +2 -1
- homeassistant/components/tuya/binary_sensor.py +117 -52
- homeassistant/components/tuya/button.py +8 -8
- homeassistant/components/tuya/camera.py +3 -3
- homeassistant/components/tuya/climate.py +28 -17
- homeassistant/components/tuya/const.py +8 -11
- homeassistant/components/tuya/cover.py +43 -38
- homeassistant/components/tuya/entity.py +3 -120
- homeassistant/components/tuya/fan.py +19 -6
- homeassistant/components/tuya/humidifier.py +16 -3
- homeassistant/components/tuya/icons.json +6 -0
- homeassistant/components/tuya/light.py +75 -46
- homeassistant/components/tuya/models.py +124 -0
- homeassistant/components/tuya/number.py +143 -81
- homeassistant/components/tuya/select.py +176 -162
- homeassistant/components/tuya/sensor.py +691 -636
- homeassistant/components/tuya/siren.py +8 -8
- homeassistant/components/tuya/strings.json +80 -110
- homeassistant/components/tuya/switch.py +284 -176
- homeassistant/components/tuya/translations/bg.json +34 -88
- homeassistant/components/tuya/translations/ca.json +6 -121
- homeassistant/components/tuya/translations/cs.json +89 -119
- homeassistant/components/tuya/translations/de.json +91 -121
- homeassistant/components/tuya/translations/el.json +77 -119
- homeassistant/components/tuya/translations/en-GB.json +77 -119
- homeassistant/components/tuya/translations/en.json +91 -121
- homeassistant/components/tuya/translations/es.json +81 -123
- homeassistant/components/tuya/translations/et.json +77 -119
- homeassistant/components/tuya/translations/fi.json +7 -125
- homeassistant/components/tuya/translations/fr.json +2 -125
- homeassistant/components/tuya/translations/ga.json +82 -0
- homeassistant/components/tuya/translations/gl.json +0 -68
- homeassistant/components/tuya/translations/he.json +20 -125
- homeassistant/components/tuya/translations/hu.json +2 -125
- homeassistant/components/tuya/translations/id.json +2 -123
- homeassistant/components/tuya/translations/it.json +9 -126
- homeassistant/components/tuya/translations/ja.json +2 -125
- homeassistant/components/tuya/translations/ko.json +0 -121
- homeassistant/components/tuya/translations/lt.json +53 -125
- homeassistant/components/tuya/translations/lv.json +0 -18
- homeassistant/components/tuya/translations/mk.json +51 -0
- homeassistant/components/tuya/translations/nb.json +0 -29
- homeassistant/components/tuya/translations/nl.json +29 -126
- homeassistant/components/tuya/translations/pl.json +0 -23
- homeassistant/components/tuya/translations/pt-BR.json +2 -125
- homeassistant/components/tuya/translations/pt.json +25 -125
- homeassistant/components/tuya/translations/ro.json +0 -121
- homeassistant/components/tuya/translations/ru.json +26 -121
- homeassistant/components/tuya/translations/sk.json +79 -121
- homeassistant/components/tuya/translations/sl.json +2 -107
- homeassistant/components/tuya/translations/sr-Latn.json +0 -3
- homeassistant/components/tuya/translations/sv.json +28 -125
- homeassistant/components/tuya/translations/tr.json +2 -125
- homeassistant/components/tuya/translations/uk.json +0 -123
- homeassistant/components/tuya/translations/vi.json +0 -10
- homeassistant/components/tuya/translations/zh-Hans.json +77 -119
- homeassistant/components/tuya/translations/zh-Hant.json +77 -119
- homeassistant/components/tuya/util.py +28 -0
- homeassistant/components/tuya/vacuum.py +14 -14
- homeassistant/components/unifi/hub/hub.py +3 -1
- homeassistant/components/unifiprotect/__init__.py +57 -60
- homeassistant/components/unifiprotect/camera.py +1 -1
- homeassistant/components/unifiprotect/config_flow.py +23 -9
- homeassistant/components/unifiprotect/const.py +1 -1
- homeassistant/components/unifiprotect/data.py +2 -2
- homeassistant/components/unifiprotect/manifest.json +1 -1
- homeassistant/components/unifiprotect/repairs.py +0 -50
- homeassistant/components/unifiprotect/services.py +10 -5
- homeassistant/components/unifiprotect/strings.json +27 -27
- homeassistant/components/unifiprotect/translations/bg.json +11 -10
- homeassistant/components/unifiprotect/translations/ca.json +1 -18
- homeassistant/components/unifiprotect/translations/cs.json +20 -20
- homeassistant/components/unifiprotect/translations/de.json +21 -21
- homeassistant/components/unifiprotect/translations/el.json +22 -22
- homeassistant/components/unifiprotect/translations/en-GB.json +28 -28
- homeassistant/components/unifiprotect/translations/en.json +22 -22
- homeassistant/components/unifiprotect/translations/es.json +22 -22
- homeassistant/components/unifiprotect/translations/et.json +22 -22
- homeassistant/components/unifiprotect/translations/fi.json +18 -21
- homeassistant/components/unifiprotect/translations/fr.json +1 -9
- homeassistant/components/unifiprotect/translations/fy.json +1 -14
- homeassistant/components/unifiprotect/translations/ga.json +38 -3
- homeassistant/components/unifiprotect/translations/he.json +3 -0
- homeassistant/components/unifiprotect/translations/hu.json +1 -25
- homeassistant/components/unifiprotect/translations/id.json +1 -20
- homeassistant/components/unifiprotect/translations/it.json +1 -5
- homeassistant/components/unifiprotect/translations/ja.json +1 -22
- homeassistant/components/unifiprotect/translations/ko.json +1 -7
- homeassistant/components/unifiprotect/translations/lt.json +1 -25
- homeassistant/components/unifiprotect/translations/mk.json +3 -0
- homeassistant/components/unifiprotect/translations/nb.json +1 -7
- homeassistant/components/unifiprotect/translations/nl.json +4 -24
- homeassistant/components/unifiprotect/translations/pl.json +1 -7
- homeassistant/components/unifiprotect/translations/pt-BR.json +1 -5
- homeassistant/components/unifiprotect/translations/pt.json +1 -25
- homeassistant/components/unifiprotect/translations/ro.json +1 -7
- homeassistant/components/unifiprotect/translations/ru.json +1 -25
- homeassistant/components/unifiprotect/translations/sk.json +22 -22
- homeassistant/components/unifiprotect/translations/sv.json +1 -25
- homeassistant/components/unifiprotect/translations/tr.json +1 -25
- homeassistant/components/unifiprotect/translations/uk.json +1 -7
- homeassistant/components/unifiprotect/translations/zh-Hans.json +21 -21
- homeassistant/components/unifiprotect/translations/zh-Hant.json +21 -21
- homeassistant/components/unifiprotect/utils.py +3 -0
- homeassistant/components/uptime_kuma/__init__.py +74 -0
- homeassistant/components/uptime_kuma/config_flow.py +231 -0
- homeassistant/components/uptime_kuma/const.py +26 -0
- homeassistant/components/uptime_kuma/coordinator.py +137 -0
- homeassistant/components/uptime_kuma/diagnostics.py +23 -0
- homeassistant/components/uptime_kuma/icons.json +32 -0
- homeassistant/components/uptime_kuma/manifest.json +11 -0
- homeassistant/components/uptime_kuma/quality_scale.yaml +76 -0
- homeassistant/components/uptime_kuma/sensor.py +178 -0
- homeassistant/components/uptime_kuma/strings.json +137 -0
- homeassistant/components/uptime_kuma/translations/bg.json +57 -0
- homeassistant/components/uptime_kuma/translations/ca.json +35 -0
- homeassistant/components/uptime_kuma/translations/cs.json +127 -0
- homeassistant/components/uptime_kuma/translations/de.json +137 -0
- homeassistant/components/uptime_kuma/translations/el.json +119 -0
- homeassistant/components/uptime_kuma/translations/en-GB.json +127 -0
- homeassistant/components/uptime_kuma/translations/en.json +137 -0
- homeassistant/components/uptime_kuma/translations/es.json +127 -0
- homeassistant/components/uptime_kuma/translations/et.json +127 -0
- homeassistant/components/uptime_kuma/translations/fr.json +124 -0
- homeassistant/components/uptime_kuma/translations/ga.json +111 -0
- homeassistant/components/uptime_kuma/translations/he.json +35 -0
- homeassistant/components/uptime_kuma/translations/lt.json +119 -0
- homeassistant/components/uptime_kuma/translations/mk.json +17 -0
- homeassistant/components/uptime_kuma/translations/nb.json +31 -0
- homeassistant/components/uptime_kuma/translations/nl.json +62 -0
- homeassistant/components/uptime_kuma/translations/pt.json +94 -0
- homeassistant/components/uptime_kuma/translations/ru.json +101 -0
- homeassistant/components/uptime_kuma/translations/sk.json +127 -0
- homeassistant/components/uptime_kuma/translations/sv.json +109 -0
- homeassistant/components/uptime_kuma/translations/zh-Hans.json +127 -0
- homeassistant/components/uptime_kuma/translations/zh-Hant.json +127 -0
- homeassistant/components/uptime_kuma/update.py +122 -0
- homeassistant/components/utility_meter/__init__.py +34 -8
- homeassistant/components/utility_meter/config_flow.py +2 -0
- homeassistant/components/utility_meter/select.py +6 -6
- homeassistant/components/utility_meter/sensor.py +9 -10
- homeassistant/components/utility_meter/strings.json +5 -0
- homeassistant/components/utility_meter/translations/bg.json +5 -0
- homeassistant/components/utility_meter/translations/cs.json +5 -0
- homeassistant/components/utility_meter/translations/de.json +5 -0
- homeassistant/components/utility_meter/translations/el.json +5 -0
- homeassistant/components/utility_meter/translations/en-GB.json +5 -0
- homeassistant/components/utility_meter/translations/en.json +5 -0
- homeassistant/components/utility_meter/translations/es.json +14 -9
- homeassistant/components/utility_meter/translations/et.json +5 -0
- homeassistant/components/utility_meter/translations/fr.json +5 -0
- homeassistant/components/utility_meter/translations/ga.json +7 -0
- homeassistant/components/utility_meter/translations/he.json +5 -0
- homeassistant/components/utility_meter/translations/ja.json +5 -0
- homeassistant/components/utility_meter/translations/lt.json +5 -0
- homeassistant/components/utility_meter/translations/nl.json +5 -0
- homeassistant/components/utility_meter/translations/pt.json +5 -0
- homeassistant/components/utility_meter/translations/ru.json +5 -0
- homeassistant/components/utility_meter/translations/sk.json +5 -0
- homeassistant/components/utility_meter/translations/zh-Hans.json +5 -0
- homeassistant/components/utility_meter/translations/zh-Hant.json +5 -0
- homeassistant/components/v2c/translations/ga.json +43 -0
- homeassistant/components/vacuum/__init__.py +65 -2
- homeassistant/components/vacuum/translations/ga.json +7 -0
- homeassistant/components/vallox/strings.json +1 -1
- homeassistant/components/vallox/translations/en-GB.json +1 -1
- homeassistant/components/vallox/translations/en.json +1 -1
- homeassistant/components/vallox/translations/es.json +1 -1
- homeassistant/components/vallox/translations/fi.json +0 -5
- homeassistant/components/vallox/translations/hu.json +0 -5
- homeassistant/components/vallox/translations/it.json +0 -5
- homeassistant/components/vallox/translations/ja.json +0 -5
- homeassistant/components/vallox/translations/ko.json +0 -5
- homeassistant/components/vallox/translations/lt.json +0 -5
- homeassistant/components/vallox/translations/nl.json +0 -5
- homeassistant/components/vallox/translations/pl.json +0 -5
- homeassistant/components/vallox/translations/pt-BR.json +0 -5
- homeassistant/components/vallox/translations/pt.json +0 -5
- homeassistant/components/vallox/translations/ro.json +0 -5
- homeassistant/components/vallox/translations/ru.json +0 -5
- homeassistant/components/vallox/translations/sk.json +1 -1
- homeassistant/components/vallox/translations/sv.json +0 -5
- homeassistant/components/vallox/translations/tr.json +0 -5
- homeassistant/components/vegehub/strings.json +2 -2
- homeassistant/components/vegehub/translations/en-GB.json +37 -1
- homeassistant/components/velbus/__init__.py +2 -2
- homeassistant/components/velbus/const.py +0 -1
- homeassistant/components/velbus/services.py +42 -90
- homeassistant/components/velbus/services.yaml +0 -20
- homeassistant/components/velbus/strings.json +0 -16
- homeassistant/components/velbus/translations/bg.json +0 -18
- homeassistant/components/velbus/translations/ca.json +0 -12
- homeassistant/components/velbus/translations/cs.json +0 -16
- homeassistant/components/velbus/translations/de.json +0 -16
- homeassistant/components/velbus/translations/el.json +0 -16
- homeassistant/components/velbus/translations/en-GB.json +0 -16
- homeassistant/components/velbus/translations/en.json +0 -16
- homeassistant/components/velbus/translations/es.json +0 -16
- homeassistant/components/velbus/translations/et.json +0 -16
- homeassistant/components/velbus/translations/fi.json +0 -19
- homeassistant/components/velbus/translations/gl.json +0 -18
- homeassistant/components/velbus/translations/hu.json +0 -16
- homeassistant/components/velbus/translations/it.json +0 -15
- homeassistant/components/velbus/translations/ja.json +0 -16
- homeassistant/components/velbus/translations/ko.json +0 -19
- homeassistant/components/velbus/translations/lt.json +0 -16
- homeassistant/components/velbus/translations/nb.json +0 -30
- homeassistant/components/velbus/translations/nl.json +0 -15
- homeassistant/components/velbus/translations/pt.json +0 -16
- homeassistant/components/velbus/translations/ru.json +0 -16
- homeassistant/components/velbus/translations/sk.json +0 -16
- homeassistant/components/velbus/translations/sv.json +0 -16
- homeassistant/components/velbus/translations/tr.json +0 -16
- homeassistant/components/velbus/translations/uk.json +0 -5
- homeassistant/components/velbus/translations/zh-Hans.json +0 -16
- homeassistant/components/velbus/translations/zh-Hant.json +0 -16
- homeassistant/components/velux/binary_sensor.py +63 -0
- homeassistant/components/velux/const.py +1 -1
- homeassistant/components/vera/__init__.py +0 -6
- homeassistant/components/vera/config_flow.py +2 -2
- homeassistant/components/vesync/const.py +1 -0
- homeassistant/components/vicare/translations/de.json +1 -1
- homeassistant/components/vicare/translations/ga.json +12 -0
- homeassistant/components/vodafone_station/__init__.py +0 -8
- homeassistant/components/vodafone_station/config_flow.py +6 -2
- homeassistant/components/volvo/__init__.py +97 -0
- homeassistant/components/volvo/api.py +38 -0
- homeassistant/components/volvo/application_credentials.py +37 -0
- homeassistant/components/volvo/config_flow.py +239 -0
- homeassistant/components/volvo/const.py +14 -0
- homeassistant/components/volvo/coordinator.py +255 -0
- homeassistant/components/volvo/entity.py +90 -0
- homeassistant/components/volvo/icons.json +81 -0
- homeassistant/components/volvo/manifest.json +13 -0
- homeassistant/components/volvo/quality_scale.yaml +82 -0
- homeassistant/components/volvo/sensor.py +399 -0
- homeassistant/components/volvo/strings.json +178 -0
- homeassistant/components/volvo/translations/bg.json +55 -0
- homeassistant/components/volvo/translations/cs.json +178 -0
- homeassistant/components/volvo/translations/de.json +178 -0
- homeassistant/components/volvo/translations/en.json +178 -0
- homeassistant/components/volvo/translations/es.json +178 -0
- homeassistant/components/volvo/translations/et.json +178 -0
- homeassistant/components/volvo/translations/ga.json +151 -0
- homeassistant/components/volvo/translations/nl.json +46 -0
- homeassistant/components/volvo/translations/sk.json +178 -0
- homeassistant/components/volvo/translations/zh-Hans.json +178 -0
- homeassistant/components/volvo/translations/zh-Hant.json +178 -0
- homeassistant/components/wallbox/__init__.py +11 -11
- homeassistant/components/wallbox/coordinator.py +57 -8
- homeassistant/components/wallbox/lock.py +7 -5
- homeassistant/components/wallbox/number.py +8 -6
- homeassistant/components/wallbox/select.py +7 -4
- homeassistant/components/wallbox/sensor.py +7 -5
- homeassistant/components/wallbox/strings.json +19 -2
- homeassistant/components/wallbox/switch.py +7 -5
- homeassistant/components/wallbox/translations/bg.json +9 -0
- homeassistant/components/wallbox/translations/cs.json +17 -0
- homeassistant/components/wallbox/translations/de.json +17 -0
- homeassistant/components/wallbox/translations/el.json +17 -0
- homeassistant/components/wallbox/translations/en-GB.json +20 -0
- homeassistant/components/wallbox/translations/en.json +17 -0
- homeassistant/components/wallbox/translations/es.json +17 -0
- homeassistant/components/wallbox/translations/et.json +17 -0
- homeassistant/components/wallbox/translations/ga.json +23 -0
- homeassistant/components/wallbox/translations/ja.json +8 -0
- homeassistant/components/wallbox/translations/lt.json +17 -0
- homeassistant/components/wallbox/translations/mk.json +5 -0
- homeassistant/components/wallbox/translations/nl.json +5 -0
- homeassistant/components/wallbox/translations/pt.json +17 -0
- homeassistant/components/wallbox/translations/ru.json +3 -0
- homeassistant/components/wallbox/translations/sk.json +17 -0
- homeassistant/components/wallbox/translations/zh-Hans.json +17 -0
- homeassistant/components/wallbox/translations/zh-Hant.json +17 -0
- homeassistant/components/waqi/__init__.py +5 -10
- homeassistant/components/waqi/config_flow.py +42 -48
- homeassistant/components/waqi/coordinator.py +4 -2
- homeassistant/components/waqi/icons.json +39 -0
- homeassistant/components/waqi/sensor.py +3 -16
- homeassistant/components/water_heater/translations/ga.json +24 -0
- homeassistant/components/waze_travel_time/strings.json +6 -6
- homeassistant/components/waze_travel_time/translations/ca.json +0 -8
- homeassistant/components/waze_travel_time/translations/cs.json +6 -6
- homeassistant/components/waze_travel_time/translations/de.json +4 -4
- homeassistant/components/waze_travel_time/translations/el.json +0 -10
- homeassistant/components/waze_travel_time/translations/en-GB.json +4 -4
- homeassistant/components/waze_travel_time/translations/en.json +6 -6
- homeassistant/components/waze_travel_time/translations/es.json +5 -5
- homeassistant/components/waze_travel_time/translations/et.json +4 -4
- homeassistant/components/waze_travel_time/translations/fr.json +12 -0
- homeassistant/components/waze_travel_time/translations/ga.json +28 -5
- homeassistant/components/waze_travel_time/translations/he.json +0 -10
- homeassistant/components/waze_travel_time/translations/hu.json +0 -10
- homeassistant/components/waze_travel_time/translations/id.json +0 -2
- homeassistant/components/waze_travel_time/translations/it.json +0 -5
- homeassistant/components/waze_travel_time/translations/ja.json +0 -10
- homeassistant/components/waze_travel_time/translations/lt.json +0 -10
- homeassistant/components/waze_travel_time/translations/nl.json +0 -10
- homeassistant/components/waze_travel_time/translations/pl.json +0 -10
- homeassistant/components/waze_travel_time/translations/pt-BR.json +0 -14
- homeassistant/components/waze_travel_time/translations/pt.json +0 -10
- homeassistant/components/waze_travel_time/translations/ru.json +0 -10
- homeassistant/components/waze_travel_time/translations/sk.json +6 -6
- homeassistant/components/waze_travel_time/translations/sv.json +0 -10
- homeassistant/components/waze_travel_time/translations/tr.json +0 -10
- homeassistant/components/waze_travel_time/translations/zh-Hans.json +6 -6
- homeassistant/components/waze_travel_time/translations/zh-Hant.json +4 -4
- homeassistant/components/weatherflow_cloud/__init__.py +83 -6
- homeassistant/components/weatherflow_cloud/config_flow.py +3 -2
- homeassistant/components/weatherflow_cloud/const.py +4 -1
- homeassistant/components/weatherflow_cloud/coordinator.py +176 -15
- homeassistant/components/weatherflow_cloud/entity.py +6 -13
- homeassistant/components/weatherflow_cloud/icons.json +98 -8
- homeassistant/components/weatherflow_cloud/manifest.json +1 -1
- homeassistant/components/weatherflow_cloud/sensor.py +296 -19
- homeassistant/components/weatherflow_cloud/strings.json +47 -18
- homeassistant/components/weatherflow_cloud/translations/ca.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/cs.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/de.json +33 -3
- homeassistant/components/weatherflow_cloud/translations/el.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/en-GB.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/en.json +33 -3
- homeassistant/components/weatherflow_cloud/translations/es.json +33 -3
- homeassistant/components/weatherflow_cloud/translations/et.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/fr.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/ga.json +33 -3
- homeassistant/components/weatherflow_cloud/translations/he.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/hu.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/it.json +10 -0
- homeassistant/components/weatherflow_cloud/translations/ja.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/lt.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/mk.json +3 -3
- homeassistant/components/weatherflow_cloud/translations/nl.json +6 -0
- homeassistant/components/weatherflow_cloud/translations/pt.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/ru.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/sk.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/sv.json +3 -3
- homeassistant/components/weatherflow_cloud/translations/tr.json +0 -3
- homeassistant/components/weatherflow_cloud/translations/zh-Hans.json +6 -3
- homeassistant/components/weatherflow_cloud/translations/zh-Hant.json +6 -3
- homeassistant/components/weatherflow_cloud/weather.py +7 -9
- homeassistant/components/webdav/translations/en-GB.json +1 -0
- homeassistant/components/webmin/translations/ga.json +39 -0
- homeassistant/components/webostv/__init__.py +0 -7
- homeassistant/components/webostv/config_flow.py +7 -3
- homeassistant/components/webostv/strings.json +6 -6
- homeassistant/components/webostv/translations/ca.json +0 -3
- homeassistant/components/webostv/translations/cs.json +4 -4
- homeassistant/components/webostv/translations/de.json +7 -7
- homeassistant/components/webostv/translations/el.json +6 -6
- homeassistant/components/webostv/translations/en-GB.json +7 -7
- homeassistant/components/webostv/translations/en.json +8 -8
- homeassistant/components/webostv/translations/es.json +5 -5
- homeassistant/components/webostv/translations/et.json +5 -5
- homeassistant/components/webostv/translations/fi.json +0 -3
- homeassistant/components/webostv/translations/fr.json +1 -2
- homeassistant/components/webostv/translations/fy.json +0 -3
- homeassistant/components/webostv/translations/ga.json +0 -6
- homeassistant/components/webostv/translations/hu.json +2 -10
- homeassistant/components/webostv/translations/it.json +0 -3
- homeassistant/components/webostv/translations/ja.json +2 -10
- homeassistant/components/webostv/translations/ko.json +1 -5
- homeassistant/components/webostv/translations/lt.json +2 -10
- homeassistant/components/webostv/translations/nl.json +1 -6
- homeassistant/components/webostv/translations/pt-BR.json +1 -5
- homeassistant/components/webostv/translations/pt.json +2 -10
- homeassistant/components/webostv/translations/ru.json +2 -10
- homeassistant/components/webostv/translations/sk.json +6 -6
- homeassistant/components/webostv/translations/sv.json +2 -10
- homeassistant/components/webostv/translations/tr.json +2 -10
- homeassistant/components/webostv/translations/vi.json +2 -10
- homeassistant/components/webostv/translations/zh-Hans.json +4 -4
- homeassistant/components/webostv/translations/zh-Hant.json +1 -1
- homeassistant/components/websocket_api/commands.py +53 -0
- homeassistant/components/whirlpool/binary_sensor.py +14 -7
- homeassistant/components/whirlpool/config_flow.py +5 -1
- homeassistant/components/whirlpool/diagnostics.py +7 -3
- homeassistant/components/whirlpool/manifest.json +1 -1
- homeassistant/components/whirlpool/sensor.py +169 -74
- homeassistant/components/whirlpool/strings.json +3 -5
- homeassistant/components/whirlpool/translations/cs.json +0 -2
- homeassistant/components/whirlpool/translations/de.json +0 -2
- homeassistant/components/whirlpool/translations/en-GB.json +0 -2
- homeassistant/components/whirlpool/translations/en.json +0 -2
- homeassistant/components/whirlpool/translations/es.json +8 -10
- homeassistant/components/whirlpool/translations/et.json +0 -2
- homeassistant/components/whirlpool/translations/fr.json +1 -2
- homeassistant/components/whirlpool/translations/fy.json +0 -2
- homeassistant/components/whirlpool/translations/ga.json +0 -2
- homeassistant/components/whirlpool/translations/hu.json +0 -2
- homeassistant/components/whirlpool/translations/it.json +0 -1
- homeassistant/components/whirlpool/translations/lt.json +0 -2
- homeassistant/components/whirlpool/translations/nl.json +0 -2
- homeassistant/components/whirlpool/translations/pt.json +0 -2
- homeassistant/components/whirlpool/translations/ru.json +0 -2
- homeassistant/components/whirlpool/translations/sk.json +0 -2
- homeassistant/components/whirlpool/translations/sv.json +0 -2
- homeassistant/components/whirlpool/translations/zh-Hans.json +0 -2
- homeassistant/components/whirlpool/translations/zh-Hant.json +0 -2
- homeassistant/components/whois/strings.json +1 -1
- homeassistant/components/whois/translations/bg.json +0 -1
- homeassistant/components/whois/translations/de.json +1 -1
- homeassistant/components/whois/translations/en-GB.json +1 -1
- homeassistant/components/whois/translations/en.json +1 -1
- homeassistant/components/whois/translations/fi.json +0 -1
- homeassistant/components/whois/translations/fr.json +0 -1
- homeassistant/components/whois/translations/ga.json +0 -1
- homeassistant/components/whois/translations/hu.json +0 -1
- homeassistant/components/whois/translations/lt.json +0 -1
- homeassistant/components/whois/translations/mk.json +0 -1
- homeassistant/components/whois/translations/pt.json +0 -1
- homeassistant/components/whois/translations/ru.json +0 -1
- homeassistant/components/whois/translations/sv.json +0 -1
- homeassistant/components/whois/translations/tr.json +0 -1
- homeassistant/components/whois/translations/uk.json +0 -1
- homeassistant/components/wiffi/__init__.py +0 -7
- homeassistant/components/wiffi/config_flow.py +2 -2
- homeassistant/components/wilight/support.py +1 -2
- homeassistant/components/withings/translations/ga.json +45 -0
- homeassistant/components/wiz/__init__.py +1 -0
- homeassistant/components/wiz/config_flow.py +1 -1
- homeassistant/components/wiz/fan.py +139 -0
- homeassistant/components/wiz/manifest.json +1 -1
- homeassistant/components/wled/__init__.py +0 -8
- homeassistant/components/wled/config_flow.py +2 -2
- homeassistant/components/wled/strings.json +1 -1
- homeassistant/components/wmspro/button.py +1 -1
- homeassistant/components/wmspro/cover.py +2 -2
- homeassistant/components/wmspro/light.py +2 -2
- homeassistant/components/wmspro/manifest.json +1 -1
- homeassistant/components/workday/__init__.py +0 -6
- homeassistant/components/workday/config_flow.py +2 -2
- homeassistant/components/workday/manifest.json +1 -1
- homeassistant/components/ws66i/__init__.py +0 -6
- homeassistant/components/ws66i/config_flow.py +2 -2
- homeassistant/components/wyoming/translations/de.json +1 -1
- homeassistant/components/xiaomi_ble/coordinator.py +1 -1
- homeassistant/components/xiaomi_ble/manifest.json +1 -1
- homeassistant/components/xiaomi_ble/strings.json +9 -9
- homeassistant/components/xiaomi_ble/translations/pl.json +6 -0
- homeassistant/components/xiaomi_miio/__init__.py +0 -11
- homeassistant/components/xiaomi_miio/config_flow.py +6 -2
- homeassistant/components/xiaomi_miio/strings.json +1 -1
- homeassistant/components/xiaomi_miio/translations/bg.json +0 -3
- homeassistant/components/xiaomi_miio/translations/de.json +1 -1
- homeassistant/components/xiaomi_miio/translations/en-GB.json +1 -1
- homeassistant/components/xiaomi_miio/translations/en.json +1 -1
- homeassistant/components/xiaomi_miio/translations/es.json +3 -3
- homeassistant/components/xiaomi_miio/translations/ga.json +0 -3
- homeassistant/components/xiaomi_miio/translations/gl.json +0 -3
- homeassistant/components/xiaomi_miio/translations/hu.json +0 -3
- homeassistant/components/xiaomi_miio/translations/ja.json +0 -3
- homeassistant/components/xiaomi_miio/translations/lt.json +0 -3
- homeassistant/components/xiaomi_miio/translations/mk.json +7 -0
- homeassistant/components/xiaomi_miio/translations/pt.json +0 -3
- homeassistant/components/xiaomi_miio/translations/sv.json +0 -3
- homeassistant/components/xiaomi_miio/translations/tr.json +0 -3
- homeassistant/components/xmpp/manifest.json +1 -1
- homeassistant/components/xmpp/notify.py +3 -2
- homeassistant/components/yale/manifest.json +1 -1
- homeassistant/components/yale/translations/de.json +1 -1
- homeassistant/components/yale_smart_alarm/__init__.py +0 -6
- homeassistant/components/yale_smart_alarm/config_flow.py +2 -2
- homeassistant/components/yalexs_ble/__init__.py +5 -1
- homeassistant/components/yalexs_ble/icons.json +11 -0
- homeassistant/components/yalexs_ble/lock.py +32 -4
- homeassistant/components/yalexs_ble/manifest.json +1 -1
- homeassistant/components/yalexs_ble/strings.json +5 -0
- homeassistant/components/yalexs_ble/translations/cs.json +5 -0
- homeassistant/components/yalexs_ble/translations/de.json +5 -0
- homeassistant/components/yalexs_ble/translations/el.json +5 -0
- homeassistant/components/yalexs_ble/translations/en-GB.json +5 -0
- homeassistant/components/yalexs_ble/translations/en.json +5 -0
- homeassistant/components/yalexs_ble/translations/es.json +6 -1
- homeassistant/components/yalexs_ble/translations/et.json +5 -0
- homeassistant/components/yalexs_ble/translations/ga.json +9 -1
- homeassistant/components/yalexs_ble/translations/ja.json +5 -0
- homeassistant/components/yalexs_ble/translations/lt.json +5 -0
- homeassistant/components/yalexs_ble/translations/pt.json +5 -0
- homeassistant/components/yalexs_ble/translations/ru.json +5 -0
- homeassistant/components/yalexs_ble/translations/sk.json +5 -0
- homeassistant/components/yalexs_ble/translations/sv.json +5 -0
- homeassistant/components/yalexs_ble/translations/zh-Hans.json +5 -0
- homeassistant/components/yalexs_ble/translations/zh-Hant.json +5 -0
- homeassistant/components/yeelight/__init__.py +0 -8
- homeassistant/components/yeelight/config_flow.py +2 -2
- homeassistant/components/yeelight/translations/es.json +1 -1
- homeassistant/components/yolink/__init__.py +14 -0
- homeassistant/components/yolink/binary_sensor.py +6 -2
- homeassistant/components/yolink/const.py +2 -0
- homeassistant/components/yolink/manifest.json +1 -1
- homeassistant/components/yolink/sensor.py +33 -3
- homeassistant/components/youtube/manifest.json +1 -1
- homeassistant/components/zabbix/__init__.py +40 -22
- homeassistant/components/zbox_hub/__init__.py +1 -0
- homeassistant/components/zbox_hub/manifest.json +6 -0
- homeassistant/components/zha/strings.json +4 -4
- homeassistant/components/zha/translations/da.json +3 -0
- homeassistant/components/zha/translations/de.json +1 -1
- homeassistant/components/zha/translations/el.json +24 -0
- homeassistant/components/zha/translations/en-GB.json +59 -6
- homeassistant/components/zha/translations/es.json +3 -3
- homeassistant/components/zha/translations/ga.json +132 -0
- homeassistant/components/zha/translations/sv.json +3 -0
- homeassistant/components/zone/condition.py +156 -0
- homeassistant/components/zone/trigger.py +2 -1
- homeassistant/components/zoneminder/__init__.py +2 -2
- homeassistant/components/zoneminder/services.py +3 -2
- homeassistant/components/zwave_js/__init__.py +96 -73
- homeassistant/components/zwave_js/api.py +46 -36
- homeassistant/components/zwave_js/binary_sensor.py +8 -9
- homeassistant/components/zwave_js/button.py +6 -7
- homeassistant/components/zwave_js/climate.py +6 -7
- homeassistant/components/zwave_js/config_flow.py +17 -5
- homeassistant/components/zwave_js/const.py +0 -2
- homeassistant/components/zwave_js/cover.py +8 -14
- homeassistant/components/zwave_js/device_automation_helpers.py +2 -3
- homeassistant/components/zwave_js/diagnostics.py +9 -6
- homeassistant/components/zwave_js/discovery.py +36 -3
- homeassistant/components/zwave_js/entity.py +1 -21
- homeassistant/components/zwave_js/event.py +5 -6
- homeassistant/components/zwave_js/fan.py +7 -8
- homeassistant/components/zwave_js/helpers.py +15 -19
- homeassistant/components/zwave_js/humidifier.py +5 -6
- homeassistant/components/zwave_js/light.py +41 -9
- homeassistant/components/zwave_js/lock.py +3 -5
- homeassistant/components/zwave_js/manifest.json +1 -1
- homeassistant/components/zwave_js/models.py +27 -0
- homeassistant/components/zwave_js/number.py +7 -8
- homeassistant/components/zwave_js/repairs.py +1 -0
- homeassistant/components/zwave_js/select.py +9 -10
- homeassistant/components/zwave_js/sensor.py +37 -20
- homeassistant/components/zwave_js/services.py +1 -1
- homeassistant/components/zwave_js/siren.py +5 -6
- homeassistant/components/zwave_js/strings.json +16 -12
- homeassistant/components/zwave_js/switch.py +8 -9
- homeassistant/components/zwave_js/translations/bg.json +2 -2
- homeassistant/components/zwave_js/translations/ca.json +0 -6
- homeassistant/components/zwave_js/translations/cs.json +13 -9
- homeassistant/components/zwave_js/translations/de.json +13 -9
- homeassistant/components/zwave_js/translations/el.json +13 -9
- homeassistant/components/zwave_js/translations/en-GB.json +13 -9
- homeassistant/components/zwave_js/translations/en.json +13 -9
- homeassistant/components/zwave_js/translations/es.json +13 -9
- homeassistant/components/zwave_js/translations/et.json +13 -9
- homeassistant/components/zwave_js/translations/fi.json +0 -9
- homeassistant/components/zwave_js/translations/fr.json +0 -4
- homeassistant/components/zwave_js/translations/ga.json +40 -0
- homeassistant/components/zwave_js/translations/he.json +0 -6
- homeassistant/components/zwave_js/translations/hu.json +0 -10
- homeassistant/components/zwave_js/translations/id.json +0 -9
- homeassistant/components/zwave_js/translations/ja.json +0 -10
- homeassistant/components/zwave_js/translations/lt.json +0 -10
- homeassistant/components/zwave_js/translations/mk.json +3 -0
- homeassistant/components/zwave_js/translations/nl.json +2 -8
- homeassistant/components/zwave_js/translations/pt.json +0 -10
- homeassistant/components/zwave_js/translations/ru.json +3 -10
- homeassistant/components/zwave_js/translations/sk.json +13 -9
- homeassistant/components/zwave_js/translations/sv.json +0 -10
- homeassistant/components/zwave_js/translations/tr.json +0 -10
- homeassistant/components/zwave_js/translations/vi.json +0 -10
- homeassistant/components/zwave_js/translations/zh-Hans.json +12 -8
- homeassistant/components/zwave_js/translations/zh-Hant.json +13 -9
- homeassistant/components/zwave_js/triggers/event.py +3 -5
- homeassistant/components/zwave_js/triggers/trigger_helpers.py +2 -4
- homeassistant/components/zwave_js/update.py +108 -48
- homeassistant/config.py +0 -3
- homeassistant/config_entries.py +28 -1
- homeassistant/const.py +4 -2
- homeassistant/core.py +51 -15
- homeassistant/generated/application_credentials.py +1 -0
- homeassistant/generated/config_flows.py +5 -0
- homeassistant/generated/integrations.json +44 -3
- homeassistant/generated/zeroconf.py +19 -0
- homeassistant/helpers/condition.py +217 -105
- homeassistant/helpers/config_validation.py +0 -29
- homeassistant/helpers/deprecation.py +8 -10
- homeassistant/helpers/device.py +13 -0
- homeassistant/helpers/device_registry.py +75 -39
- homeassistant/helpers/entity.py +61 -48
- homeassistant/helpers/entity_platform.py +177 -73
- homeassistant/helpers/entity_registry.py +42 -21
- homeassistant/helpers/event.py +62 -57
- homeassistant/helpers/frame.py +24 -9
- homeassistant/helpers/helper_integration.py +69 -10
- homeassistant/helpers/http.py +2 -2
- homeassistant/helpers/llm.py +44 -9
- homeassistant/helpers/schema_config_entry_flow.py +11 -0
- homeassistant/helpers/selector.py +173 -126
- homeassistant/helpers/service.py +53 -214
- homeassistant/helpers/service_info/dhcp.py +6 -0
- homeassistant/helpers/singleton.py +2 -1
- homeassistant/helpers/target.py +359 -0
- homeassistant/helpers/trigger.py +18 -8
- homeassistant/helpers/trigger_template_entity.py +19 -0
- homeassistant/helpers/update_coordinator.py +12 -2
- homeassistant/loader.py +13 -79
- homeassistant/package_constraints.txt +13 -17
- homeassistant/runner.py +2 -0
- homeassistant/strings.json +3 -0
- homeassistant/util/__init__.py +2 -2
- homeassistant/util/resource.py +65 -0
- homeassistant/util/unit_conversion.py +5 -2
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/METADATA +5 -5
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/RECORD +3869 -3631
- homeassistant/components/backup/basic_websocket.py +0 -38
- homeassistant/components/goalzero/translations/es-419.json +0 -9
- homeassistant/components/luftdaten/translations/lv.json +0 -9
- homeassistant/components/risco/translations/ar.json +0 -12
- homeassistant/helpers/backup.py +0 -93
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/WHEEL +0 -0
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.7.3.dist-info → homeassistant-2025.8.0b0.dist-info}/top_level.txt +0 -0
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"user": "\u0414\u043e\u0434\u0430\u0458 MQTT \u0443\u0440\u0435\u0434"
|
|
22
22
|
},
|
|
23
23
|
"step": {
|
|
24
|
+
"availability": {
|
|
25
|
+
"data": {
|
|
26
|
+
"availability_template": "\u0428\u0430\u0431\u043b\u043e\u043d \u0437\u0430 \u0434\u043e\u0441\u0442\u0430\u043f\u043d\u043e\u0441\u0442"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
24
29
|
"device": {
|
|
25
30
|
"data": {
|
|
26
31
|
"model": "\u041c\u043e\u0434\u0435\u043b"
|
|
@@ -68,6 +73,24 @@
|
|
|
68
73
|
}
|
|
69
74
|
}
|
|
70
75
|
},
|
|
76
|
+
"export": {
|
|
77
|
+
"menu_options": {
|
|
78
|
+
"export_yaml": "\u0418\u0437\u0432\u043e\u0437 \u0432\u043e YAML \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0430"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"export_discovery": {
|
|
82
|
+
"data": {
|
|
83
|
+
"discovery_topic": "\u0422\u0435\u043c\u0430 \u0437\u0430 \u043e\u0442\u043a\u0440\u0438\u0432\u0430\u045a\u0435"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"export_yaml": {
|
|
87
|
+
"data": {
|
|
88
|
+
"yaml": "\u041a\u043e\u043f\u0438\u0440\u0430\u0458\u0442\u0435 \u0458\u0430 YAML \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u043f\u043e\u0434\u043e\u043b\u0443:"
|
|
89
|
+
},
|
|
90
|
+
"data_description": {
|
|
91
|
+
"yaml": "\u041f\u043e\u0441\u0442\u0430\u0432\u0435\u0442\u0435 \u0458\u0430 YAML \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0458\u0430\u0442\u0430 \u0432\u043e \u0432\u0430\u0448\u0438\u043e\u0442 [configuration.yaml]( {url} #yaml-configuration-listed-per-item)."
|
|
92
|
+
}
|
|
93
|
+
},
|
|
71
94
|
"mqtt_platform_config": {
|
|
72
95
|
"data": {
|
|
73
96
|
"payload_off": "\u0422\u043e\u0432\u0430\u0440\u043e\u0442 \"\u0438\u0441\u043a\u043b\u0443\u0447\u0435\u043d\"",
|
|
@@ -142,7 +142,6 @@
|
|
|
142
142
|
"payload_available": "De payload die aangeeft dat het apparaat beschikbaar is (standaardwaarde 'online')",
|
|
143
143
|
"payload_not_available": "De payload die aangeeft dat het apparaat niet beschikbaar is (standaard ingesteld op 'offline')"
|
|
144
144
|
},
|
|
145
|
-
"description": "Met de beschikbaarheidsfunctie kan een apparaat zijn beschikbaarheid melden.",
|
|
146
145
|
"title": "Beschikbaarheidsopties"
|
|
147
146
|
},
|
|
148
147
|
"delete_entity": {
|
|
@@ -247,6 +246,36 @@
|
|
|
247
246
|
},
|
|
248
247
|
"title": "Configureer MQTT apparaat \"{mqtt_device}\""
|
|
249
248
|
},
|
|
249
|
+
"export": {
|
|
250
|
+
"description": "Een export maakt het mogelijk im een MQTT device configuratie te migreren naar een YAML gebaseerde configuratie of MQTT discovery. De configuratie export kan ook van pas komen bij het troubleshooten.",
|
|
251
|
+
"menu_options": {
|
|
252
|
+
"export_discovery": "Exporteren naar MQTT discovery informatie",
|
|
253
|
+
"export_yaml": "Exporteren naar YAML configuratie"
|
|
254
|
+
},
|
|
255
|
+
"title": "Exporteer MQTT apparaat configuratie"
|
|
256
|
+
},
|
|
257
|
+
"export_discovery": {
|
|
258
|
+
"data": {
|
|
259
|
+
"discovery_payload": "Discovery bericht:",
|
|
260
|
+
"discovery_topic": "Discovery topic"
|
|
261
|
+
},
|
|
262
|
+
"data_description": {
|
|
263
|
+
"discovery_payload": "Het JSON [discovery bericht]({url}#device-discovery-payload) wat de informatie bevat over het MQTT apparaat.",
|
|
264
|
+
"discovery_topic": "Het [discovery topic]({url}#discovery-topic) om het discovery bericht naar toe te publiceren, wat wordt gebruikt om MQTT discovery te triggeren. Een leeg bericht wat wordt gepubliceerd naar dit topic zal het apparaat en de ontdente entiteiten verwijderen."
|
|
265
|
+
},
|
|
266
|
+
"description": "Om de installatie uit te voeren via MQTT [discovery]({url}#device-discovery-payload), moet het discovery bericht worden gepubliceerd op het discovery topic. Kopieer de informatie van de velden hieronder. Home Assistant zal detecteren dat nu de installatie van het MQTT apparaat was geprobeerd via MQTT discovery, en zal een reparatie aanbieden om het redundante sub-item te verwijderen. Je kunt er ook voor kiezen om de identifiers te wijzigen als je jet sub-item niet wilt verwijderen.",
|
|
267
|
+
"title": "Exporteer MQTT apparaat configuratie"
|
|
268
|
+
},
|
|
269
|
+
"export_yaml": {
|
|
270
|
+
"data": {
|
|
271
|
+
"yaml": "Kopieer de YAML configuratie hieronder:"
|
|
272
|
+
},
|
|
273
|
+
"data_description": {
|
|
274
|
+
"yaml": "Plaats YAML configuratie in je [configuration.yaml]({url}#yaml-configuration-listed-per-item) bestand."
|
|
275
|
+
},
|
|
276
|
+
"description": "Je kunt de configuratie hieronder kopi\u00ebren en deze in je configuration.yaml bestand plaatsen. Home Assistant zal detecteren als de setup van je MQTT apparaat was geprobeerd via YAML, en een reparatie aanbieden om het redundante sub-item te verwijderen. Je kun ook kiezen om de identifiers te veranderen als je het sub-item niet wilt verwijderen.",
|
|
277
|
+
"title": "Exporteer MQTT apparaat configuratie"
|
|
278
|
+
},
|
|
250
279
|
"mqtt_platform_config": {
|
|
251
280
|
"data": {
|
|
252
281
|
"blue_template": "Blauw sjabloon",
|
|
@@ -389,7 +418,6 @@
|
|
|
389
418
|
"tilt_max": "De maximale kantelwaarde.",
|
|
390
419
|
"tilt_min": "De minimale kantelwaarde.",
|
|
391
420
|
"tilt_opened_value": "De waarde die naar het \"kantel commando topic\" wordt verstuurd wanneer de raambedekking wordt geopend.",
|
|
392
|
-
"tilt_optimistic": "Vlag om aan te geven of het kantelen in optimistische modus plaats vindt. Als kantel status topic niet is gedefinieerd, werkt het kantelen standaard in optimistische modus. [Leer meer.]({url}#tilt_optimistic)",
|
|
393
421
|
"tilt_status_template": "Definieert een [sjabloon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) om de kantel status te extraheren van het bericht voor het kantel status topic. In het sjabloon zijn de volgende variabelen beschikbaar: `entity_id`, `position_open`, `position_closed`, `tilt_min` en `tilt_max`. [Leer meer.]({url}#tilt_status_template)",
|
|
394
422
|
"tilt_status_topic": "Het MQTT topic om te abonneren om kantel status waarden te ontvangen. [Leer meer.]({url}#tilt_status_topic)"
|
|
395
423
|
},
|
|
@@ -629,6 +657,7 @@
|
|
|
629
657
|
"delete_entity": "Een entiteit verwijderen",
|
|
630
658
|
"device": "Bijwerken apparaat opties",
|
|
631
659
|
"entity": "Nog een entiteit toevoegen aan \"{mqtt_device}\"",
|
|
660
|
+
"export": "Export MQTT apparaat configuratie",
|
|
632
661
|
"save_changes": "Opslaan wijzigingen",
|
|
633
662
|
"update_entity": "Eigenschappen entiteit bijwerken"
|
|
634
663
|
},
|
|
@@ -705,6 +734,28 @@
|
|
|
705
734
|
"invalid_platform_config": {
|
|
706
735
|
"description": "Home Assistant heeft een ongeldige configuratie voor een handmatig geconfigureerd MQTT item gedetecteerd.\n\nPlatform domein: **{domain}**\nConfiguratiebestand: **{config_file}**\nNabij regel: **{line}**\nGevonden configuratie:\n```yaml\n{config}\n```\nFout: **{error}**.\n\nZorg er voor dat de configuratie geldig is en [herlaad](/developer-tools/yaml) de handmatig geconfigureerde MQTT items of herstart Home Assistant om dit probleem op te lossen.",
|
|
707
736
|
"title": "Ongeldige configuratie gevonden voor MQTT {domain} element"
|
|
737
|
+
},
|
|
738
|
+
"subentry_migration_discovery": {
|
|
739
|
+
"fix_flow": {
|
|
740
|
+
"step": {
|
|
741
|
+
"confirm": {
|
|
742
|
+
"description": "Ge\u00ebxporteerd MQTT apparaat \"{name}\" ge\u00efdentificeerd via MQTT discovery. Selecteer **Verzenden** om te bevestigen dat het MQTT apparaat moet worden gemigreerd naar de hoofdconfiguratie, en om het bestaande MQTT apparaat sub-item te verwijderen. Zorg er voor dat het discovery bericht 'retained' is op de MQTT broker, of opnieuw wordt verstuurd nadat het sub-item is verwijderd, zodat het MQTT apparaat correct wordt ingesteld. Als een alternatief kun je het apparaat ID en de entiteit unieke ID's aanpassen in het MQTT discovery bericht, en deze reparatie annuleren als je het MQTT apparaat sub-item wilt houden.",
|
|
743
|
+
"title": "MQTT apparaat \"{name}\" sub-item migratie naar MQTT discovery"
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"title": "MQTT apparaat \"{name}\" sub-item migratie naar MQTT discovery"
|
|
748
|
+
},
|
|
749
|
+
"subentry_migration_yaml": {
|
|
750
|
+
"fix_flow": {
|
|
751
|
+
"step": {
|
|
752
|
+
"confirm": {
|
|
753
|
+
"description": "Ge\u00ebxporteerd MQTT apparaat \"{name}\" ge\u00efdentificeerd in YAML configuratie. Selecteer **Verzenden** om te bevestigen dat het MQTT apparaat gemigreerd moet worden naar de hoofdconfiguratie, en om het bestaande MQTT apparaat sub-item te verwijderen. Als een alternatief kun je het apparaat ID en entiteit unieke ID's aanpassen in je configuration.yaml bestand, en annuleer deze reparatie om het MQTT apparaat sub-item te houden.",
|
|
754
|
+
"title": "MQTT apparaat \"{name}\" sub-item migratie naar YAML"
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"title": "MQTT apparaat \"{name}\" sub-item migratie naar YAML"
|
|
708
759
|
}
|
|
709
760
|
},
|
|
710
761
|
"options": {
|
|
@@ -143,7 +143,6 @@
|
|
|
143
143
|
"payload_available": "A carga \u00fatil que indica que o dispositivo est\u00e1 dispon\u00edvel (a predefini\u00e7\u00e3o \u00e9 \"online\")",
|
|
144
144
|
"payload_not_available": "A carga \u00fatil que indica que o dispositivo n\u00e3o est\u00e1 dispon\u00edvel (a predefini\u00e7\u00e3o \u00e9 'offline')"
|
|
145
145
|
},
|
|
146
|
-
"description": "A funcionalidade de disponibilidade permite que um dispositivo comunique a sua disponibilidade.",
|
|
147
146
|
"title": "Op\u00e7\u00f5es de disponibilidade"
|
|
148
147
|
},
|
|
149
148
|
"delete_entity": {
|
|
@@ -391,7 +390,6 @@
|
|
|
391
390
|
"tilt_max": "O valor m\u00e1ximo de inclina\u00e7\u00e3o.",
|
|
392
391
|
"tilt_min": "O valor m\u00ednimo de inclina\u00e7\u00e3o.",
|
|
393
392
|
"tilt_opened_value": "O valor que ser\u00e1 enviado para o \"t\u00f3pico de comando de inclina\u00e7\u00e3o\" quando a inclina\u00e7\u00e3o da tampa for aberta.",
|
|
394
|
-
"tilt_optimistic": "Sinalizador que define se a inclina\u00e7\u00e3o funciona em modo otimista. Se o t\u00f3pico de estado da inclina\u00e7\u00e3o n\u00e3o for definido, a inclina\u00e7\u00e3o funciona no modo otimista por predefini\u00e7\u00e3o. [Saiba mais]({url}#tilt_optimistic)",
|
|
395
393
|
"tilt_status_template": "Define um [modelo] (https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) para extrair a carga \u00fatil do t\u00f3pico de estado da inclina\u00e7\u00e3o. Dentro do template est\u00e3o dispon\u00edveis as seguintes vari\u00e1veis: `entity_id`, `position_open`, `position_closed`, `tilt_min` e `tilt_max`. [Saiba mais.]({url}#tilt_status_template)",
|
|
396
394
|
"tilt_status_topic": "O t\u00f3pico MQTT subscrito para receber valores de atualiza\u00e7\u00e3o do estado da inclina\u00e7\u00e3o. [Saiba mais]({url}#tilt_status_topic)"
|
|
397
395
|
},
|
|
@@ -140,7 +140,6 @@
|
|
|
140
140
|
"payload_available": "\u041f\u043e\u043b\u0435\u0437\u043d\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0430\u044f, \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e 'online')",
|
|
141
141
|
"payload_not_available": "\u041f\u043e\u043b\u0435\u0437\u043d\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430, \u0443\u043a\u0430\u0437\u044b\u0432\u0430\u044e\u0449\u0430\u044f, \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e (\u043f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e 'offline')"
|
|
142
142
|
},
|
|
143
|
-
"description": "\u0424\u0443\u043d\u043a\u0446\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443 \u0441\u043e\u043e\u0431\u0449\u0430\u0442\u044c \u043e \u0441\u0432\u043e\u0435\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438.",
|
|
144
143
|
"title": "\u041e\u043f\u0446\u0438\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438"
|
|
145
144
|
},
|
|
146
145
|
"delete_entity": {
|
|
@@ -246,6 +245,36 @@
|
|
|
246
245
|
},
|
|
247
246
|
"title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \"{mqtt_device}\""
|
|
248
247
|
},
|
|
248
|
+
"export": {
|
|
249
|
+
"description": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0442\u0438 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \u0432 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 YAML \u0438\u043b\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT. \u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u0435\u043d \u0434\u043b\u044f \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f \u043d\u0435\u043f\u043e\u043b\u0430\u0434\u043e\u043a.",
|
|
250
|
+
"menu_options": {
|
|
251
|
+
"export_discovery": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f MQTT",
|
|
252
|
+
"export_yaml": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u0432 YAML-\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e"
|
|
253
|
+
},
|
|
254
|
+
"title": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT"
|
|
255
|
+
},
|
|
256
|
+
"export_discovery": {
|
|
257
|
+
"data": {
|
|
258
|
+
"discovery_payload": "\u041f\u043e\u043b\u0435\u0437\u043d\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f:",
|
|
259
|
+
"discovery_topic": "\u0422\u043e\u043f\u0438\u043a \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f"
|
|
260
|
+
},
|
|
261
|
+
"data_description": {
|
|
262
|
+
"discovery_payload": "[\u041f\u043e\u043b\u0435\u0437\u043d\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f]({url}#device-discovery-payload) \u0432 JSON, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e\u0431 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 MQTT.",
|
|
263
|
+
"discovery_topic": "[\u0422\u043e\u043f\u0438\u043a \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f]({url}#discovery-topic) \u0434\u043b\u044f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438 \u043f\u043e\u043b\u0435\u0437\u043d\u043e\u0439 \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f, \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u043c\u044b\u0439 \u0434\u043b\u044f \u0437\u0430\u043f\u0443\u0441\u043a\u0430 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f MQTT. \u041f\u0443\u0441\u0442\u0430\u044f \u043f\u043e\u043b\u0435\u0437\u043d\u0430\u044f \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0430, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u043d\u0430\u044f \u0432 \u044d\u0442\u043e\u0442 \u0442\u043e\u043f\u0438\u043a, \u0443\u0434\u0430\u043b\u0438\u0442 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043d\u044b\u0435 \u043e\u0431\u044a\u0435\u043a\u0442\u044b."
|
|
264
|
+
},
|
|
265
|
+
"description": "\u0427\u0442\u043e\u0431\u044b \u0440\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443 \u0447\u0435\u0440\u0435\u0437 [\u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT]({url}#device-discovery-payload), \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u0442\u044c \u043f\u043e\u043b\u0435\u0437\u043d\u0443\u044e \u043d\u0430\u0433\u0440\u0443\u0437\u043a\u0443 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f \u0432 \u0442\u043e\u043f\u0438\u043a \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f. \u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0438\u0437 \u043f\u043e\u043b\u0435\u0439 \u043d\u0438\u0436\u0435. Home Assistant \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442, \u0431\u044b\u043b\u0430 \u043b\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0430 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT, \u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0438 \u0438\u0437\u0431\u044b\u0442\u043e\u0447\u043d\u043e\u0439 \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b, \u0435\u0441\u043b\u0438 \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c.",
|
|
266
|
+
"title": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT"
|
|
267
|
+
},
|
|
268
|
+
"export_yaml": {
|
|
269
|
+
"data": {
|
|
270
|
+
"yaml": "\u0421\u043a\u043e\u043f\u0438\u0440\u0443\u0439\u0442\u0435 YAML-\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u043d\u0438\u0436\u0435:"
|
|
271
|
+
},
|
|
272
|
+
"data_description": {
|
|
273
|
+
"yaml": "\u0420\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u0435 YAML-\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0432 \u0432\u0430\u0448\u0435\u043c [configuration.yaml]({url}#yaml-configuration-listed-per-item)."
|
|
274
|
+
},
|
|
275
|
+
"description": "\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u043d\u0438\u0436\u0435 \u0438 \u0440\u0430\u0437\u043c\u0435\u0441\u0442\u0438\u0442\u044c \u0435\u0435 \u0432 \u0432\u0430\u0448\u0435\u043c \u0444\u0430\u0439\u043b\u0435 configuration.yaml. Home Assistant \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442, \u0431\u044b\u043b\u0430 \u043b\u0438 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0447\u0435\u0440\u0435\u0437 YAML, \u0438 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u0442 \u043f\u0440\u043e\u0446\u0435\u0441\u0441 \u0432\u043e\u0441\u0441\u0442\u0430\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f \u043e\u0447\u0438\u0441\u0442\u043a\u0438 \u0438\u0437\u0431\u044b\u0442\u043e\u0447\u043d\u044b\u0445 \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0435\u0439. \u0412\u044b \u0442\u0430\u043a\u0436\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b, \u0435\u0441\u043b\u0438 \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0443\u0434\u0430\u043b\u044f\u0442\u044c \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c.",
|
|
276
|
+
"title": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT"
|
|
277
|
+
},
|
|
249
278
|
"mqtt_platform_config": {
|
|
250
279
|
"data": {
|
|
251
280
|
"blue_template": "\u0428\u0430\u0431\u043b\u043e\u043d \u0441\u0438\u043d\u0435\u0433\u043e",
|
|
@@ -523,6 +552,7 @@
|
|
|
523
552
|
"delete_entity": "\u0423\u0434\u0430\u043b\u0438\u0442\u044c \u043e\u0431\u044a\u0435\u043a\u0442",
|
|
524
553
|
"device": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430",
|
|
525
554
|
"entity": "\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0435\u0449\u0435 \u043e\u0434\u0438\u043d \u043e\u0431\u044a\u0435\u043a\u0442 \u0432 \"{mqtt_device}\"",
|
|
555
|
+
"export": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT",
|
|
526
556
|
"save_changes": "\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u044f",
|
|
527
557
|
"update_entity": "\u041e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0441\u0432\u043e\u0439\u0441\u0442\u0432\u0430 \u043e\u0431\u044a\u0435\u043a\u0442\u0430"
|
|
528
558
|
},
|
|
@@ -599,6 +629,28 @@
|
|
|
599
629
|
"invalid_platform_config": {
|
|
600
630
|
"description": "Home Assistant \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u043b \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0443\u044e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e \u0434\u043b\u044f \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u043e\u0433\u043e \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430.\n\n\u0414\u043e\u043c\u0435\u043d \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b: **{domain}**\n\u0424\u0430\u0439\u043b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438: **{config_file}**\n\u041e\u043a\u043e\u043b\u043e \u0441\u0442\u0440\u043e\u043a\u0438: **{line}**\n\u041d\u0430\u0439\u0434\u0435\u043d\u043d\u0430\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f:\n```yaml\n{config}\n```\n\u041e\u0448\u0438\u0431\u043a\u0430: **{error}**.\n\n\u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043b\u044c\u043d\u0430 \u0438 [\u043f\u0435\u0440\u0435\u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u0435](/developer-tools/yaml) \u0432\u0440\u0443\u0447\u043d\u0443\u044e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0435 \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u044b MQTT \u0438\u043b\u0438 \u043f\u0435\u0440\u0435\u0437\u0430\u043f\u0443\u0441\u0442\u0438\u0442\u0435 Home Assistant, \u0447\u0442\u043e\u0431\u044b \u0438\u0441\u043f\u0440\u0430\u0432\u0438\u0442\u044c \u044d\u0442\u0443 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u0443.",
|
|
601
631
|
"title": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0430\u044f \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u044d\u043b\u0435\u043c\u0435\u043d\u0442\u0430 MQTT {domain}"
|
|
632
|
+
},
|
|
633
|
+
"subentry_migration_discovery": {
|
|
634
|
+
"fix_flow": {
|
|
635
|
+
"step": {
|
|
636
|
+
"confirm": {
|
|
637
|
+
"description": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \"{name}\", \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043d\u043e\u0435 \u0447\u0435\u0440\u0435\u0437 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 **\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c**, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c, \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u0443\u044e \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e MQTT \u0438 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT. \u0423\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0435\u0442\u0441\u044f \u043d\u0430 MQTT \u0431\u0440\u043e\u043a\u0435\u0440\u0435 \u0438\u043b\u0438 \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0435\u0442\u0441\u044f \u043f\u043e\u0432\u0442\u043e\u0440\u043d\u043e \u043f\u043e\u0441\u043b\u0435 \u0443\u0434\u0430\u043b\u0435\u043d\u0438\u044f \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \u0431\u044b\u043b\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u043e \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e. \u0412 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432 \u0432\u0430\u0448\u0435\u0439 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u044f MQTT \u0438 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435, \u0435\u0441\u043b\u0438 \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT.",
|
|
638
|
+
"title": "\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \"{name}\" \u0432 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT"
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
},
|
|
642
|
+
"title": "\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \"{name}\" \u0432 \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435 MQTT"
|
|
643
|
+
},
|
|
644
|
+
"subentry_migration_yaml": {
|
|
645
|
+
"fix_flow": {
|
|
646
|
+
"step": {
|
|
647
|
+
"confirm": {
|
|
648
|
+
"description": "\u042d\u043a\u0441\u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u043e\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \"{name}\" \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u043e \u0432 YAML-\u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 **\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c**, \u0447\u0442\u043e\u0431\u044b \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c, \u0447\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e MQTT \u0434\u043e\u043b\u0436\u043d\u043e \u0431\u044b\u0442\u044c \u043f\u0435\u0440\u0435\u043d\u0435\u0441\u0435\u043d\u043e \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u0443\u044e \u0437\u0430\u043f\u0438\u0441\u044c \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 MQTT, \u0438 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT. \u0412 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u044b \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0438 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u044b\u0435 \u0438\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u043e\u0431\u044a\u0435\u043a\u0442\u043e\u0432 \u0432 \u0432\u0430\u0448\u0435\u043c \u0444\u0430\u0439\u043b\u0435 configuration.yaml \u0438 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u044c \u044d\u0442\u043e \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435, \u0435\u0441\u043b\u0438 \u0432\u044b \u0445\u043e\u0442\u0438\u0442\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT.",
|
|
649
|
+
"title": "\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \"{name}\" \u0432 YAML"
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
},
|
|
653
|
+
"title": "\u041c\u0438\u0433\u0440\u0430\u0446\u0438\u044f \u043f\u043e\u0434\u0437\u0430\u043f\u0438\u0441\u0438 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 MQTT \"{name}\" \u0432 YAML"
|
|
602
654
|
}
|
|
603
655
|
},
|
|
604
656
|
"options": {
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"payload_available": "D\u00e1ta, ktor\u00e9 znamenaj\u00fa, \u017ee zariadenie je k dispoz\u00edcii (predvolen\u00e9 nastavenie je \"online\")",
|
|
149
149
|
"payload_not_available": "D\u00e1ta, ktor\u00e9 znamenaj\u00fa, \u017ee zariadenie nie je dostupn\u00e9 (predvolen\u00e9 nastavenie je \"offline\")"
|
|
150
150
|
},
|
|
151
|
-
"description": "Funkcia dostupnosti umo\u017e\u0148uje zariadeniu
|
|
151
|
+
"description": "Funkcia dostupnosti umo\u017e\u0148uje zariadeniu hl\u00e1si\u0165 svoju dostupnos\u0165.",
|
|
152
152
|
"title": "Mo\u017enosti dostupnosti"
|
|
153
153
|
},
|
|
154
154
|
"delete_entity": {
|
|
@@ -254,6 +254,36 @@
|
|
|
254
254
|
},
|
|
255
255
|
"title": "Konfigur\u00e1cia zariadenia MQTT \"{mqtt_device}\""
|
|
256
256
|
},
|
|
257
|
+
"export": {
|
|
258
|
+
"description": "Export umo\u017e\u0148uje migrova\u0165 konfigur\u00e1ciu zariadenia MQTT do konfigur\u00e1cie zalo\u017eenej na jazyku YAML alebo na zis\u0165ovanie MQTT. Export konfigur\u00e1cie m\u00f4\u017ee by\u0165 u\u017eito\u010dn\u00fd aj pri rie\u0161en\u00ed probl\u00e9mov.",
|
|
259
|
+
"menu_options": {
|
|
260
|
+
"export_discovery": "Exportova\u0165 inform\u00e1cie o objavovan\u00ed MQTT",
|
|
261
|
+
"export_yaml": "Export do konfigur\u00e1cie YAML"
|
|
262
|
+
},
|
|
263
|
+
"title": "Exportova\u0165 konfigur\u00e1ciu zariadenia MQTT"
|
|
264
|
+
},
|
|
265
|
+
"export_discovery": {
|
|
266
|
+
"data": {
|
|
267
|
+
"discovery_payload": "U\u017eito\u010dn\u00e9 za\u0165a\u017eenie zis\u0165ovania:",
|
|
268
|
+
"discovery_topic": "T\u00e9ma objavovania"
|
|
269
|
+
},
|
|
270
|
+
"data_description": {
|
|
271
|
+
"discovery_payload": "JSON [discovery payload]({url}#device-discovery-payload), ktor\u00fd obsahuje inform\u00e1cie o zariaden\u00ed MQTT.",
|
|
272
|
+
"discovery_topic": "T\u00e9ma [discovery]({url}#discovery-topic) na zverejnenie u\u017eito\u010dn\u00e9ho za\u0165a\u017eenia discovery, ktor\u00e9 sa pou\u017e\u00edva na spustenie discovery MQTT. Pr\u00e1zdne u\u017eito\u010dn\u00e9 za\u0165a\u017eenie publikovan\u00e9 do tejto t\u00e9my odstr\u00e1ni zariadenie a objaven\u00e9 entity."
|
|
273
|
+
},
|
|
274
|
+
"description": "Aby bolo mo\u017en\u00e9 nastavenie prostredn\u00edctvom MQTT [discovery]({url}#device-discovery-payload), je potrebn\u00e9 zverejni\u0165 u\u017eito\u010dn\u00e9 za\u0165a\u017eenie discovery do t\u00e9my discovery. Skop\u00edrujte inform\u00e1cie z ni\u017e\u0161ie uveden\u00fdch pol\u00ed. Home Assistant zist\u00ed, \u010di sa nastavenie zariadenia MQTT nepok\u00fa\u0161alo namiesto toho vykona\u0165 prostredn\u00edctvom MQTT discovery, a pon\u00fakne opravn\u00fd tok na vy\u010distenie nadbyto\u010dn\u00e9ho podz\u00e1znamu. M\u00f4\u017eete tie\u017e zvoli\u0165 zmenu identifik\u00e1torov, ak nechcete odstr\u00e1ni\u0165 podz\u00e1znam.",
|
|
275
|
+
"title": "Exportova\u0165 konfigur\u00e1ciu zariadenia MQTT"
|
|
276
|
+
},
|
|
277
|
+
"export_yaml": {
|
|
278
|
+
"data": {
|
|
279
|
+
"yaml": "Skop\u00edrujte ni\u017e\u0161ie uveden\u00fa konfigur\u00e1ciu YAML:"
|
|
280
|
+
},
|
|
281
|
+
"data_description": {
|
|
282
|
+
"yaml": "Umiestnite konfigur\u00e1ciu YAML do svojho [configuration.yaml]({url}#yaml-configuration-listed-per-item)."
|
|
283
|
+
},
|
|
284
|
+
"description": "Ni\u017e\u0161ie uveden\u00fa konfigur\u00e1ciu m\u00f4\u017eete skop\u00edrova\u0165 a umiestni\u0165 do s\u00faboru configuration.yaml. Home Assistant zist\u00ed, \u010di sa konfigur\u00e1cia zariadenia MQTT namiesto toho pok\u00fasila o konfigur\u00e1ciu prostredn\u00edctvom YAML, a pon\u00fakne opravn\u00fd tok na vy\u010distenie nadbyto\u010dn\u00e9ho pod\u00fadaju. M\u00f4\u017eete tie\u017e zvoli\u0165 zmenu identifik\u00e1torov, ak nechcete odstr\u00e1ni\u0165 podz\u00e1znam.",
|
|
285
|
+
"title": "Exportova\u0165 konfigur\u00e1ciu zariadenia MQTT"
|
|
286
|
+
},
|
|
257
287
|
"mqtt_platform_config": {
|
|
258
288
|
"data": {
|
|
259
289
|
"blue_template": "Modr\u00e1 \u0161abl\u00f3na",
|
|
@@ -396,7 +426,7 @@
|
|
|
396
426
|
"tilt_max": "Maxim\u00e1lna hodnota n\u00e1klonu.",
|
|
397
427
|
"tilt_min": "Minim\u00e1lna hodnota n\u00e1klonu.",
|
|
398
428
|
"tilt_opened_value": "Hodnota, ktor\u00e1 sa odo\u0161le do \"t\u00e9my pr\u00edkazu naklonenia\" pri otvoren\u00ed naklonenia krytu.",
|
|
399
|
-
"tilt_optimistic": "Pr\u00edznak, ktor\u00fd ur\u010duje, \u010di naklonenie funguje v optimistickom re\u017eime. Ak nie je definovan\u00e1
|
|
429
|
+
"tilt_optimistic": "Pr\u00edznak, ktor\u00fd ur\u010duje, \u010di naklonenie funguje v optimistickom re\u017eime. Ak nie je definovan\u00e1 t\u00e9ma stavu naklonenia, naklonenie pracuje v optimistickom re\u017eime. [\u010eal\u0161ie inform\u00e1cie]({url}#tilt_optimistic)",
|
|
400
430
|
"tilt_status_template": "Definuje [\u0161abl\u00f3nu](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) na extrakciu u\u017eito\u010dn\u00e9ho za\u0165a\u017eenia pre t\u00e9mu stavu naklonenia. V r\u00e1mci \u0161abl\u00f3ny s\u00fa k dispoz\u00edcii tieto premenn\u00e9: `entity_id`, `position_open`, `position_closed`, `tilt_min` a `tilt_max`. [\u010eal\u0161ie inform\u00e1cie]({url}#tilt_status_template)",
|
|
401
431
|
"tilt_status_topic": "T\u00e9ma MQTT prihl\u00e1sen\u00e1 na prij\u00edmanie hodn\u00f4t aktualiz\u00e1cie stavu naklonenia. [\u010eal\u0161ie inform\u00e1cie]({url}#tilt_status_topic)"
|
|
402
432
|
},
|
|
@@ -636,6 +666,7 @@
|
|
|
636
666
|
"delete_entity": "Odstr\u00e1nenie entity",
|
|
637
667
|
"device": "Aktualiz\u00e1cia vlastnost\u00ed zariadenia",
|
|
638
668
|
"entity": "Prida\u0165 \u010fal\u0161iu entitu do \u201e {mqtt_device} \u201c",
|
|
669
|
+
"export": "Export konfigur\u00e1cie zariadenia MQTT",
|
|
639
670
|
"save_changes": "Ulo\u017ei\u0165 zmeny",
|
|
640
671
|
"update_entity": "Aktualizujte vlastnosti entity"
|
|
641
672
|
},
|
|
@@ -712,6 +743,28 @@
|
|
|
712
743
|
"invalid_platform_config": {
|
|
713
744
|
"description": "Home Assistant zistil neplatn\u00fa konfigur\u00e1ciu pre manu\u00e1lne nakonfigurovan\u00fa polo\u017eku. \n\nDom\u00e9na platformy: **{domain}**\nKonfigura\u010dn\u00fd s\u00fabor: **{config_file}**\nBl\u00edzka \u010diara: **{line}**\nN\u00e1jden\u00e1 konfigur\u00e1cia:\n```jaml\n{config}\n```\nChyba: **{error}**. \n\nUistite sa, \u017ee konfigur\u00e1cia je platn\u00e1 a [znova na\u010d\u00edtajte](/developer-tools/yaml) manu\u00e1lne nakonfigurovan\u00e9 polo\u017eky MQTT alebo re\u0161tartujte Home Assistant, aby ste tento probl\u00e9m vyrie\u0161ili.",
|
|
714
745
|
"title": "Pre polo\u017eku MQTT {domain} sa na\u0161la neplatn\u00e1 konfigur\u00e1cia"
|
|
746
|
+
},
|
|
747
|
+
"subentry_migration_discovery": {
|
|
748
|
+
"fix_flow": {
|
|
749
|
+
"step": {
|
|
750
|
+
"confirm": {
|
|
751
|
+
"description": "Exportovan\u00e9 zariadenie MQTT \"{name}\" identifikovan\u00e9 prostredn\u00edctvom zis\u0165ovania MQTT. V\u00fdberom mo\u017enosti **Odosla\u0165** potvr\u010fte, \u017ee zariadenie MQTT sa m\u00e1 migrova\u0165 do hlavnej konfigur\u00e1cie MQTT, a odstr\u00e1\u0148te existuj\u00faci podz\u00e1znam zariadenia MQTT. Uistite sa, \u017ee zis\u0165ovanie sa zachov\u00e1 u sprostredkovate\u013ea MQTT alebo sa po odstr\u00e1nen\u00ed podzariadenia op\u00e4tovne odo\u0161le, aby sa zariadenie MQTT spr\u00e1vne nastavilo. Ako alternat\u00edvu m\u00f4\u017eete zmeni\u0165 identifik\u00e1tory zariadenia a jedine\u010dn\u00e9 ID-\u010dka ent\u00edt v konfigura\u010dnom z\u00e1\u0165a\u017ei objavovania MQTT a zru\u0161i\u0165 t\u00fato opravu, ak chcete zachova\u0165 podzariadenie zariadenia MQTT.",
|
|
752
|
+
"title": "Zariadenie MQTT \"{name}\" migr\u00e1cia subentry na zis\u0165ovanie MQTT"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"title": "Zariadenie MQTT \"{name}\" migr\u00e1cia subentry na zis\u0165ovanie MQTT"
|
|
757
|
+
},
|
|
758
|
+
"subentry_migration_yaml": {
|
|
759
|
+
"fix_flow": {
|
|
760
|
+
"step": {
|
|
761
|
+
"confirm": {
|
|
762
|
+
"description": "Exportovan\u00e9 zariadenie MQTT \"{name}\" identifikovan\u00e9 v konfigur\u00e1cii YAML. V\u00fdberom mo\u017enosti **Odosla\u0165** potvr\u010fte, \u017ee zariadenie MQTT sa m\u00e1 presun\u00fa\u0165 do hlavnej polo\u017eky konfigur\u00e1cie MQTT, a odstr\u00e1\u0148te existuj\u00facu podz\u00e1lo\u017eku zariadenia MQTT. Ako alternat\u00edvu m\u00f4\u017eete zmeni\u0165 identifik\u00e1tory zariadenia a jedine\u010dn\u00e9 ID entity vo svojom s\u00fabore configuration.yaml a zru\u0161i\u0165 t\u00fato opravu, ak chcete zachova\u0165 podzariadenie zariadenia MQTT.",
|
|
763
|
+
"title": "Zariadenie MQTT \"{name}\" migr\u00e1cia subentry do YAML"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"title": "Zariadenie MQTT \"{name}\" migr\u00e1cia subentry do YAML"
|
|
715
768
|
}
|
|
716
769
|
},
|
|
717
770
|
"options": {
|
|
@@ -142,7 +142,6 @@
|
|
|
142
142
|
"payload_available": "Den nyttolast som anger att enheten \u00e4r tillg\u00e4nglig (standardv\u00e4rde \u00e4r \"online\")",
|
|
143
143
|
"payload_not_available": "Den nyttolast som anger att enheten inte \u00e4r tillg\u00e4nglig (standardv\u00e4rde \u00e4r \"offline\")"
|
|
144
144
|
},
|
|
145
|
-
"description": "Tillg\u00e4nglighetsfunktionen g\u00f6r det m\u00f6jligt f\u00f6r en enhet att rapportera att den \u00e4r tillg\u00e4nglig.",
|
|
146
145
|
"title": "Tillg\u00e4nglighetsalternativ"
|
|
147
146
|
},
|
|
148
147
|
"delete_entity": {
|
|
@@ -133,7 +133,6 @@
|
|
|
133
133
|
"payload_available": "Cihaz\u0131n kullan\u0131labilir oldu\u011funu g\u00f6steren y\u00fck (varsay\u0131lan olarak '\u00e7evrimi\u00e7i'dir)",
|
|
134
134
|
"payload_not_available": "Cihaz\u0131n mevcut olmad\u0131\u011f\u0131n\u0131 belirten y\u00fck (varsay\u0131lan\u0131 '\u00e7evrimd\u0131\u015f\u0131'd\u0131r)"
|
|
135
135
|
},
|
|
136
|
-
"description": "Kullan\u0131labilirlik \u00f6zelli\u011fi bir cihaz\u0131n kullan\u0131labilirli\u011fini bildirmesine olanak tan\u0131r.",
|
|
137
136
|
"title": "Kullan\u0131labilirlik se\u00e7enekleri"
|
|
138
137
|
},
|
|
139
138
|
"delete_entity": {
|
|
@@ -297,7 +296,6 @@
|
|
|
297
296
|
"tilt_max": "Maksimum e\u011fim de\u011feri.",
|
|
298
297
|
"tilt_min": "Minimum e\u011fim de\u011feri.",
|
|
299
298
|
"tilt_opened_value": "Kapak e\u011fimi a\u00e7\u0131ld\u0131\u011f\u0131nda \"e\u011fim komutu konusuna\" g\u00f6nderilecek de\u011fer.",
|
|
300
|
-
"tilt_optimistic": "E\u011fimin iyimser modda \u00e7al\u0131\u015f\u0131p \u00e7al\u0131\u015fmad\u0131\u011f\u0131n\u0131 tan\u0131mlayan bayrak. E\u011fim durumu konusu tan\u0131mlanmam\u0131\u015fsa, e\u011fim varsay\u0131lan olarak iyimser modda \u00e7al\u0131\u015f\u0131r. [Daha fazla bilgi edinin.]( {url} #tilt_optimistic)",
|
|
301
299
|
"tilt_status_template": "E\u011fim durumu konusu i\u00e7in y\u00fck\u00fc \u00e7\u0131karmak \u00fczere bir [\u015fablon](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) tan\u0131mlar. \u015eablon i\u00e7inde \u015fu de\u011fi\u015fkenler mevcuttur: `entity_id`, `position_open`, `position_closed`, `tilt_min` ve `tilt_max`. [Daha fazla bilgi edinin.]( {url} #tilt_status_template)",
|
|
302
300
|
"tilt_status_topic": "MQTT konusu e\u011fim durumu g\u00fcncelleme de\u011ferlerini almak \u00fczere abone oldu. [Daha fazla bilgi edinin.]( {url} #tilt_status_topic)"
|
|
303
301
|
},
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"payload_available": "\u6307\u793a\u8bbe\u5907\u53ef\u7528\u7684\u6709\u6548\u8d1f\u8f7d\uff08\u9ed8\u8ba4\u4e3a\u201c\u5728\u7ebf\u201d\uff09",
|
|
149
149
|
"payload_not_available": "\u6307\u793a\u8bbe\u5907\u4e0d\u53ef\u7528\u7684\u6709\u6548\u8f7d\u8377\uff08\u9ed8\u8ba4\u4e3a\u201c\u79bb\u7ebf\u201d\uff09"
|
|
150
150
|
},
|
|
151
|
-
"description": "\u53ef\u7528\u6027\u529f\u80fd\u5141\u8bb8\u8bbe\u5907\u62a5\u544a\u5176\
|
|
151
|
+
"description": "\u53ef\u7528\u6027\u529f\u80fd\u5141\u8bb8\u8bbe\u5907\u62a5\u544a\u5176\u53ef\u7528\u6027\u3002",
|
|
152
152
|
"title": "\u53ef\u7528\u6027\u9009\u9879"
|
|
153
153
|
},
|
|
154
154
|
"delete_entity": {
|
|
@@ -254,6 +254,36 @@
|
|
|
254
254
|
},
|
|
255
255
|
"title": "\u914d\u7f6e MQTT \u8bbe\u5907\u201c{mqtt_device}\u201d"
|
|
256
256
|
},
|
|
257
|
+
"export": {
|
|
258
|
+
"description": "\u5bfc\u51fa\u529f\u80fd\u5141\u8bb8\u60a8\u5c06 MQTT \u8bbe\u5907\u914d\u7f6e\u8fc1\u79fb\u5230\u57fa\u4e8e YAML \u7684\u914d\u7f6e\u6216 MQTT \u53d1\u73b0\u3002\u914d\u7f6e\u5bfc\u51fa\u529f\u80fd\u4e5f\u6709\u52a9\u4e8e\u6545\u969c\u6392\u9664\u3002",
|
|
259
|
+
"menu_options": {
|
|
260
|
+
"export_discovery": "\u5bfc\u51fa MQTT \u53d1\u73b0\u4fe1\u606f",
|
|
261
|
+
"export_yaml": "\u5bfc\u51fa\u5230 YAML \u914d\u7f6e"
|
|
262
|
+
},
|
|
263
|
+
"title": "\u5bfc\u51fa MQTT \u8bbe\u5907\u914d\u7f6e"
|
|
264
|
+
},
|
|
265
|
+
"export_discovery": {
|
|
266
|
+
"data": {
|
|
267
|
+
"discovery_payload": "\u53d1\u73b0\u8d1f\u8f7d\uff1a",
|
|
268
|
+
"discovery_topic": "\u53d1\u73b0\u4e3b\u9898"
|
|
269
|
+
},
|
|
270
|
+
"data_description": {
|
|
271
|
+
"discovery_payload": "\u5305\u542b\u6709\u5173 MQTT \u8bbe\u5907\u4fe1\u606f\u7684 JSON\u3010\u53d1\u73b0\u8d1f\u8f7d\u3011({url}#device-discovery-payload) \u3002",
|
|
272
|
+
"discovery_topic": "\u7528\u4e8e\u53d1\u5e03\u53d1\u73b0\u8d1f\u8f7d\u7684\u3010\u53d1\u73b0\u4e3b\u9898\u3011({url}#discovery-topic) \uff0c\u7528\u4e8e\u89e6\u53d1 MQTT \u53d1\u73b0\u3002\u53d1\u5e03\u5230\u6b64\u4e3b\u9898\u7684\u7a7a\u8d1f\u8f7d\u5c06\u5220\u9664\u8bbe\u5907\u548c\u5df2\u53d1\u73b0\u7684\u5b9e\u4f53\u3002"
|
|
273
|
+
},
|
|
274
|
+
"description": "\u8981\u5141\u8bb8\u901a\u8fc7 MQTT\u3010\u53d1\u73b0\u3011({url}#device-discovery-payload) \u8fdb\u884c\u8bbe\u7f6e\uff0c\u9700\u8981\u5c06\u53d1\u73b0\u8d1f\u8f7d\u53d1\u5e03\u5230\u53d1\u73b0\u4e3b\u9898\u3002\u8bf7\u590d\u5236\u4ee5\u4e0b\u5b57\u6bb5\u4e2d\u7684\u4fe1\u606f\u3002Home Assistant \u5c06\u68c0\u6d4b\u662f\u5426\u5df2\u901a\u8fc7 MQTT \u53d1\u73b0\u5c1d\u8bd5\u8bbe\u7f6e MQTT \u8bbe\u5907\uff0c\u5e76\u63d0\u4f9b\u4fee\u590d\u6d41\u7a0b\u6765\u6e05\u7406\u5197\u4f59\u5b50\u6761\u76ee\u3002\u5982\u679c\u60a8\u4e0d\u60f3\u79fb\u9664\u5b50\u6761\u76ee\uff0c\u4e5f\u53ef\u4ee5\u9009\u62e9\u66f4\u6539\u6807\u8bc6\u7b26\u3002",
|
|
275
|
+
"title": "\u5bfc\u51fa MQTT \u8bbe\u5907\u914d\u7f6e"
|
|
276
|
+
},
|
|
277
|
+
"export_yaml": {
|
|
278
|
+
"data": {
|
|
279
|
+
"yaml": "\u590d\u5236\u4ee5\u4e0b YAML \u914d\u7f6e\uff1a"
|
|
280
|
+
},
|
|
281
|
+
"data_description": {
|
|
282
|
+
"yaml": "\u5c06 YAML \u914d\u7f6e\u653e\u5728\u60a8\u7684\u3010configuration.yaml\u3011({url}#yaml-configuration-listed-per-item) \u4e2d\u3002"
|
|
283
|
+
},
|
|
284
|
+
"description": "\u60a8\u53ef\u4ee5\u590d\u5236\u4ee5\u4e0b\u914d\u7f6e\u5e76\u5c06\u5176\u653e\u5165\u60a8\u7684 configuration.yaml \u6587\u4ef6\u4e2d\u3002Home Assistant \u5c06\u68c0\u6d4b\u662f\u5426\u5df2\u901a\u8fc7 YAML \u5c1d\u8bd5\u8bbe\u7f6e MQTT \u8bbe\u5907\uff0c\u5e76\u63d0\u4f9b\u4fee\u590d\u6d41\u7a0b\u6765\u6e05\u7406\u5197\u4f59\u7684\u5b50\u6761\u76ee\u3002\u5982\u679c\u60a8\u4e0d\u60f3\u5220\u9664\u5b50\u6761\u76ee\uff0c\u4e5f\u53ef\u4ee5\u9009\u62e9\u66f4\u6539\u6807\u8bc6\u7b26\u3002",
|
|
285
|
+
"title": "\u5bfc\u51fa MQTT \u8bbe\u5907\u914d\u7f6e"
|
|
286
|
+
},
|
|
257
287
|
"mqtt_platform_config": {
|
|
258
288
|
"data": {
|
|
259
289
|
"blue_template": "\u84dd\u8272\u6a21\u677f",
|
|
@@ -636,6 +666,7 @@
|
|
|
636
666
|
"delete_entity": "\u5220\u9664\u5b9e\u4f53",
|
|
637
667
|
"device": "\u66f4\u65b0\u8bbe\u5907\u5c5e\u6027",
|
|
638
668
|
"entity": "\u6dfb\u52a0\u53e6\u4e00\u4e2a\u5b9e\u4f53\u5230 \u201c{mqtt_device}\u201d",
|
|
669
|
+
"export": "\u5bfc\u51fa MQTT \u8bbe\u5907\u914d\u7f6e",
|
|
639
670
|
"save_changes": "\u4fdd\u5b58\u66f4\u6539",
|
|
640
671
|
"update_entity": "\u66f4\u65b0\u5b9e\u4f53\u5c5e\u6027"
|
|
641
672
|
},
|
|
@@ -712,6 +743,28 @@
|
|
|
712
743
|
"invalid_platform_config": {
|
|
713
744
|
"description": "Home Assistant \u68c0\u6d4b\u5230\u624b\u52a8\u914d\u7f6e\u9879\u76ee\u6709\u65e0\u6548\u914d\u7f6e\u3002\n\n\u5e73\u53f0\u57df\uff1a**{domain}**\n\u914d\u7f6e\u6587\u4ef6\uff1a**{config_file}**\n\u63a5\u8fd1\u884c\uff1a**{line}**\n\u627e\u5230\u7684\u914d\u7f6e\uff1a\n```yaml\n{config}\n```\n\u9519\u8bef\uff1a**{error}**\u3002\n\n\u786e\u4fdd\u914d\u7f6e\u6b63\u786e\u5e76[\u91cd\u65b0\u52a0\u8f7d](/developer-tools/yaml)\u624b\u52a8\u914d\u7f6e\u7684 MQTT \u9879\u76ee\uff0c\u6216\u8005\u91cd\u65b0\u542f\u52a8 Home Assistant \u89e3\u51b3\u6b64\u95ee\u9898\u3002",
|
|
714
745
|
"title": "MQTT {domain} \u9879\u7684\u914d\u7f6e\u65e0\u6548"
|
|
746
|
+
},
|
|
747
|
+
"subentry_migration_discovery": {
|
|
748
|
+
"fix_flow": {
|
|
749
|
+
"step": {
|
|
750
|
+
"confirm": {
|
|
751
|
+
"description": "\u5df2\u5bfc\u51fa\u901a\u8fc7 MQTT \u53d1\u73b0\u8bc6\u522b\u7684 MQTT \u8bbe\u5907\u201c{name}\u201d\u3002\u9009\u62e9\u201c\u63d0\u4ea4\u201d\u786e\u8ba4 MQTT \u8bbe\u5907\u5c06\u8fc1\u79fb\u5230\u4e3b MQTT \u914d\u7f6e\uff0c\u5e76\u79fb\u9664\u73b0\u6709\u7684 MQTT \u8bbe\u5907\u5b50\u6761\u76ee\u3002\u8bf7\u786e\u4fdd\u8be5\u53d1\u73b0\u4fdd\u7559\u5728 MQTT \u4ee3\u7406\u4e2d\uff0c\u6216\u5728\u79fb\u9664\u5b50\u6761\u76ee\u540e\u91cd\u65b0\u53d1\u9001\uff0c\u4ee5\u4fbf\u6b63\u786e\u8bbe\u7f6e MQTT \u8bbe\u5907\u3002\u6216\u8005\uff0c\u60a8\u53ef\u4ee5\u66f4\u6539 MQTT \u53d1\u73b0\u914d\u7f6e\u8d1f\u8f7d\u4e2d\u7684\u8bbe\u5907\u6807\u8bc6\u7b26\u548c\u5b9e\u4f53\u552f\u4e00\u6807\u8bc6\u7b26\uff0c\u5982\u679c\u8981\u4fdd\u7559 MQTT \u8bbe\u5907\u5b50\u6761\u76ee\uff0c\u8bf7\u53d6\u6d88\u6b64\u4fee\u590d\u3002",
|
|
752
|
+
"title": "MQTT \u8bbe\u5907\u201c{name}\u201d\u5b50\u6761\u76ee\u8fc1\u79fb\u81f3 MQTT \u81ea\u52a8\u53d1\u73b0"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"title": "MQTT \u8bbe\u5907\u201c{name}\u201d\u5b50\u6761\u76ee\u8fc1\u79fb\u81f3 MQTT \u81ea\u52a8\u53d1\u73b0"
|
|
757
|
+
},
|
|
758
|
+
"subentry_migration_yaml": {
|
|
759
|
+
"fix_flow": {
|
|
760
|
+
"step": {
|
|
761
|
+
"confirm": {
|
|
762
|
+
"description": "\u5df2\u5bfc\u51fa YAML \u914d\u7f6e\u4e2d\u6807\u8bc6\u7684 MQTT \u8bbe\u5907\u201c{name}\u201d\u3002\u9009\u62e9\u201c\u63d0\u4ea4\u201d\u786e\u8ba4\u8be5 MQTT \u8bbe\u5907\u5c06\u8fc1\u79fb\u81f3\u4e3b MQTT \u914d\u7f6e\u6761\u76ee\uff0c\u5e76\u79fb\u9664\u73b0\u6709\u7684 MQTT \u8bbe\u5907\u5b50\u6761\u76ee\u3002\u6216\u8005\uff0c\u60a8\u4e5f\u53ef\u4ee5\u5728 configuration.yaml \u6587\u4ef6\u4e2d\u66f4\u6539\u8bbe\u5907\u6807\u8bc6\u7b26\u548c\u5b9e\u4f53\u552f\u4e00\u6807\u8bc6\u7b26\uff0c\u5982\u679c\u8981\u4fdd\u7559 MQTT \u8bbe\u5907\u5b50\u6761\u76ee\uff0c\u8bf7\u53d6\u6d88\u6b64\u4fee\u590d\u3002",
|
|
763
|
+
"title": "MQTT \u8bbe\u5907\u201c{name}\u201d\u5b50\u6761\u76ee\u8fc1\u79fb\u81f3 YAML"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"title": "MQTT \u8bbe\u5907\u201c{name}\u201d\u5b50\u6761\u76ee\u8fc1\u79fb\u81f3 YAML"
|
|
715
768
|
}
|
|
716
769
|
},
|
|
717
770
|
"options": {
|
|
@@ -254,6 +254,36 @@
|
|
|
254
254
|
},
|
|
255
255
|
"title": "\u8a2d\u5b9a MQTT \u88dd\u7f6e \"{mqtt_device}\""
|
|
256
256
|
},
|
|
257
|
+
"export": {
|
|
258
|
+
"description": "\u532f\u51fa\u529f\u80fd\u5141\u8a31\u60a8\u5c07 MQTT \u88dd\u7f6e\u8a2d\u5b9a\u9077\u79fb\u81f3\u57fa\u65bc YAML \u7684\u8a2d\u5b9a\u6216 MQTT \u63a2\u7d22\u3002\u8a2d\u5b9a\u532f\u51fa\u4e5f\u6709\u52a9\u65bc\u6545\u969c\u6392\u9664\u3002",
|
|
259
|
+
"menu_options": {
|
|
260
|
+
"export_discovery": "\u532f\u51fa MQTT \u63a2\u7d22\u8cc7\u8a0a",
|
|
261
|
+
"export_yaml": "\u532f\u51fa\u81f3 YAML \u8a2d\u5b9a"
|
|
262
|
+
},
|
|
263
|
+
"title": "\u532f\u51fa MQTT \u63a2\u7d22\u8a2d\u5b9a"
|
|
264
|
+
},
|
|
265
|
+
"export_discovery": {
|
|
266
|
+
"data": {
|
|
267
|
+
"discovery_payload": "\u63a2\u7d22\u8ca0\u8f09 payload\uff1a",
|
|
268
|
+
"discovery_topic": "\u63a2\u7d22\u4e3b\u984c"
|
|
269
|
+
},
|
|
270
|
+
"data_description": {
|
|
271
|
+
"discovery_payload": "\u5305\u542b\u6709\u95dc MQTT \u88dd\u7f6e\u8cc7\u8a0a\u7684 JSON [\u63a2\u7d22\u8ca0\u8f09]( {url} #device-discovery-payload)\u3002",
|
|
272
|
+
"discovery_topic": "\u7528\u65bc\u767c\u5e03\u767c\u73fe\u8ca0\u8f09\u7684 [\u63a2\u7d22\u4e3b\u984c]( {url} #discovery-topic)\uff0c\u7528\u65bc\u89f8\u767c MQTT \u767c\u73fe\u3002\u767c\u4f48\u5230\u6b64\u4e3b\u984c\u7684\u7a7a\u8ca0\u8f09\u5c07\u522a\u9664\u88dd\u7f6e\u548c\u5df2\u767c\u73fe\u7684\u5be6\u9ad4\u3002"
|
|
273
|
+
},
|
|
274
|
+
"description": "\u5141\u8a31\u900f\u904e MQTT [\u63a2\u7d22]({url}#device-discovery-payload) \u9032\u884c\u8a2d\u5b9a\uff0c\u9700\u8981\u5c07\u767c\u73fe\u8ca0\u8f09\u767c\u5e03\u81f3\u63a2\u7d22\u4e3b\u984c\u3002\u8acb\u8907\u88fd\u4e0b\u65b9\u6b04\u4f4d\u8cc7\u8a0a\uff0cHome Assistant \u6703\u5075\u6e2c\u662f\u5426\u5df2\u900f\u904e MQTT \u63a2\u7d22\u4f86\u8a2d\u5b9a MQTT \u88dd\u7f6e\uff0c\u4e26\u63d0\u4f9b\u4fee\u5fa9\u6d41\u7a0b\u4ee5\u6e05\u7406\u591a\u9918\u7684\u5b50\u9805\u76ee\u3002\u5982\u679c\u4e0d\u60f3\u79fb\u9664\u5b50\u9805\u76ee\uff0c\u4e5f\u53ef\u4ee5\u9078\u64c7\u8b8a\u66f4\u8b58\u5225\u78bc\u3002",
|
|
275
|
+
"title": "\u532f\u51fa MQTT \u63a2\u7d22\u8a2d\u5b9a"
|
|
276
|
+
},
|
|
277
|
+
"export_yaml": {
|
|
278
|
+
"data": {
|
|
279
|
+
"yaml": "\u8907\u88fd\u4ee5\u4e0b YAML \u8a2d\u5b9a\uff1a"
|
|
280
|
+
},
|
|
281
|
+
"data_description": {
|
|
282
|
+
"yaml": "\u5c07 YAML \u8a2d\u5b9a\u8f38\u5165\u65bc [configuration.yaml]({url}#yaml-configuration-listed-per-item) \u4e2d\u3002"
|
|
283
|
+
},
|
|
284
|
+
"description": "\u60a8\u53ef\u4ee5\u8907\u88fd\u4e0b\u65b9\u7684\u8a2d\u5b9a\u4e26\u653e\u5165 configuration.yaml \u6a94\u6848\u3002Home Assistant \u6703\u5075\u6e2c\u662f\u5426\u5df2\u900f\u904e YAML \u8a2d\u5b9a MQTT \u88dd\u7f6e\uff0c\u4e26\u63d0\u4f9b\u4fee\u5fa9\u6d41\u7a0b\u4ee5\u6e05\u7406\u591a\u9918\u7684\u5b50\u9805\u76ee\u3002\u5982\u679c\u4e0d\u60f3\u79fb\u9664\u5b50\u9805\u76ee\uff0c\u4e5f\u53ef\u4ee5\u9078\u64c7\u8b8a\u66f4\u8b58\u5225\u78bc\u3002",
|
|
285
|
+
"title": "\u532f\u51fa MQTT \u63a2\u7d22\u8a2d\u5b9a"
|
|
286
|
+
},
|
|
257
287
|
"mqtt_platform_config": {
|
|
258
288
|
"data": {
|
|
259
289
|
"blue_template": "\u85cd\u8272\u6a21\u677f",
|
|
@@ -636,6 +666,7 @@
|
|
|
636
666
|
"delete_entity": "\u522a\u9664\u5be6\u9ad4",
|
|
637
667
|
"device": "\u66f4\u65b0\u88dd\u7f6e\u5c6c\u6027",
|
|
638
668
|
"entity": "\u65b0\u589e\u5176\u4ed6\u5be6\u9ad4\u81f3 \"{mqtt_device}\"",
|
|
669
|
+
"export": "\u532f\u51fa MQTT \u88dd\u7f6e\u8a2d\u5b9a",
|
|
639
670
|
"save_changes": "\u5132\u5b58\u8b8a\u66f4",
|
|
640
671
|
"update_entity": "\u66f4\u65b0\u5be6\u9ad4\u5c6c\u6027"
|
|
641
672
|
},
|
|
@@ -712,6 +743,28 @@
|
|
|
712
743
|
"invalid_platform_config": {
|
|
713
744
|
"description": "Home Assistant \u5075\u6e2c\u5230\u624b\u52d5\u8a2d\u5b9a\u9805\u76ee\u5167\u6709\u7121\u6548\u7684\u8a2d\u5b9a\u3002\n\n\u5e73\u53f0 domain\uff1a**{domain}**\n\u8a2d\u5b9a\u6a94\uff1a**{config_file}**\n\u63a5\u8fd1\u884c\uff1a**{line}**\n\u627e\u5230\u7684\u8a2d\u5b9a\uff1a\n```yaml\n{config}\n```\n\u932f\u8aa4\uff1a**{error}**\u3002\n\n\u8acb\u78ba\u8a8d\u4fee\u6b63\u8a2d\u5b9a\u4e26\u624b\u52d5 [\u91cd\u65b0\u8f09\u5165](/developer-tools/yaml) MQTT \u8a2d\u5b9a\u9805\u76ee\u6216\u91cd\u65b0\u555f\u52d5 Home Assistant \u4ee5\u4fee\u6b63\u6b64\u554f\u984c\u3002",
|
|
714
745
|
"title": "\u767c\u73fe MQTT {domain} \u9805\u76ee\u8a2d\u5b9a\u7121\u6548"
|
|
746
|
+
},
|
|
747
|
+
"subentry_migration_discovery": {
|
|
748
|
+
"fix_flow": {
|
|
749
|
+
"step": {
|
|
750
|
+
"confirm": {
|
|
751
|
+
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7 **\u50b3\u9001** \u4ee5\u78ba\u8a8d\u5c07 MQTT \u88dd\u7f6e\u9077\u79fb\u81f3\u4e3b\u8981 MQTT \u8a2d\u5b9a\uff0c\u4e26\u79fb\u9664\u73fe\u6709\u7684 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u3002\u8acb\u78ba\u8a8d MQTT \u4ee3\u7406\u4f3a\u670d\u5668\u4fdd\u7559\u63a2\u7d22\u8cc7\u8a0a\uff0c\u6216\u5728\u5b50\u9805\u76ee\u79fb\u9664\u5f8c\u91cd\u65b0\u767c\u9001\u63a2\u7d22\u8cc7\u8a0a\uff0c\u4ee5\u4fbf\u6b63\u78ba\u8a2d\u5b9a MQTT \u88dd\u7f6e\u3002\u6216\u8005\uff0c\u53ef\u4ee5\u8b8a\u66f4 MQTT \u63a2\u7d22\u8a2d\u5b9a\u8ca0\u8f09\u4e2d\u7684\u88dd\u7f6e\u8b58\u5225\u78bc\u548c\u5be6\u9ad4\u552f\u4e00 ID\uff0c\u5982\u679c\u60f3\u4fdd\u7559 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u7684\u8a71\u3001\u8acb\u53d6\u6d88\u6b64\u4fee\u5fa9\u3002",
|
|
752
|
+
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 MQTT \u63a2\u7d22"
|
|
753
|
+
}
|
|
754
|
+
}
|
|
755
|
+
},
|
|
756
|
+
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 MQTT \u63a2\u7d22"
|
|
757
|
+
},
|
|
758
|
+
"subentry_migration_yaml": {
|
|
759
|
+
"fix_flow": {
|
|
760
|
+
"step": {
|
|
761
|
+
"confirm": {
|
|
762
|
+
"description": "\u5df2\u532f\u51fa YAML \u8a2d\u5b9a\u4e2d\u8b58\u5225\u7684 MQTT \u88dd\u7f6e \"{name}\" \u3002\u9078\u64c7 **\u50b3\u9001** \u4ee5\u78ba\u8a8d\u5c07 MQTT \u88dd\u7f6e\u9077\u79fb\u81f3\u4e3b\u8981 MQTT \u8a2d\u5b9a\u689d\u76ee\u3001\u4e26\u79fb\u9664\u73fe\u6709\u7684 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\u3002\u6216\u8005\uff0c\u53ef\u4ee5\u65bc configuration.yaml \u6a94\u6848\u4e2d\u8b8a\u66f4\u88dd\u7f6e\u8b58\u5225\u78bc\u548c\u5be6\u9ad4\u552f\u4e00 ID\uff0c\u5982\u679c\u60f3\u4fdd\u7559 MQTT \u88dd\u7f6e\u5b50\u9805\u76ee\uff0c\u5247\u53ef\u4ee5\u53d6\u6d88\u6b64\u4fee\u5fa9\u3002",
|
|
763
|
+
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 YAML"
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
"title": "MQTT \u88dd\u7f6e \"{name}\" \u5b50\u9805\u76ee\u9077\u79fb\u81f3 YAML"
|
|
715
768
|
}
|
|
716
769
|
},
|
|
717
770
|
"options": {
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"description": "The source media player which has the queue you want to transfer. When omitted, the first playing player will be used."
|
|
103
103
|
},
|
|
104
104
|
"auto_play": {
|
|
105
|
-
"name": "
|
|
105
|
+
"name": "Autoplay",
|
|
106
106
|
"description": "Start playing the queue on the target player. Omit to use the default behavior."
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -86,13 +86,6 @@
|
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
88
|
"name": "\u0412\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435 \u043d\u0430 \u043c\u0435\u0434\u0438\u044f"
|
|
89
|
-
},
|
|
90
|
-
"transfer_queue": {
|
|
91
|
-
"fields": {
|
|
92
|
-
"auto_play": {
|
|
93
|
-
"name": "\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e \u0432\u044a\u0437\u043f\u0440\u043e\u0438\u0437\u0432\u0435\u0436\u0434\u0430\u043d\u0435"
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
89
|
}
|
|
97
90
|
}
|
|
98
91
|
}
|
|
@@ -31,6 +31,13 @@
|
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
+
"entity": {
|
|
35
|
+
"button": {
|
|
36
|
+
"favorite_now_playing": {
|
|
37
|
+
"name": "Favourite current song"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
34
41
|
"issues": {
|
|
35
42
|
"invalid_server_version": {
|
|
36
43
|
"description": "Check if there are updates available for the Music Assistant server and/or integration.",
|
|
@@ -225,7 +232,7 @@
|
|
|
225
232
|
"fields": {
|
|
226
233
|
"auto_play": {
|
|
227
234
|
"description": "Start playing the queue on the target player. Omit to use the default behaviour.",
|
|
228
|
-
"name": "
|
|
235
|
+
"name": "Autoplay"
|
|
229
236
|
},
|
|
230
237
|
"source_player": {
|
|
231
238
|
"description": "The source media player which has the queue you want to transfer. When omitted, the first playing player will be used.",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"fields": {
|
|
233
233
|
"auto_play": {
|
|
234
234
|
"description": "Start playing the queue on the target player. Omit to use the default behavior.",
|
|
235
|
-
"name": "
|
|
235
|
+
"name": "Autoplay"
|
|
236
236
|
},
|
|
237
237
|
"source_player": {
|
|
238
238
|
"description": "The source media player which has the queue you want to transfer. When omitted, the first playing player will be used.",
|