mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
update ttn_client - fix crash with SenseCAP devices (#124370)
update ttn_client
This commit is contained in:
committed by
GitHub
parent
4ef55e5088
commit
e9798cd1b4
@ -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"]
|
||||
}
|
||||
|
@ -2810,7 +2810,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
|
||||
|
@ -2211,7 +2211,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
|
||||
|
Reference in New Issue
Block a user