parent
c8e678a2c6
commit
d6fd41bd03
|
@ -2,7 +2,7 @@
|
|||
"domain": "rfxtrx",
|
||||
"name": "RFXCOM RFXtrx",
|
||||
"documentation": "https://www.home-assistant.io/integrations/rfxtrx",
|
||||
"requirements": ["pyRFXtrx==0.26.1"],
|
||||
"requirements": ["pyRFXtrx==0.27.0"],
|
||||
"codeowners": ["@danielhiversen", "@elupus", "@RobBie1221"],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -1253,7 +1253,7 @@ pyMetEireann==0.2
|
|||
pyMetno==0.8.3
|
||||
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.26.1
|
||||
pyRFXtrx==0.27.0
|
||||
|
||||
# homeassistant.components.switchmate
|
||||
# pySwitchmate==0.4.6
|
||||
|
|
|
@ -693,7 +693,7 @@ pyMetEireann==0.2
|
|||
pyMetno==0.8.3
|
||||
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.26.1
|
||||
pyRFXtrx==0.27.0
|
||||
|
||||
# homeassistant.components.tibber
|
||||
pyTibber==0.17.0
|
||||
|
|
|
@ -117,7 +117,7 @@ async def test_fire_event(hass, rfxtrx):
|
|||
"type_string": "Byron SX",
|
||||
"id_string": "00:90",
|
||||
"data": "0716000100900970",
|
||||
"values": {"Command": "Chime", "Rssi numeric": 7, "Sound": 9},
|
||||
"values": {"Command": "Sound 9", "Rssi numeric": 7, "Sound": 9},
|
||||
"device_id": device_id_2.id,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue