Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/azure_devops/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/azure_devops",
"iot_class": "cloud_polling",
"loggers": ["aioazuredevops"],
"requirements": ["aioazuredevops==2.2.1"]
"requirements": ["aioazuredevops==2.2.2"]
}
8 changes: 7 additions & 1 deletion homeassistant/components/husqvarna_automower_ble/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

from __future__ import annotations

from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.device_registry import (
CONNECTION_BLUETOOTH,
DeviceInfo,
format_mac,
)
from homeassistant.helpers.entity import EntityDescription
from homeassistant.helpers.update_coordinator import CoordinatorEntity

Expand All @@ -23,6 +27,8 @@ def __init__(self, coordinator: HusqvarnaCoordinator) -> None:
identifiers={(DOMAIN, f"{coordinator.address}_{coordinator.channel_id}")},
manufacturer=MANUFACTURER,
model_id=coordinator.model,
suggested_area="Garden",
connections={(CONNECTION_BLUETOOTH, format_mac(coordinator.address))},
)

@property
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/lyric/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"documentation": "https://www.home-assistant.io/integrations/lyric",
"iot_class": "cloud_polling",
"loggers": ["aiolyric"],
"requirements": ["aiolyric==2.0.1"]
"requirements": ["aiolyric==2.0.2"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zha",
"universal_silabs_flasher"
],
"requirements": ["zha==0.0.68"],
"requirements": ["zha==0.0.69"],
"usb": [
{
"vid": "10C4",
Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions script/hassfest/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@
"ampio": {"asmog": {"async-timeout"}},
"apache_kafka": {"aiokafka": {"async-timeout"}},
"apple_tv": {"pyatv": {"async-timeout"}},
"azure_devops": {
# https://github.com/timmo001/aioazuredevops/issues/67
# aioazuredevops > incremental > setuptools
"incremental": {"setuptools"}
},
"blackbird": {
# https://github.com/koolsb/pyblackbird/issues/12
# pyblackbird > pyserial-asyncio
Expand Down Expand Up @@ -204,11 +199,6 @@
"async-upnp-client": {"async-timeout"},
},
"loqed": {"loqedapi": {"async-timeout"}},
"lyric": {
# https://github.com/timmo001/aiolyric/issues/115
# aiolyric > incremental > setuptools
"incremental": {"setuptools"}
},
"matter": {"python-matter-server": {"async-timeout"}},
"mediaroom": {"pymediaroom": {"async-timeout"}},
"met": {"pymetno": {"async-timeout"}},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# serializer version: 1
# name: test_setup
DeviceRegistryEntrySnapshot({
'area_id': None,
'area_id': 'garden',
'config_entries': <ANY>,
'config_entries_subentries': <ANY>,
'configuration_url': None,
'connections': set({
tuple(
'bluetooth',
'00000000-0000-0000-0000-000000000003',
),
}),
'disabled_by': None,
'entry_type': None,
Expand Down
2 changes: 2 additions & 0 deletions tests/components/tuya/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
from tests.common import MockConfigEntry

DEVICE_MOCKS = [
"bzyd_45idzfufidgee7ir", # https://github.com/orgs/home-assistant/discussions/717
"bzyd_ssimhf6r8kgwepfb", # https://github.com/orgs/home-assistant/discussions/718
"cl_3r8gc33pnqsxfe1g", # https://github.com/tuya/tuya-home-assistant/issues/754
"cl_cpbo62rn", # https://github.com/orgs/home-assistant/discussions/539
"cl_ebt12ypvexnixvtf", # https://github.com/tuya/tuya-home-assistant/issues/754
Expand Down
137 changes: 137 additions & 0 deletions tests/components/tuya/fixtures/bzyd_45idzfufidgee7ir.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
{
"name": "Smart White Noise Machine",
"category": "bzyd",
"product_id": "45idzfufidgee7ir",
"product_name": "Smart White Noise Machine",
"online": true,
"sub": false,
"function": {
"switch": {
"type": "Boolean",
"value": {}
},
"work_mode": {
"type": "Enum",
"value": {
"range": ["scene", "customize_scene", "colour"]
}
},
"switch_led": {
"type": "Boolean",
"value": {}
},
"colour_data": {
"type": "Json",
"value": {}
},
"switch_music": {
"type": "Boolean",
"value": {}
},
"volume_set": {
"type": "Integer",
"value": {
"unit": "",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"stop": {
"type": "Boolean",
"value": {}
},
"countdown": {
"type": "Integer",
"value": {
"unit": "min",
"min": 0,
"max": 1440,
"scale": 0,
"step": 1
}
}
},
"status_range": {
"switch": {
"type": "Boolean",
"value": {}
},
"work_mode": {
"type": "Enum",
"value": {
"range": ["scene", "customize_scene", "colour"]
}
},
"switch_led": {
"type": "Boolean",
"value": {}
},
"colour_data": {
"type": "String",
"value": {}
},
"switch_music": {
"type": "Boolean",
"value": {}
},
"volume_set": {
"type": "Integer",
"value": {
"unit": "",
"min": 0,
"max": 100,
"scale": 0,
"step": 1
}
},
"stop": {
"type": "Boolean",
"value": {}
},
"status": {
"type": "Enum",
"value": {
"range": [
"manual",
"wake_up_1",
"wake_up_2",
"wake_up_3",
"wake_up_4",
"sleep_1",
"sleep_2",
"sleep_3",
"sleep_4"
]
}
},
"countdown": {
"type": "Integer",
"value": {
"unit": "min",
"min": 0,
"max": 1440,
"scale": 0,
"step": 1
}
}
},
"status": {
"switch": false,
"work_mode": "scene",
"switch_led": true,
"colour_data": {
"h": 240,
"s": 1000,
"v": 1000
},
"switch_music": true,
"volume_set": 17,
"stop": false,
"status": "manual",
"countdown": 0
},
"set_up": false,
"support_local": true
}
76 changes: 76 additions & 0 deletions tests/components/tuya/fixtures/bzyd_ssimhf6r8kgwepfb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"endpoint": "https://apigw.tuyaus.com",
"mqtt_connected": true,
"disabled_by": null,
"disabled_polling": false,
"name": "BlissRadia ",
"category": "bzyd",
"product_id": "ssimhf6r8kgwepfb",
"product_name": "BlissRadia ",
"online": true,
"sub": false,
"time_zone": "-04:00",
"active_time": "2025-08-19T14:01:37+00:00",
"create_time": "2025-08-19T14:01:37+00:00",
"update_time": "2025-08-19T14:01:37+00:00",
"function": {
"switch_led": {
"type": "Boolean",
"value": {}
},
"volume_set": {
"type": "Integer",
"value": {
"unit": "",
"min": 5,
"max": 100,
"scale": 0,
"step": 1
}
},
"snooze": {
"type": "Boolean",
"value": {}
},
"colour_data": {
"type": "Json",
"value": {}
}
},
"status_range": {
"switch_led": {
"type": "Boolean",
"value": {}
},
"volume_set": {
"type": "Integer",
"value": {
"unit": "",
"min": 5,
"max": 100,
"scale": 0,
"step": 1
}
},
"snooze": {
"type": "Boolean",
"value": {}
},
"colour_data": {
"type": "String",
"value": {}
}
},
"status": {
"switch_led": false,
"volume_set": 5,
"snooze": false,
"colour_data": {
"h": 0,
"s": 900,
"v": 1000
}
},
"set_up": false,
"support_local": true
}
Loading
Loading