mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
upgrade rfxtrx lib, dimming support for Lighting3 (#14026)
This commit is contained in:
parent
f12ff6f297
commit
4c23a61853
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||||||
)
|
)
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyRFXtrx==0.22.0']
|
REQUIREMENTS = ['pyRFXtrx==0.22.1']
|
||||||
|
|
||||||
DOMAIN = 'rfxtrx'
|
DOMAIN = 'rfxtrx'
|
||||||
|
|
||||||
|
@ -677,7 +677,7 @@ pyCEC==0.4.13
|
|||||||
pyHS100==0.3.0
|
pyHS100==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.rfxtrx
|
# homeassistant.components.rfxtrx
|
||||||
pyRFXtrx==0.22.0
|
pyRFXtrx==0.22.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.tibber
|
# homeassistant.components.sensor.tibber
|
||||||
pyTibber==0.4.1
|
pyTibber==0.4.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user