mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Update pyhomematic to 0.1.49 (#16649)
This commit is contained in:
parent
2002497d09
commit
a1e6e04a5e
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.48']
|
REQUIREMENTS = ['pyhomematic==0.1.49']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -108,6 +108,7 @@ HM_ATTRIBUTE_SUPPORT = {
|
|||||||
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
|
'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||||
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}],
|
||||||
'RSSI_PEER': ['rssi', {}],
|
'RSSI_PEER': ['rssi', {}],
|
||||||
|
'RSSI_DEVICE': ['rssi', {}],
|
||||||
'VALVE_STATE': ['valve', {}],
|
'VALVE_STATE': ['valve', {}],
|
||||||
'BATTERY_STATE': ['battery', {}],
|
'BATTERY_STATE': ['battery', {}],
|
||||||
'CONTROL_MODE': ['mode', {
|
'CONTROL_MODE': ['mode', {
|
||||||
|
@ -899,7 +899,7 @@ pyhik==0.1.8
|
|||||||
pyhiveapi==0.2.14
|
pyhiveapi==0.2.14
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.48
|
pyhomematic==0.1.49
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.2.2
|
pyhydroquebec==2.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user