mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +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
a54d5f0bc4
commit
3cbd426c52
@ -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": []
|
||||
}
|
||||
|
@ -1750,7 +1750,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
|
||||
|
@ -576,7 +576,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