Skip to content

Releases: SukramJ/hahomematic

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

0.0.16

02 Dec 10:16
aa09b9b
Compare
Choose a tag to compare

What's Changed

  • don't use default entities for climate groups

Full Changelog: 0.0.15...0.0.16

0.0.15

01 Dec 16:32
3dfc654
Compare
Choose a tag to compare

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

30 Nov 12:52
f2b8954
Compare
Choose a tag to compare

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

29 Nov 16:45
Compare
Choose a tag to compare

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

27 Nov 15:26
b0fb2eb
Compare
Choose a tag to compare

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

26 Nov 13:23
Compare
Choose a tag to compare

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