upgrade rfxtrx lib, dimming support for Lighting3 (#14026)
This commit is contained in:
parent
f12ff6f297
commit
4c23a61853
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||
)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pyRFXtrx==0.22.0']
|
||||
REQUIREMENTS = ['pyRFXtrx==0.22.1']
|
||||
|
||||
DOMAIN = 'rfxtrx'
|
||||
|
||||
|
|
|
@ -677,7 +677,7 @@ pyCEC==0.4.13
|
|||
pyHS100==0.3.0
|
||||
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.22.0
|
||||
pyRFXtrx==0.22.1
|
||||
|
||||
# homeassistant.components.sensor.tibber
|
||||
pyTibber==0.4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue