homeassistant 2025.10.0b1__py3-none-any.whl → 2025.10.0b2__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/components/accuweather/manifest.json +1 -1
- 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/translations/nl.json +1 -0
- homeassistant/components/esphome/manifest.json +1 -1
- homeassistant/components/esphome/translations/nl.json +1 -1
- homeassistant/components/frontend/manifest.json +1 -1
- homeassistant/components/mvglive/manifest.json +2 -4
- homeassistant/components/mvglive/sensor.py +116 -86
- homeassistant/components/smartthings/manifest.json +1 -1
- homeassistant/components/voip/translations/nl.json +1 -1
- homeassistant/components/wyoming/translations/nl.json +1 -1
- homeassistant/const.py +1 -1
- homeassistant/package_constraints.txt +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/METADATA +1 -1
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/RECORD +53 -53
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/WHEEL +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/entry_points.txt +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/licenses/LICENSE.md +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/licenses/homeassistant/backports/LICENSE.Python +0 -0
- {homeassistant-2025.10.0b1.dist-info → homeassistant-2025.10.0b2.dist-info}/top_level.txt +0 -0
|
@@ -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"
|
|
@@ -6,9 +6,12 @@ from typing import Any, Concatenate
|
|
|
6
6
|
|
|
7
7
|
from aioamazondevices.exceptions import CannotConnect, CannotRetrieveData
|
|
8
8
|
|
|
9
|
+
from homeassistant.core import HomeAssistant
|
|
9
10
|
from homeassistant.exceptions import HomeAssistantError
|
|
11
|
+
import homeassistant.helpers.entity_registry as er
|
|
10
12
|
|
|
11
|
-
from .const import DOMAIN
|
|
13
|
+
from .const import _LOGGER, DOMAIN
|
|
14
|
+
from .coordinator import AmazonDevicesCoordinator
|
|
12
15
|
from .entity import AmazonEntity
|
|
13
16
|
|
|
14
17
|
|
|
@@ -38,3 +41,23 @@ def alexa_api_call[_T: AmazonEntity, **_P](
|
|
|
38
41
|
) from err
|
|
39
42
|
|
|
40
43
|
return cmd_wrapper
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
async def async_update_unique_id(
|
|
47
|
+
hass: HomeAssistant,
|
|
48
|
+
coordinator: AmazonDevicesCoordinator,
|
|
49
|
+
domain: str,
|
|
50
|
+
old_key: str,
|
|
51
|
+
new_key: str,
|
|
52
|
+
) -> None:
|
|
53
|
+
"""Update unique id for entities created with old format."""
|
|
54
|
+
entity_registry = er.async_get(hass)
|
|
55
|
+
|
|
56
|
+
for serial_num in coordinator.data:
|
|
57
|
+
unique_id = f"{serial_num}-{old_key}"
|
|
58
|
+
if entity_id := entity_registry.async_get_entity_id(domain, DOMAIN, unique_id):
|
|
59
|
+
_LOGGER.debug("Updating unique_id for %s", entity_id)
|
|
60
|
+
new_unique_id = unique_id.replace(old_key, new_key)
|
|
61
|
+
|
|
62
|
+
# Update the registry with the new unique_id
|
|
63
|
+
entity_registry.async_update_entity(entity_id, new_unique_id=new_unique_id)
|
|
@@ -2,10 +2,8 @@
|
|
|
2
2
|
"domain": "mvglive",
|
|
3
3
|
"name": "MVG",
|
|
4
4
|
"codeowners": [],
|
|
5
|
-
"disabled": "This integration is disabled because it uses non-open source code to operate.",
|
|
6
5
|
"documentation": "https://www.home-assistant.io/integrations/mvglive",
|
|
7
6
|
"iot_class": "cloud_polling",
|
|
8
|
-
"loggers": ["
|
|
9
|
-
"
|
|
10
|
-
"requirements": ["PyMVGLive==1.1.4"]
|
|
7
|
+
"loggers": ["MVG"],
|
|
8
|
+
"requirements": ["mvg==1.4.0"]
|
|
11
9
|
}
|