Skip to content

Releases: danielperna84/custom_homematic

0.13.0

04 Jan 14:54
c446e76
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 0.13.1
    • Fix unique_id for heating_groups (Breaking Change)
      Solution: remove greyed-put climate entity, rename entity_id of new entity afterwards
      .
    • Remove dedicated json tls option
    • Use generic climate profiles list
  • Adopt changes from hahomematic
  • Redesign ConfigFlow and OptionsFlow
    • Username and Password are mandatory
    • OptionsFlow allows Reconfiguration of Setup (requires restart)

Full Changelog: 0.12.0...0.13.0

0.12.0

03 Jan 13:23
d627b78
Compare
Choose a tag to compare

What's Changed

  • Add logos & icon
  • Rename Integration

New Contributors

Full Changelog: 0.11.1...0.12.0

0.11.1

02 Jan 17:56
309c1ff
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 0.11.2
    • Precise entity definitions
    • Improve detection of multi channel devices

Full Changelog: 0.11.0...0.11.1

0.11.0

02 Jan 14:12
9de5f30
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 0.11.0
    • Add transition to dimmer
    • Remove channel no, if channel is the only_primary_channel
  • Follow change from hahomematic
  • Update docstrings
  • Add transition to dimmer

Full Changelog: 0.10.0...0.11.0

0.10.0: multiple Fixes (#68)

31 Dec 13:44
0e559bb
Compare
Choose a tag to compare
  • Add Github Basics
  • Add button entity_description
  • Fix unload issue
  • Fix device description_strategy

0.9.2

30 Dec 21:46
7bc2211
Compare
Choose a tag to compare

What's Changed

  • Adopt async changes from hahomematic
  • Bump hahomematic to 0.9.1:
    • Extend naming strategy to use device name if channel name is not customized

Full Changelog: 0.9.1...0.9.2

0.9.1

30 Dec 15:50
fca49e6
Compare
Choose a tag to compare

What's Changed

  • Make events translatable
    This is a breaking change for device triggers.
    Please check your automations and fix the device trigger.
  • Update blueprints

Breaking Change:

Make events translatable is a breaking change for device triggers.
Please check your automations and fix the device trigger.

To solve this breaking change:
open your automations.yml and search for e.g channel_

replace:
type: channel_1_short_press
by:
type: short_press
subtype: 1

Update other lines in a corresponding way

type: channel_2_long_press
->
type: long_press
subtype: 2

Update your blueprints.

Finally restart Home-Assistant.

Full Changelog: 0.9.0...0.9.1

0.8.0

29 Dec 19:55
61a3b10
Compare
Choose a tag to compare

What's Changed

  • Add service to export device definition

Full Changelog: 0.7.1...0.8.0

0.7.1

28 Dec 19:31
9d09e0e
Compare
Choose a tag to compare

What's Changed

  • Fix service load

Full Changelog: 0.7.0...0.7.1

0.7.0

28 Dec 19:11
d71a5e3
Compare
Choose a tag to compare

What's Changed

  • Use entity services for climate
  • Restart ConfigFlow on Error
  • Display error messages in config flow

Full Changelog: 0.6.2...0.7.0