mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Fixes crashes when receiving malformed decoded payloads (#119216)
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
733e563500
commit
731df892c6
@ -6,5 +6,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/thethingsnetwork",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["ttn_client==0.0.4"]
|
||||
"requirements": ["ttn_client==1.0.0"]
|
||||
}
|
||||
|
@ -2767,7 +2767,7 @@ transmission-rpc==7.0.3
|
||||
ttls==1.5.1
|
||||
|
||||
# homeassistant.components.thethingsnetwork
|
||||
ttn_client==0.0.4
|
||||
ttn_client==1.0.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.1.9
|
||||
|
@ -2147,7 +2147,7 @@ transmission-rpc==7.0.3
|
||||
ttls==1.5.1
|
||||
|
||||
# homeassistant.components.thethingsnetwork
|
||||
ttn_client==0.0.4
|
||||
ttn_client==1.0.0
|
||||
|
||||
# homeassistant.components.tuya
|
||||
tuya-device-sharing-sdk==0.1.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user