Skip to content

Releases: danielperna84/custom_homematic

1.13.1

02 Aug 20:08
0f70f0a
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 2022.8.2
    • Code cleanup
    • Add program buttons
  • Add Service to update a single entity's value (only required for edge cases). See README (Thanks to @emufan).
  • Add CCU programs as buttons

Full Changelog: 1.13.0...1.13.1

1.13.0

01 Aug 12:21
0614592
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 2022.8.0
    • Remove device_info from model
    • Remove attributes from model
    • Code Cleanup
  • Refactor device_info
  • Refactor attributes

Full Changelog: 1.12.5...1.13.0

1.12.5

28 Jul 07:42
0abd536
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 2022.7.14
    • Add HmIP-BS2 to custom entities
  • Add call_source to load_entity_value calls

Full Changelog: 1.12.4...1.12.5

1.12.4

23 Jul 19:48
af2a14e
Compare
Choose a tag to compare

This release requires HA 2022.7

What's Changed

  • Bump hahomematic to 2022.7.13
    • Cleanup API
  • Clean up accessing event helpers via hass
  • Remove empty device_class for binary_sensor STATE

Full Changelog: 1.12.3...1.12.4

1.12.3

21 Jul 19:42
93189ae
Compare
Choose a tag to compare

This release requires HA 2022.7

What's Changed

  • Bump hahomematic to 2022.7.12
    • Add ELV-SH-BS2 to custom entities
  • Remove unneeded validity check for color_mode

Full Changelog: 1.12.2...1.12.3

1.12.2

21 Jul 05:06
4db003e
Compare
Choose a tag to compare

This release requires HA 2022.7.x

What's Changed

  • Block start of custom component if HA version is too old

Full Changelog: 1.12.1...1.12.2

1.12.1

20 Jul 07:08
ab8f768
Compare
Choose a tag to compare

This release requires HA 2022.7.x

What's Changed

  • Bump hahomematic to 2022.7.11
    • Fix _check_connection for Homegear/CCU
  • Add community blueprint for 4-button flush mount device by @andyboeh
  • Add HVACAction.IDLE to dict

Full Changelog: 1.12.0...1.12.1

1.12.0

17 Jul 16:07
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 2022.7.9
    • Remove state_uncertain from default attributes
  • Make entity state restoreable after HA restart
  • Do not use CALLBACK_HOST for XmRPCServer

Full Changelog: 1.11.1...1.12.0

1.11.1

13 Jul 20:42
5d55aa7
Compare
Choose a tag to compare

What's Changed

  • Bump hahomematic to 2022.7.8
    • Fix entity update

Full Changelog: 1.11.0...1.11.1

1.11.0

13 Jul 06:32
842b554
Compare
Choose a tag to compare

This release requires HA 2022.7

What's Changed

  • Bump hahomematic to 2022.7.7
    • Ignore further parameters by device (CURRENT_ILLUMINATION for HmIP-SMI, HmIP-SMO, HmIP-SPI)
    • Align entity naming to HA entity name
  • Use new HA entity name:
    The entity name now only represents the entity part, and no longer includes the device name.
    The entity_id is untouched, as long as you don't reinstall the integration.
    The displayed name of an entity might change, depending on the used HA card.
    See HA docs for further information
  • Fix hub creation
  • Use entity is_valid for state
    Entities are now shown as unknown, as long as HA has not received any events from the CCU, or was not able to fetch data initially.
    Old behaviour was to display a DEFAULT value.
    As soon as events have been received from the CCU the state will switch to the correct state.
    This should be relevant, if HA has been restarted shortly after the CCU has been restart.
    See Readme for further information.
  • Add attribute state_uncertain
    There is now an extra attribute at each entity, that shows is the state of the entity might be uncertain due to a CCU restart.
    This should be relevant, if the CCU has been restarted and HA is still running.

Full Changelog: 1.10.0...1.11.0