update ttn_client - fix crash with SenseCAP devices (#124370)
update ttn_client
This commit is contained in:
parent
4ef55e5088
commit
e9798cd1b4
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue