Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyhomematic to 0.1.49 #16649

Merged
merged 1 commit into from
Sep 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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