Releases: SukramJ/hahomematic
Releases · SukramJ/hahomematic
0.0.20
0.0.19
0.0.18
What's Changed
- Add type hints based on HA coding guidelines
- Rename device_description to entity_definition
- Send alarm event on value change
- Rename impulse to special events
- reduce event_callbacks
Full Changelog: 0.0.17...0.0.18
0.0.17
What's Changed
- Remove variables that are covered by other sensors (CCU only)
- Remove dummy from service message (HmIP-RF always sends 0001D3C98DD4B6:3 unreach)
- Rename Bidcos thermostats to SimpleRfThermostat and RfThermostat
- Use more Enums (like HA does): HmPlatform, HmEventType
- Use assignment expressions
- Add more type hints (fix most mypy errors)
Full Changelog: 0.0.16...0.0.17
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