Releases: danielperna84/hahomematic
Releases · danielperna84/hahomematic
0.0.16
0.0.15
What's Changed
- Fix: remove wildcard for HmIP-STHD
- Add unit to hub entities
Full Changelog: 0.0.14...0.0.15
0.0.14
What's Changed
- Add KeyMatic
- Add HmIP-MOD-OC8
- Add HmIP-PCBS, HmIP-PCBS2, HmIP-PCBS-BAT, HmIP-USBSM
- Remove xmlrpc calls related to ccu system variables (not supported by api)
- Update hub sensor excludes
Full Changelog: 0.0.13...0.0.14
0.0.13
What's Changed
- Add HmIP-MOD-HO, HmIP-MOD-TM
- Add sub_type to device/entity
- Add PRESET_NONE to climate
- Add level und state as additional entities for climate
Full Changelog: 0.0.12...0.0.13
0.0.12
What's Changed
- Add more type converter
- Move get_tls_context to helper
- Update requirements
- Cleanup constants
- Use flags from parameter_data
- Add wildcard start to exclude parameters that start with word
- Fix channel assignement for dimmers
- Fix entity name: add channel only if a parameter name exists is in multiple channels of the device.
Full Changelog: 0.0.11...0.0.12
0.0.11
What's Changed
- Fix: cover open/close default values to float
- Fix: add missing async/await
- make get_primary_client public
Full Changelog: 0.0.10...0.0.11
0.0.10
0.0.9
What's Changed
- Don't start connection checker for pydevccu
- Use a dummy hub for pydevccu
- Convert min, max, default values (fix for cover)
Full Changelog: 0.0.8...0.0.9
0.0.8
What's Changed
- Add button platform. This allows to use the virtual remotes of a ccu in automations.
- Cleanup entity inheritance.
Full Changelog: 0.0.7...0.0.8
0.0.7
- Switch to a non-permanent session for jsonrpc calls
The json capabilities of a ccu are limited (3 parallel session!?!).
So we no longer us a persisted session. (like pyhomematic) - enable write-only params as HMAction(solves a problem with climate writing CONTROL_MODE)