Bump pysmartthings to 2.5.0 (#139758)

* Bump pysmartthings to 2.5.0

* Bump pysmartthings to 2.5.0
This commit is contained in:
Joost Lekkerkerker 2025-03-04 15:59:38 +01:00 committed by GitHub
parent e55757dc82
commit 0eb087ba3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 6 deletions

View File

@ -112,9 +112,11 @@ async def async_setup_entry(hass: HomeAssistant, entry: SmartThingsConfigEntry)
device_registry.async_get_or_create(
config_entry_id=entry.entry_id,
identifiers={(DOMAIN, dev.device.device_id)},
connections={
(dr.CONNECTION_NETWORK_MAC, dev.device.hub.mac_address)
},
connections=(
{(dr.CONNECTION_NETWORK_MAC, dev.device.hub.mac_address)}
if dev.device.hub.mac_address
else set()
),
name=dev.device.label,
sw_version=dev.device.hub.firmware_version,
model=dev.device.hub.hardware_type,

View File

@ -29,5 +29,5 @@
"documentation": "https://www.home-assistant.io/integrations/smartthings",
"iot_class": "cloud_push",
"loggers": ["pysmartthings"],
"requirements": ["pysmartthings==2.4.1"]
"requirements": ["pysmartthings==2.5.0"]
}

2
requirements_all.txt generated
View File

@ -2310,7 +2310,7 @@ pysma==0.7.5
pysmappee==0.2.29
# homeassistant.components.smartthings
pysmartthings==2.4.1
pysmartthings==2.5.0
# homeassistant.components.smarty
pysmarty2==0.10.2

View File

@ -1882,7 +1882,7 @@ pysma==0.7.5
pysmappee==0.2.29
# homeassistant.components.smartthings
pysmartthings==2.4.1
pysmartthings==2.5.0
# homeassistant.components.smarty
pysmarty2==0.10.2