mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 18:12:37 +02: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:
committed by
Pascal Vizeli
parent
b10d20bcab
commit
67957cbfa8
@@ -36,7 +36,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
import voluptuous as vol
|
||||
|
||||
REQUIREMENTS = ['rflink==0.0.24']
|
||||
REQUIREMENTS = ['rflink==0.0.28']
|
||||
|
||||
DOMAIN = 'rflink'
|
||||
|
||||
|
||||
@@ -587,7 +587,7 @@ qnapstats==0.2.1
|
||||
radiotherm==1.2
|
||||
|
||||
# homeassistant.components.rflink
|
||||
rflink==0.0.24
|
||||
rflink==0.0.28
|
||||
|
||||
# homeassistant.components.switch.rpi_rf
|
||||
# rpi-rf==0.9.6
|
||||
|
||||
Reference in New Issue
Block a user