Releases: danielperna84/hahomematic
Releases · danielperna84/hahomematic
0.3.1
What's Changed
- Make HmIP-BSM a switch (only dimable devices should be lights)
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Cleanup API, device/entity
- Add ACTIVE_PROFILE to IPThermostat
Full Changelog: 0.2.0...0.3.0
0.2.0
0.1.2
What's Changed
- Remove unnecessary async
- Removed unused helper
- Add interface_id to identifiers in device_info
- Rotate device identifier
Full Changelog: 0.1.0...0.1.2
0.1.0
What's Changed
- Bump version to 0.1.0
- Remove interface_id from get_entity_name and get_custom_entity_name
- Add initial test
- Add coverage config
Full Changelog: 0.0.22...0.1.0
0.0.21
What's Changed
- Fix number set_state
- Update ignore list
- Fix select entity
Full Changelog: 0.0.20...0.0.21
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