Skip to content

Releases: SukramJ/hahomematic

0.6.1

27 Dec 19:20
Compare
Choose a tag to compare

What's Changed

  • Display profiles only when hvac_mode auto is enabled
  • Fix binary sensor state update for hmip 2-state sensors

Full Changelog: 0.6.0...0.6.1

0.6.0

27 Dec 16:28
e8c6b00
Compare
Choose a tag to compare

What's Changed

  • Add climate methods for away mode
  • Fix HVAC_MODE_OFF for climate

Full Changelog: 0.5.1...0.6.0

0.5.0

25 Dec 22:04
07ed90c
Compare
Choose a tag to compare

What's Changed

  • Fix Select Entity
  • Remove internal device temperature (ACTUAL_TEMPERATURE CH0)
  • Support Cool Mode for IPThermostats
  • Display if AWAY_MODE is set on thermostat
  • Separate device_address and channel_address

Full Changelog: 0.4.0...0.5.0

0.4.0

24 Dec 22:23
d6b35b9
Compare
Choose a tag to compare

What's Changed

  • Use datetime for last_updated (time_initialized)
  • Fix example
  • 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

Full Changelog: 0.3.1...0.4.0

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