mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Bump pysmartthings to 2.5.0 (#139758)
* Bump pysmartthings to 2.5.0 * Bump pysmartthings to 2.5.0
This commit is contained in:
parent
e55757dc82
commit
0eb087ba3f
@ -112,9 +112,11 @@ async def async_setup_entry(hass: HomeAssistant, entry: SmartThingsConfigEntry)
|
|||||||
device_registry.async_get_or_create(
|
device_registry.async_get_or_create(
|
||||||
config_entry_id=entry.entry_id,
|
config_entry_id=entry.entry_id,
|
||||||
identifiers={(DOMAIN, dev.device.device_id)},
|
identifiers={(DOMAIN, dev.device.device_id)},
|
||||||
connections={
|
connections=(
|
||||||
(dr.CONNECTION_NETWORK_MAC, dev.device.hub.mac_address)
|
{(dr.CONNECTION_NETWORK_MAC, dev.device.hub.mac_address)}
|
||||||
},
|
if dev.device.hub.mac_address
|
||||||
|
else set()
|
||||||
|
),
|
||||||
name=dev.device.label,
|
name=dev.device.label,
|
||||||
sw_version=dev.device.hub.firmware_version,
|
sw_version=dev.device.hub.firmware_version,
|
||||||
model=dev.device.hub.hardware_type,
|
model=dev.device.hub.hardware_type,
|
||||||
|
@ -29,5 +29,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
"documentation": "https://www.home-assistant.io/integrations/smartthings",
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["pysmartthings"],
|
"loggers": ["pysmartthings"],
|
||||||
"requirements": ["pysmartthings==2.4.1"]
|
"requirements": ["pysmartthings==2.5.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2310,7 +2310,7 @@ pysma==0.7.5
|
|||||||
pysmappee==0.2.29
|
pysmappee==0.2.29
|
||||||
|
|
||||||
# homeassistant.components.smartthings
|
# homeassistant.components.smartthings
|
||||||
pysmartthings==2.4.1
|
pysmartthings==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.smarty
|
# homeassistant.components.smarty
|
||||||
pysmarty2==0.10.2
|
pysmarty2==0.10.2
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1882,7 +1882,7 @@ pysma==0.7.5
|
|||||||
pysmappee==0.2.29
|
pysmappee==0.2.29
|
||||||
|
|
||||||
# homeassistant.components.smartthings
|
# homeassistant.components.smartthings
|
||||||
pysmartthings==2.4.1
|
pysmartthings==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.smarty
|
# homeassistant.components.smarty
|
||||||
pysmarty2==0.10.2
|
pysmarty2==0.10.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user