Skip to content
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
5 changes: 4 additions & 1 deletion homeassistant/components/homematic/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"IPKeySwitchLevel",
"IPMultiIO",
"IPWSwitch",
"IOSwitchWireless",
"IPWIODevice",
],
DISCOVER_LIGHTS: [
"Dimmer",
Expand Down Expand Up @@ -111,7 +113,7 @@
"IPThermostatWall2",
"IPRemoteMotionV2",
"HBUNISenWEA",
"IPWMotionDection",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case anybody is wondering: yes, this really has been removed in the pyhomematic code.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this constitute a breaking change?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, PresenceIPW (one line below) is just the new name.

"PresenceIPW",
],
DISCOVER_CLIMATE: [
"Thermostat",
Expand Down Expand Up @@ -154,6 +156,7 @@
"IPRemoteMotionV2",
"IPWInputDevice",
"IPWMotionDection",
"IPAlarmSensor",
],
DISCOVER_COVER: [
"Blind",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/homematic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "homematic",
"name": "Homematic",
"documentation": "https://www.home-assistant.io/integrations/homematic",
"requirements": ["pyhomematic==0.1.68"],
"requirements": ["pyhomematic==0.1.69"],
"codeowners": ["@pvizeli", "@danielperna84"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ pyhik==0.2.7
pyhiveapi==0.2.20.2

# homeassistant.components.homematic
pyhomematic==0.1.68
pyhomematic==0.1.69

# homeassistant.components.homeworks
pyhomeworks==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ pyhaversion==3.4.2
pyheos==0.6.0

# homeassistant.components.homematic
pyhomematic==0.1.68
pyhomematic==0.1.69

# homeassistant.components.icloud
pyicloud==0.9.7
Expand Down