homeassistant 2025.10.0b1__py3-none-any.whl → 2025.10.0b4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of homeassistant might be problematic. Click here for more details.
- homeassistant/components/accuweather/manifest.json +1 -1
- homeassistant/components/accuweather/translations/ga.json +16 -1
- homeassistant/components/airos/__init__.py +37 -2
- homeassistant/components/airos/config_flow.py +24 -3
- homeassistant/components/airos/const.py +5 -0
- homeassistant/components/airos/entity.py +8 -3
- homeassistant/components/airos/strings.json +12 -0
- homeassistant/components/airos/translations/de.json +12 -0
- homeassistant/components/airos/translations/en-GB.json +12 -0
- homeassistant/components/airos/translations/en.json +12 -0
- homeassistant/components/airzone/translations/es.json +10 -0
- homeassistant/components/airzone/translations/et.json +10 -0
- homeassistant/components/airzone/translations/ga.json +10 -0
- homeassistant/components/airzone/translations/pt.json +10 -0
- homeassistant/components/alexa_devices/binary_sensor.py +36 -38
- homeassistant/components/alexa_devices/config_flow.py +2 -2
- homeassistant/components/alexa_devices/coordinator.py +1 -1
- homeassistant/components/alexa_devices/diagnostics.py +1 -3
- homeassistant/components/alexa_devices/icons.json +0 -40
- homeassistant/components/alexa_devices/manifest.json +1 -1
- homeassistant/components/alexa_devices/sensor.py +13 -0
- homeassistant/components/alexa_devices/strings.json +0 -20
- homeassistant/components/alexa_devices/switch.py +27 -7
- homeassistant/components/alexa_devices/translations/bg.json +0 -13
- homeassistant/components/alexa_devices/translations/cs.json +0 -20
- homeassistant/components/alexa_devices/translations/de.json +0 -20
- homeassistant/components/alexa_devices/translations/el.json +0 -20
- homeassistant/components/alexa_devices/translations/en-GB.json +0 -20
- homeassistant/components/alexa_devices/translations/en.json +0 -20
- homeassistant/components/alexa_devices/translations/es.json +0 -20
- homeassistant/components/alexa_devices/translations/et.json +0 -20
- homeassistant/components/alexa_devices/translations/ga.json +0 -20
- homeassistant/components/alexa_devices/translations/he.json +0 -7
- homeassistant/components/alexa_devices/translations/hu.json +0 -20
- homeassistant/components/alexa_devices/translations/it.json +0 -20
- homeassistant/components/alexa_devices/translations/ja.json +0 -19
- homeassistant/components/alexa_devices/translations/lt.json +0 -20
- homeassistant/components/alexa_devices/translations/mk.json +0 -14
- homeassistant/components/alexa_devices/translations/nl.json +0 -20
- homeassistant/components/alexa_devices/translations/pl.json +0 -5
- homeassistant/components/alexa_devices/translations/pt.json +0 -20
- homeassistant/components/alexa_devices/translations/ru.json +0 -5
- homeassistant/components/alexa_devices/translations/sk.json +0 -20
- homeassistant/components/alexa_devices/translations/sv.json +0 -20
- homeassistant/components/alexa_devices/translations/tr.json +0 -5
- homeassistant/components/alexa_devices/translations/zh-Hans.json +0 -20
- homeassistant/components/alexa_devices/translations/zh-Hant.json +0 -20
- homeassistant/components/alexa_devices/utils.py +24 -1
- homeassistant/components/assist_pipeline/pipeline.py +43 -18
- homeassistant/components/assist_pipeline/translations/nl.json +1 -0
- homeassistant/components/assist_pipeline/translations/sv.json +1 -0
- homeassistant/components/blue_current/translations/es.json +44 -0
- homeassistant/components/blue_current/translations/et.json +44 -0
- homeassistant/components/blue_current/translations/ga.json +44 -0
- homeassistant/components/blue_current/translations/pt.json +44 -0
- homeassistant/components/cloud/translations/sk.json +1 -1
- homeassistant/components/comelit/config_flow.py +8 -4
- homeassistant/components/cync/translations/es.json +32 -0
- homeassistant/components/cync/translations/et.json +32 -0
- homeassistant/components/cync/translations/ga.json +32 -0
- homeassistant/components/cync/translations/pt.json +32 -0
- homeassistant/components/cync/translations/ru.json +32 -0
- homeassistant/components/ecovacs/translations/es.json +7 -1
- homeassistant/components/ecovacs/translations/et.json +7 -1
- homeassistant/components/ecovacs/translations/ga.json +6 -1
- homeassistant/components/ecovacs/translations/pt.json +4 -0
- homeassistant/components/ecovacs/translations/ru.json +4 -0
- homeassistant/components/edl21/translations/de.json +1 -1
- homeassistant/components/ekeybionyx/translations/es.json +66 -0
- homeassistant/components/ekeybionyx/translations/et.json +66 -0
- homeassistant/components/ekeybionyx/translations/ga.json +66 -0
- homeassistant/components/ekeybionyx/translations/pt.json +66 -0
- homeassistant/components/elvia/translations/de.json +3 -3
- homeassistant/components/esphome/manager.py +1 -1
- homeassistant/components/esphome/manifest.json +1 -1
- homeassistant/components/esphome/translations/nl.json +1 -1
- homeassistant/components/esphome/translations/sv.json +1 -1
- homeassistant/components/ezviz/entity.py +12 -6
- homeassistant/components/file/translations/es.json +31 -0
- homeassistant/components/file/translations/et.json +31 -0
- homeassistant/components/file/translations/ga.json +31 -0
- homeassistant/components/file/translations/pt.json +31 -0
- homeassistant/components/file/translations/ru.json +31 -0
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/geniushub/entity.py +4 -4
- homeassistant/components/google_generative_ai_conversation/translations/ga.json +6 -0
- homeassistant/components/habitica/translations/ga.json +24 -0
- homeassistant/components/hassio/translations/es.json +4 -0
- homeassistant/components/hassio/translations/et.json +4 -0
- homeassistant/components/hassio/translations/ga.json +4 -0
- homeassistant/components/hassio/translations/pt.json +4 -0
- homeassistant/components/hassio/translations/ru.json +4 -0
- homeassistant/components/here_travel_time/translations/es.json +6 -0
- homeassistant/components/here_travel_time/translations/et.json +6 -0
- homeassistant/components/here_travel_time/translations/ga.json +6 -0
- homeassistant/components/here_travel_time/translations/pt.json +6 -0
- homeassistant/components/irm_kmi/translations/ga.json +50 -0
- homeassistant/components/lamarzocco/__init__.py +1 -1
- homeassistant/components/lamarzocco/coordinator.py +10 -2
- homeassistant/components/lamarzocco/manifest.json +1 -1
- homeassistant/components/letpot/translations/es.json +10 -0
- homeassistant/components/letpot/translations/et.json +10 -0
- homeassistant/components/letpot/translations/ga.json +9 -0
- homeassistant/components/letpot/translations/pt.json +10 -0
- homeassistant/components/lg_thinq/translations/ga.json +9 -0
- homeassistant/components/logbook/translations/es.json +6 -1
- homeassistant/components/logbook/translations/et.json +6 -1
- homeassistant/components/logbook/translations/pl.json +3 -1
- homeassistant/components/logbook/translations/pt.json +6 -1
- homeassistant/components/logbook/translations/ru.json +6 -1
- homeassistant/components/mastodon/translations/ga.json +4 -0
- homeassistant/components/matter/translations/es.json +3 -0
- homeassistant/components/matter/translations/et.json +3 -0
- homeassistant/components/matter/translations/ga.json +3 -0
- homeassistant/components/matter/translations/pt.json +3 -0
- homeassistant/components/matter/translations/ru.json +3 -0
- homeassistant/components/miele/translations/ga.json +1 -0
- homeassistant/components/mqtt/translations/es.json +19 -0
- homeassistant/components/mqtt/translations/et.json +19 -0
- homeassistant/components/mqtt/translations/ga.json +26 -1
- homeassistant/components/mqtt/translations/pt.json +19 -0
- homeassistant/components/mqtt/translations/ru.json +19 -0
- homeassistant/components/mvglive/manifest.json +2 -4
- homeassistant/components/mvglive/sensor.py +116 -86
- homeassistant/components/nina/strings.json +2 -2
- homeassistant/components/nina/translations/ca.json +0 -2
- homeassistant/components/nina/translations/cs.json +0 -2
- homeassistant/components/nina/translations/de.json +3 -3
- homeassistant/components/nina/translations/el.json +0 -1
- homeassistant/components/nina/translations/en-GB.json +3 -3
- homeassistant/components/nina/translations/en.json +3 -3
- homeassistant/components/nina/translations/es.json +0 -2
- homeassistant/components/nina/translations/et.json +0 -2
- homeassistant/components/nina/translations/fi.json +0 -2
- homeassistant/components/nina/translations/ga.json +0 -2
- homeassistant/components/nina/translations/hu.json +0 -2
- homeassistant/components/nina/translations/id.json +0 -1
- homeassistant/components/nina/translations/it.json +0 -2
- homeassistant/components/nina/translations/ja.json +0 -2
- homeassistant/components/nina/translations/ko.json +0 -2
- homeassistant/components/nina/translations/lt.json +0 -2
- homeassistant/components/nina/translations/nl.json +0 -2
- homeassistant/components/nina/translations/pt-BR.json +0 -1
- homeassistant/components/nina/translations/pt.json +0 -2
- homeassistant/components/nina/translations/ro.json +0 -1
- homeassistant/components/nina/translations/ru.json +0 -2
- homeassistant/components/nina/translations/sk.json +0 -2
- homeassistant/components/nina/translations/sv.json +0 -2
- homeassistant/components/nina/translations/tr.json +0 -2
- homeassistant/components/nina/translations/uk.json +0 -1
- homeassistant/components/nina/translations/zh-Hans.json +0 -2
- homeassistant/components/nina/translations/zh-Hant.json +0 -2
- homeassistant/components/nordpool/translations/ga.json +6 -0
- homeassistant/components/pooldose/translations/ga.json +8 -1
- homeassistant/components/portainer/__init__.py +4 -3
- homeassistant/components/portainer/config_flow.py +3 -2
- homeassistant/components/portainer/strings.json +4 -2
- homeassistant/components/portainer/translations/de.json +4 -2
- homeassistant/components/portainer/translations/en-GB.json +4 -2
- homeassistant/components/portainer/translations/en.json +4 -2
- homeassistant/components/profiler/translations/es.json +4 -0
- homeassistant/components/profiler/translations/et.json +4 -0
- homeassistant/components/profiler/translations/ga.json +4 -0
- homeassistant/components/profiler/translations/pt.json +4 -0
- homeassistant/components/route_b_smart_meter/translations/es.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/et.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/ga.json +42 -0
- homeassistant/components/route_b_smart_meter/translations/pt.json +42 -0
- homeassistant/components/russound_rio/manifest.json +1 -1
- homeassistant/components/satel_integra/translations/et.json +1 -0
- homeassistant/components/shelly/translations/pl.json +4 -0
- homeassistant/components/smartthings/manifest.json +1 -1
- homeassistant/components/smartthings/translations/es.json +21 -0
- homeassistant/components/smartthings/translations/et.json +21 -0
- homeassistant/components/smartthings/translations/ga.json +15 -0
- homeassistant/components/smartthings/translations/pt.json +21 -0
- homeassistant/components/thread/config_flow.py +11 -3
- homeassistant/components/thread/manifest.json +1 -0
- homeassistant/components/tolo/translations/es.json +2 -1
- homeassistant/components/tolo/translations/ga.json +2 -1
- homeassistant/components/tuya/translations/es.json +9 -0
- homeassistant/components/tuya/translations/et.json +9 -0
- homeassistant/components/tuya/translations/ga.json +9 -0
- homeassistant/components/tuya/translations/pt.json +9 -0
- homeassistant/components/usage_prediction/translations/et.json +3 -0
- homeassistant/components/valve/translations/pl.json +2 -1
- homeassistant/components/vesync/fan.py +3 -1
- homeassistant/components/voip/translations/nl.json +1 -1
- homeassistant/components/voip/translations/sv.json +1 -1
- homeassistant/components/volvooncall/translations/ga.json +18 -1
- homeassistant/components/wyoming/translations/nl.json +1 -1
- homeassistant/components/wyoming/translations/sv.json +1 -1
- homeassistant/components/zha/config_flow.py +37 -21
- homeassistant/components/zha/manifest.json +1 -1
- homeassistant/components/zha/translations/es.json +81 -3
- homeassistant/components/zha/translations/et.json +78 -0
- homeassistant/components/zha/translations/ga.json +74 -0
- homeassistant/components/zha/translations/pt.json +80 -2
- homeassistant/components/zha/translations/ru.json +8 -2
- homeassistant/components/zwave_js/config_flow.py +30 -11
- homeassistant/components/zwave_js/translations/es.json +1 -0
- homeassistant/components/zwave_js/translations/et.json +1 -0
- homeassistant/components/zwave_js/translations/ga.json +1 -0
- homeassistant/components/zwave_js/translations/pt.json +1 -0
- homeassistant/const.py +1 -1
- homeassistant/generated/integrations.json +2 -1
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/RECORD +214 -199
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b4.dist-info}/top_level.txt +0 -0
|
@@ -8,13 +8,17 @@ from typing import TYPE_CHECKING, Any, Final
|
|
|
8
8
|
|
|
9
9
|
from aioamazondevices.api import AmazonDevice
|
|
10
10
|
|
|
11
|
-
from homeassistant.components.switch import
|
|
11
|
+
from homeassistant.components.switch import (
|
|
12
|
+
DOMAIN as SWITCH_DOMAIN,
|
|
13
|
+
SwitchEntity,
|
|
14
|
+
SwitchEntityDescription,
|
|
15
|
+
)
|
|
12
16
|
from homeassistant.core import HomeAssistant
|
|
13
17
|
from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback
|
|
14
18
|
|
|
15
19
|
from .coordinator import AmazonConfigEntry
|
|
16
20
|
from .entity import AmazonEntity
|
|
17
|
-
from .utils import alexa_api_call
|
|
21
|
+
from .utils import alexa_api_call, async_update_unique_id
|
|
18
22
|
|
|
19
23
|
PARALLEL_UPDATES = 1
|
|
20
24
|
|
|
@@ -24,16 +28,17 @@ class AmazonSwitchEntityDescription(SwitchEntityDescription):
|
|
|
24
28
|
"""Alexa Devices switch entity description."""
|
|
25
29
|
|
|
26
30
|
is_on_fn: Callable[[AmazonDevice], bool]
|
|
27
|
-
|
|
31
|
+
is_available_fn: Callable[[AmazonDevice, str], bool] = lambda device, key: (
|
|
32
|
+
device.online and device.sensors[key].error is False
|
|
33
|
+
)
|
|
28
34
|
method: str
|
|
29
35
|
|
|
30
36
|
|
|
31
37
|
SWITCHES: Final = (
|
|
32
38
|
AmazonSwitchEntityDescription(
|
|
33
|
-
key="
|
|
34
|
-
subkey="AUDIO_PLAYER",
|
|
39
|
+
key="dnd",
|
|
35
40
|
translation_key="do_not_disturb",
|
|
36
|
-
is_on_fn=lambda
|
|
41
|
+
is_on_fn=lambda device: bool(device.sensors["dnd"].value),
|
|
37
42
|
method="set_do_not_disturb",
|
|
38
43
|
),
|
|
39
44
|
)
|
|
@@ -48,6 +53,11 @@ async def async_setup_entry(
|
|
|
48
53
|
|
|
49
54
|
coordinator = entry.runtime_data
|
|
50
55
|
|
|
56
|
+
# Replace unique id for "DND" switch and remove from Speaker Group
|
|
57
|
+
await async_update_unique_id(
|
|
58
|
+
hass, coordinator, SWITCH_DOMAIN, "do_not_disturb", "dnd"
|
|
59
|
+
)
|
|
60
|
+
|
|
51
61
|
known_devices: set[str] = set()
|
|
52
62
|
|
|
53
63
|
def _check_device() -> None:
|
|
@@ -59,7 +69,7 @@ async def async_setup_entry(
|
|
|
59
69
|
AmazonSwitchEntity(coordinator, serial_num, switch_desc)
|
|
60
70
|
for switch_desc in SWITCHES
|
|
61
71
|
for serial_num in new_devices
|
|
62
|
-
if switch_desc.
|
|
72
|
+
if switch_desc.key in coordinator.data[serial_num].sensors
|
|
63
73
|
)
|
|
64
74
|
|
|
65
75
|
_check_device()
|
|
@@ -94,3 +104,13 @@ class AmazonSwitchEntity(AmazonEntity, SwitchEntity):
|
|
|
94
104
|
def is_on(self) -> bool:
|
|
95
105
|
"""Return True if switch is on."""
|
|
96
106
|
return self.entity_description.is_on_fn(self.device)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
def available(self) -> bool:
|
|
110
|
+
"""Return if entity is available."""
|
|
111
|
+
return (
|
|
112
|
+
self.entity_description.is_available_fn(
|
|
113
|
+
self.device, self.entity_description.key
|
|
114
|
+
)
|
|
115
|
+
and super().available
|
|
116
|
+
)
|
|
@@ -54,19 +54,6 @@
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
|
-
"entity": {
|
|
58
|
-
"binary_sensor": {
|
|
59
|
-
"baby_cry_detection": {
|
|
60
|
-
"name": "\u041f\u043b\u0430\u0447\u0435\u0449\u043e \u0431\u0435\u0431\u0435"
|
|
61
|
-
},
|
|
62
|
-
"bluetooth": {
|
|
63
|
-
"name": "Bluetooth"
|
|
64
|
-
},
|
|
65
|
-
"water_sounds_detection": {
|
|
66
|
-
"name": "\u0417\u0432\u0443\u0446\u0438 \u043d\u0430 \u0432\u043e\u0434\u0430\u0442\u0430"
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
57
|
"services": {
|
|
71
58
|
"send_sound": {
|
|
72
59
|
"fields": {
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "D\u011btsk\u00fd pl\u00e1\u010d"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "P\u00edpaj\u00edc\u00ed spot\u0159ebi\u010d"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Ka\u0161el"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "\u0160t\u011bk\u00e1n\u00ed psa"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Zvuky vody"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Ozn\u00e1mit"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Babyschrei"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Piependes Ger\u00e4t"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Husten"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "Hundegebell"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Wasserger\u00e4usche"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Durchsagen"
|
|
@@ -57,26 +57,6 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"entity": {
|
|
60
|
-
"binary_sensor": {
|
|
61
|
-
"baby_cry_detection": {
|
|
62
|
-
"name": "\u039a\u03bb\u03ac\u03bc\u03b1 \u03bc\u03c9\u03c1\u03bf\u03cd"
|
|
63
|
-
},
|
|
64
|
-
"beeping_appliance_detection": {
|
|
65
|
-
"name": "\u03a3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c0\u03bf\u03c5 \u03ba\u03ac\u03bd\u03b5\u03b9 \u03b7\u03c7\u03b7\u03c4\u03b9\u03ba\u03cc \u03c3\u03ae\u03bc\u03b1"
|
|
66
|
-
},
|
|
67
|
-
"bluetooth": {
|
|
68
|
-
"name": "Bluetooth"
|
|
69
|
-
},
|
|
70
|
-
"cough_detection": {
|
|
71
|
-
"name": "\u0392\u03ae\u03c7\u03b1\u03c2"
|
|
72
|
-
},
|
|
73
|
-
"dog_bark_detection": {
|
|
74
|
-
"name": "\u0393\u03ac\u03b2\u03b3\u03b9\u03c3\u03bc\u03b1 \u03c3\u03ba\u03cd\u03bb\u03bf\u03c5"
|
|
75
|
-
},
|
|
76
|
-
"water_sounds_detection": {
|
|
77
|
-
"name": "\u0397\u03c7\u03bf\u03b9 \u03bd\u03b5\u03c1\u03bf\u03cd"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
60
|
"notify": {
|
|
81
61
|
"announce": {
|
|
82
62
|
"name": "\u0391\u03bd\u03b1\u03ba\u03bf\u03af\u03bd\u03c9\u03c3\u03b7"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Baby crying"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Beeping appliance"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Coughing"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "Dog barking"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Water sounds"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Announce"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Baby crying"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Beeping appliance"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Coughing"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "Dog barking"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Water sounds"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Announce"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Beb\u00e9 llorando"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Electrodom\u00e9stico pitando"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Tos"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "Ladridos de perros"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Sonidos del agua"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Anunciar"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Imiku nutt"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Piiksuv seade"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "K\u00f6himine"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "Koera haukumine"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Vee helid"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Teavita"
|
|
@@ -57,26 +57,6 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"entity": {
|
|
60
|
-
"binary_sensor": {
|
|
61
|
-
"baby_cry_detection": {
|
|
62
|
-
"name": "Leanbh ag caoineadh"
|
|
63
|
-
},
|
|
64
|
-
"beeping_appliance_detection": {
|
|
65
|
-
"name": "Fearas b\u00edp"
|
|
66
|
-
},
|
|
67
|
-
"bluetooth": {
|
|
68
|
-
"name": "Bluetooth"
|
|
69
|
-
},
|
|
70
|
-
"cough_detection": {
|
|
71
|
-
"name": "Casacht"
|
|
72
|
-
},
|
|
73
|
-
"dog_bark_detection": {
|
|
74
|
-
"name": "Madra ag tafann"
|
|
75
|
-
},
|
|
76
|
-
"water_sounds_detection": {
|
|
77
|
-
"name": "Fuaimeanna uisce"
|
|
78
|
-
}
|
|
79
|
-
},
|
|
80
60
|
"notify": {
|
|
81
61
|
"announce": {
|
|
82
62
|
"name": "F\u00f3graigh"
|
|
@@ -34,26 +34,6 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"entity": {
|
|
37
|
-
"binary_sensor": {
|
|
38
|
-
"baby_cry_detection": {
|
|
39
|
-
"name": "Baba s\u00edr\u00e1s"
|
|
40
|
-
},
|
|
41
|
-
"beeping_appliance_detection": {
|
|
42
|
-
"name": "S\u00edpol\u00f3 k\u00e9sz\u00fcl\u00e9k"
|
|
43
|
-
},
|
|
44
|
-
"bluetooth": {
|
|
45
|
-
"name": "Bluetooth"
|
|
46
|
-
},
|
|
47
|
-
"cough_detection": {
|
|
48
|
-
"name": "K\u00f6h\u00f6g\u00e9s"
|
|
49
|
-
},
|
|
50
|
-
"dog_bark_detection": {
|
|
51
|
-
"name": "Kutya ugat\u00e1sa"
|
|
52
|
-
},
|
|
53
|
-
"water_sounds_detection": {
|
|
54
|
-
"name": "V\u00edzcsobog\u00e1s"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
37
|
"notify": {
|
|
58
38
|
"announce": {
|
|
59
39
|
"name": "Bejelent\u00e9s"
|
|
@@ -34,26 +34,6 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"entity": {
|
|
37
|
-
"binary_sensor": {
|
|
38
|
-
"baby_cry_detection": {
|
|
39
|
-
"name": "Bambino che piange"
|
|
40
|
-
},
|
|
41
|
-
"beeping_appliance_detection": {
|
|
42
|
-
"name": "Elettrodomestico che emette segnali acustici"
|
|
43
|
-
},
|
|
44
|
-
"bluetooth": {
|
|
45
|
-
"name": "Bluetooth"
|
|
46
|
-
},
|
|
47
|
-
"cough_detection": {
|
|
48
|
-
"name": "Tosse"
|
|
49
|
-
},
|
|
50
|
-
"dog_bark_detection": {
|
|
51
|
-
"name": "Cane che abbaia"
|
|
52
|
-
},
|
|
53
|
-
"water_sounds_detection": {
|
|
54
|
-
"name": "Suoni dell'acqua"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
37
|
"notify": {
|
|
58
38
|
"announce": {
|
|
59
39
|
"name": "Annuncio"
|
|
@@ -40,25 +40,6 @@
|
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"entity": {
|
|
44
|
-
"binary_sensor": {
|
|
45
|
-
"baby_cry_detection": {
|
|
46
|
-
"name": "\u8d64\u3061\u3083\u3093\u306e\u6ce3\u304d\u58f0"
|
|
47
|
-
},
|
|
48
|
-
"beeping_appliance_detection": {
|
|
49
|
-
"name": "\u30d3\u30fc\u30d7\u97f3\u6a5f\u5668"
|
|
50
|
-
},
|
|
51
|
-
"cough_detection": {
|
|
52
|
-
"name": "\u54b3"
|
|
53
|
-
},
|
|
54
|
-
"dog_bark_detection": {
|
|
55
|
-
"name": "\u72ac\u306e\u5420\u3048\u58f0"
|
|
56
|
-
},
|
|
57
|
-
"water_sounds_detection": {
|
|
58
|
-
"name": "\u6c34\u306e\u97f3"
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
},
|
|
62
43
|
"exceptions": {
|
|
63
44
|
"cannot_connect_with_error": {
|
|
64
45
|
"message": "\u63a5\u7d9a\u30a8\u30e9\u30fc: {error}"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "K\u016bdikio verksmas"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Pypsintis prietaisas"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Kosulys"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "\u0160uns lojimas"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Vandens garsai"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Skelbti"
|
|
@@ -6,20 +6,6 @@
|
|
|
6
6
|
"flow_title": "{username}"
|
|
7
7
|
},
|
|
8
8
|
"entity": {
|
|
9
|
-
"binary_sensor": {
|
|
10
|
-
"bluetooth": {
|
|
11
|
-
"name": "Bluetooth"
|
|
12
|
-
},
|
|
13
|
-
"cough_detection": {
|
|
14
|
-
"name": "\u041a\u0430\u0448\u043b\u0430\u045a\u0435"
|
|
15
|
-
},
|
|
16
|
-
"dog_bark_detection": {
|
|
17
|
-
"name": "\u041b\u0430\u0435\u045a\u0435 \u043d\u0430 \u043a\u0443\u0447\u0435"
|
|
18
|
-
},
|
|
19
|
-
"water_sounds_detection": {
|
|
20
|
-
"name": "\u0417\u0432\u0443\u0446\u0438 \u043d\u0430 \u0432\u043e\u0434\u0430\u0442\u0430"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
9
|
"notify": {
|
|
24
10
|
"announce": {
|
|
25
11
|
"name": "\u041e\u0431\u0458\u0430\u0432\u0438"
|
|
@@ -34,26 +34,6 @@
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"entity": {
|
|
37
|
-
"binary_sensor": {
|
|
38
|
-
"baby_cry_detection": {
|
|
39
|
-
"name": "Huilende baby"
|
|
40
|
-
},
|
|
41
|
-
"beeping_appliance_detection": {
|
|
42
|
-
"name": "Piepend apparaat"
|
|
43
|
-
},
|
|
44
|
-
"bluetooth": {
|
|
45
|
-
"name": "Bluetooth"
|
|
46
|
-
},
|
|
47
|
-
"cough_detection": {
|
|
48
|
-
"name": "Hoesten"
|
|
49
|
-
},
|
|
50
|
-
"dog_bark_detection": {
|
|
51
|
-
"name": "Blaffende hond"
|
|
52
|
-
},
|
|
53
|
-
"water_sounds_detection": {
|
|
54
|
-
"name": "Watergeluiden"
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
37
|
"notify": {
|
|
58
38
|
"announce": {
|
|
59
39
|
"name": "Aankondigen"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Beb\u00e9 a chorar"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "Aparelho que apita"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Tosse"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "C\u00e3o a ladrar"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Sons de \u00e1gua"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "An\u00fancio"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "Detsk\u00fd pla\u010d"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "P\u00edpaj\u00faci spotrebi\u010d"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "Bluetooth"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "Ka\u0161e\u013e"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "\u0160tekanie psa"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "Zvuky vody"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "Ozn\u00e1menie"
|
|
@@ -46,26 +46,6 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"entity": {
|
|
49
|
-
"binary_sensor": {
|
|
50
|
-
"baby_cry_detection": {
|
|
51
|
-
"name": "Bebisgr\u00e5t"
|
|
52
|
-
},
|
|
53
|
-
"beeping_appliance_detection": {
|
|
54
|
-
"name": "Pipande apparat"
|
|
55
|
-
},
|
|
56
|
-
"bluetooth": {
|
|
57
|
-
"name": "Bluetooth"
|
|
58
|
-
},
|
|
59
|
-
"cough_detection": {
|
|
60
|
-
"name": "Hostande"
|
|
61
|
-
},
|
|
62
|
-
"dog_bark_detection": {
|
|
63
|
-
"name": "Sk\u00e4llande hund"
|
|
64
|
-
},
|
|
65
|
-
"water_sounds_detection": {
|
|
66
|
-
"name": "Vattenljud"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
49
|
"notify": {
|
|
70
50
|
"announce": {
|
|
71
51
|
"name": "Annonsera"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "\u5a74\u513f\u54ed\u95f9"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "\u8702\u9e23\u5668"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "\u84dd\u7259"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "\u54b3\u55fd"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "\u72d7\u53eb\u58f0"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "\u6c34\u58f0"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "\u64ad\u62a5"
|
|
@@ -58,26 +58,6 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"entity": {
|
|
61
|
-
"binary_sensor": {
|
|
62
|
-
"baby_cry_detection": {
|
|
63
|
-
"name": "\u5b30\u5152\u54ed\u8072"
|
|
64
|
-
},
|
|
65
|
-
"beeping_appliance_detection": {
|
|
66
|
-
"name": "\u8702\u9cf4\u5668"
|
|
67
|
-
},
|
|
68
|
-
"bluetooth": {
|
|
69
|
-
"name": "\u85cd\u7259"
|
|
70
|
-
},
|
|
71
|
-
"cough_detection": {
|
|
72
|
-
"name": "\u54b3\u55fd"
|
|
73
|
-
},
|
|
74
|
-
"dog_bark_detection": {
|
|
75
|
-
"name": "\u72d7\u53eb\u8072"
|
|
76
|
-
},
|
|
77
|
-
"water_sounds_detection": {
|
|
78
|
-
"name": "\u6c34\u8072"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
61
|
"notify": {
|
|
82
62
|
"announce": {
|
|
83
63
|
"name": "\u516c\u544a"
|