Skip to content

Commit

Permalink
Bump hahomematic to 0.4.0 (#53)
Browse files Browse the repository at this point in the history
* disable sabotage by default

* Bump dependency
  • Loading branch information
SukramJ committed Dec 24, 2021
1 parent 5d4e9ce commit eb2127a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.4.0 (2021-12-24)
- Bump hahomematic to 0.4.0:
- Add ACTUAL_TEMPERATURE as separate entity by @towo
- Add HEATING_COOLING to IPThermostat and Group
- Add (*)HUMIDITY and (*)TEMPERATURE as separate entities for Bidcos thermostats
- use ACTIVE_PROFILE in climate presets

Version 0.3.2 (2021-12-23)
- Make HmIP-BSM a switch (only dimable devices should be lights). thanks to @itn3rd77

Expand Down
1 change: 1 addition & 0 deletions custom_components/hahm/entity_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@
key="SABOTAGE",
device_class=BinarySensorDeviceClass.SAFETY,
entity_category=EntityCategory.DIAGNOSTIC,
entity_registry_enabled_default=False,
),
"WATERLEVEL_DETECTED": BinarySensorEntityDescription(
key="WATERLEVEL_DETECTED",
Expand Down
6 changes: 3 additions & 3 deletions custom_components/hahm/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"config_flow": true,
"documentation": "https://github.com/danielperna84/hahomematic",
"issue_tracker": "https://github.com/danielperna84/hahomematic/issues",
"requirements": ["hahomematic==0.3.1"],
"requirements2": ["git+https://github.com/SukramJ/hahomematic.git@dev1#hahomematic"],
"requirements": ["hahomematic==0.4.0"],
"requirements1": ["git+https://github.com/SukramJ/hahomematic.git@dev1#hahomematic"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [],
"codeowners": ["@danielperna84", "@SukramJ"],
"iot_class": "local_push",
"version": "0.3.2"
"version": "0.4.0"
}

0 comments on commit eb2127a

Please sign in to comment.