Fix rflink commands containing equals sign (#31412)
* new lib verson available * new rflink lib version * new rflink lib versionpull/31489/head
parent
a54d5f0bc4
commit
3cbd426c52
|
@ -2,7 +2,7 @@
|
||||||
"domain": "rflink",
|
"domain": "rflink",
|
||||||
"name": "RFLink",
|
"name": "RFLink",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/rflink",
|
"documentation": "https://www.home-assistant.io/integrations/rflink",
|
||||||
"requirements": ["rflink==0.0.50"],
|
"requirements": ["rflink==0.0.51"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -1750,7 +1750,7 @@ restrictedpython==5.0
|
||||||
rfk101py==0.0.1
|
rfk101py==0.0.1
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.50
|
rflink==0.0.51
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring_doorbell==0.6.0
|
ring_doorbell==0.6.0
|
||||||
|
|
|
@ -576,7 +576,7 @@ regenmaschine==1.5.1
|
||||||
restrictedpython==5.0
|
restrictedpython==5.0
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.50
|
rflink==0.0.51
|
||||||
|
|
||||||
# homeassistant.components.ring
|
# homeassistant.components.ring
|
||||||
ring_doorbell==0.6.0
|
ring_doorbell==0.6.0
|
||||||
|
|
Loading…
Reference in New Issue