Upgrade rflink to 0.0.50, ignore_devices now supports * and ? anywhere (#30268)
https://github.com/aequitas/python-rflink/releases/tag/0.0.50 https://github.com/aequitas/python-rflink/releases/tag/0.0.49 https://github.com/aequitas/python-rflink/releases/tag/0.0.48 https://github.com/aequitas/python-rflink/releases/tag/0.0.47
This commit is contained in:
parent
85624e8031
commit
9892564ab5
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Rflink",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rflink",
|
||||
"requirements": [
|
||||
"rflink==0.0.46"
|
||||
"rflink==0.0.50"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
|
|
|
@ -1740,7 +1740,7 @@ restrictedpython==5.0
|
|||
rfk101py==0.0.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.46
|
||||
rflink==0.0.50
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.8
|
||||
|
|
|
@ -550,7 +550,7 @@ regenmaschine==1.5.1
|
|||
restrictedpython==5.0
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.46
|
||||
rflink==0.0.50
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.2.8
|
||||
|
|
Loading…
Add table
Reference in a new issue