From a1e6e04a5ebbdcfd5c14db80eeeaeed04cf51ca4 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sun, 16 Sep 2018 22:56:01 +0200 Subject: [PATCH] Update pyhomematic to 0.1.49 (#16649) --- homeassistant/components/homematic/__init__.py | 3 ++- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/homematic/__init__.py b/homeassistant/components/homematic/__init__.py index b9e4294f6e10d..4e6b3f04ee144 100644 --- a/homeassistant/components/homematic/__init__.py +++ b/homeassistant/components/homematic/__init__.py @@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity from homeassistant.loader import bind_hass -REQUIREMENTS = ['pyhomematic==0.1.48'] +REQUIREMENTS = ['pyhomematic==0.1.49'] _LOGGER = logging.getLogger(__name__) @@ -108,6 +108,7 @@ 'ERROR': ['sabotage', {0: 'No', 1: 'Yes'}], 'SABOTAGE': ['sabotage', {0: 'No', 1: 'Yes'}], 'RSSI_PEER': ['rssi', {}], + 'RSSI_DEVICE': ['rssi', {}], 'VALVE_STATE': ['valve', {}], 'BATTERY_STATE': ['battery', {}], 'CONTROL_MODE': ['mode', { diff --git a/requirements_all.txt b/requirements_all.txt index 2d0d784e6dd9f..a13068532baaf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -899,7 +899,7 @@ pyhik==0.1.8 pyhiveapi==0.2.14 # homeassistant.components.homematic -pyhomematic==0.1.48 +pyhomematic==0.1.49 # homeassistant.components.sensor.hydroquebec pyhydroquebec==2.2.2