mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user