mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Rflink update and small refactor. (#5789)
* Use same pattern for device defaults in both platforms. * Update Rflink that passes loop downstream. * Update requirements.
This commit is contained in:
parent
b10d20bcab
commit
67957cbfa8
@ -36,7 +36,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
REQUIREMENTS = ['rflink==0.0.24']
|
REQUIREMENTS = ['rflink==0.0.28']
|
||||||
|
|
||||||
DOMAIN = 'rflink'
|
DOMAIN = 'rflink'
|
||||||
|
|
||||||
|
@ -587,7 +587,7 @@ qnapstats==0.2.1
|
|||||||
radiotherm==1.2
|
radiotherm==1.2
|
||||||
|
|
||||||
# homeassistant.components.rflink
|
# homeassistant.components.rflink
|
||||||
rflink==0.0.24
|
rflink==0.0.28
|
||||||
|
|
||||||
# homeassistant.components.switch.rpi_rf
|
# homeassistant.components.switch.rpi_rf
|
||||||
# rpi-rf==0.9.6
|
# rpi-rf==0.9.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user