mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Fix rflink commands containing equals sign (#31412)
* new lib verson available * new rflink lib version * new rflink lib version
This commit is contained in:
parent
0f6e2850ab
commit
61a1d8e99f
@ -2,7 +2,7 @@
|
||||
"domain": "rflink",
|
||||
"name": "RFLink",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rflink",
|
||||
"requirements": ["rflink==0.0.50"],
|
||||
"requirements": ["rflink==0.0.51"],
|
||||
"dependencies": [],
|
||||
"codeowners": []
|
||||
}
|
||||
|
@ -1747,7 +1747,7 @@ restrictedpython==5.0
|
||||
rfk101py==0.0.1
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.50
|
||||
rflink==0.0.51
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.6.0
|
||||
|
@ -582,7 +582,7 @@ regenmaschine==1.5.1
|
||||
restrictedpython==5.0
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.50
|
||||
rflink==0.0.51
|
||||
|
||||
# homeassistant.components.ring
|
||||
ring_doorbell==0.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user