Skip to content

Commit

Permalink
Update pyhomematic to 0.1.49 (#16649)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielperna84 authored Sep 16, 2018
1 parent 2002497 commit a1e6e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion homeassistant/components/homematic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__)

Expand Down Expand Up @@ -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', {
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1e6e04

Please sign in to comment.