mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +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",
|
"documentation": "https://www.home-assistant.io/integrations/thethingsnetwork",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"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
|
ttls==1.8.3
|
||||||
|
|
||||||
# homeassistant.components.thethingsnetwork
|
# homeassistant.components.thethingsnetwork
|
||||||
ttn_client==1.1.0
|
ttn_client==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.tuya
|
# homeassistant.components.tuya
|
||||||
tuya-device-sharing-sdk==0.1.9
|
tuya-device-sharing-sdk==0.1.9
|
||||||
|
@ -2211,7 +2211,7 @@ transmission-rpc==7.0.3
|
|||||||
ttls==1.8.3
|
ttls==1.8.3
|
||||||
|
|
||||||
# homeassistant.components.thethingsnetwork
|
# homeassistant.components.thethingsnetwork
|
||||||
ttn_client==1.1.0
|
ttn_client==1.2.0
|
||||||
|
|
||||||
# homeassistant.components.tuya
|
# homeassistant.components.tuya
|
||||||
tuya-device-sharing-sdk==0.1.9
|
tuya-device-sharing-sdk==0.1.9
|
||||||
|
Reference in New Issue
Block a user