mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade to newer version of rflink with improve error handling on incoming data. (#24263)
Related: https://github.com/home-assistant/home-assistant/issues/23942
This commit is contained in:
parent
0ed9e185b2
commit
d31140f8cd
@ -3,7 +3,7 @@
|
||||
"name": "Rflink",
|
||||
"documentation": "https://www.home-assistant.io/components/rflink",
|
||||
"requirements": [
|
||||
"rflink==0.0.37"
|
||||
"rflink==0.0.46"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
@ -1555,7 +1555,7 @@ restrictedpython==4.0b8
|
||||
rfk101py==0.0.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.37
|
||||
rflink==0.0.46
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.3
|
||||
|
@ -304,7 +304,7 @@ regenmaschine==1.4.0
|
||||
restrictedpython==4.0b8
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.37
|
||||
rflink==0.0.46
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user