mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
update ttn_client - fix crash with SenseCAP devices (#124370)
update ttn_client
This commit is contained in:
parent
8f4af4f7c2
commit
102528e5d3
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/thethingsnetwork",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["ttn_client==1.1.0"]
|
||||
"requirements": ["ttn_client==1.2.0"]
|
||||
}
|
||||
|
@ -2801,7 +2801,7 @@ transmission-rpc==7.0.3
|
||||
ttls==1.8.3
|
||||
|
||||
# homeassistant.components.thethingsnetwork
|
||||
ttn_client==1.1.0
|
||||
ttn_client==1.2.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.1.9
|
||||
|
@ -2199,7 +2199,7 @@ transmission-rpc==7.0.3
|
||||
ttls==1.8.3
|
||||
|
||||
# homeassistant.components.thethingsnetwork
|
||||
ttn_client==1.1.0
|
||||
ttn_client==1.2.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user