Skip to content

Releases: danielperna84/hahomematic

0.3.1

23 Dec 15:40
Compare
Choose a tag to compare

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

23 Dec 11:57
89fac98
Compare
Choose a tag to compare

What's Changed

  • Cleanup API, device/entity
  • Add ACTIVE_PROFILE to IPThermostat

Full Changelog: 0.2.0...0.3.0

0.2.0

22 Dec 12:03
bf8acb8
Compare
Choose a tag to compare

What's Changed

  • Cleanup API, reduce visibility
  • Add setValue to client

Full Changelog: 0.1.2...0.2.0

0.1.2

21 Dec 14:58
8c5b163
Compare
Choose a tag to compare

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

19 Dec 14:35
a82f587
Compare
Choose a tag to compare

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

15 Dec 12:53
0ac8ef8
Compare
Choose a tag to compare

What's Changed

  • Fix number set_state
  • Update ignore list
  • Fix select entity

Full Changelog: 0.0.20...0.0.21

0.0.20

14 Dec 09:27
Compare
Choose a tag to compare

What's Changed

  • Move caches to classes

Full Changelog: 0.0.19...0.0.20

0.0.19

12 Dec 08:08
571ca9b
Compare
Choose a tag to compare

What's Changed

  • Add helper for address
  • Fixes for Hub init

Full Changelog: 0.0.18...0.0.19

0.0.18

12 Dec 08:07
9299080
Compare
Choose a tag to compare

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

05 Dec 12:36
72d8afc
Compare
Choose a tag to compare

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