Skip to content

Releases: danielperna84/custom_homematic

0.1.0

19 Dec 15:22
45013be
Compare
Choose a tag to compare

What's Changed

  • Bump version to 0.1.0
  • Update EntityDescriptions
  • Add initial tests for config_flow
  • Add Sensor Descriptions

Full Changelog: 0.0.22.2...0.1.0

0.0.22.2

16 Dec 17:38
Compare
Choose a tag to compare

What's Changed

  • Fix Translation Keys
  • Add DE translation
  • Update NL translation

Full Changelog: 0.0.22.1...0.0.22.2

0.0.22.1

16 Dec 13:16
Compare
Choose a tag to compare

What's Changed

  • Fix resolve names for all given ports incl. tls (update hahomematic)
  • Rename attributes to match eQ-3 naming
  • Don't use title() for instance_name
  • Fix Hub init

Full Changelog: 0.0.21...0.0.22.1

0.0.21

15 Dec 14:26
b24872a
Compare
Choose a tag to compare

What's Changed

  • Add some blueprints for automation in GIT repo
  • Simplify light turn_on
  • Fix HmIP-BSL
  • Use attr for entities

Full Changelog: 0.0.20...0.0.21

0.0.20

14 Dec 10:28
45f53d0
Compare
Choose a tag to compare

What's Changed

  • Add device name to persistent notification
  • Rearrange config flow
  • Update dependency

Full Changelog: 0.0.19...0.0.20

0.0.19

12 Dec 09:57
39d3624
Compare
Choose a tag to compare

What's Changed

  • Fix EntityDescriptions
  • Fix OptionFlow
  • Rename helper to entity_helper
  • Add UNREACH to persistent notifications

Full Changelog: 0.0.18...0.0.19

0.0.18

12 Dec 09:56
460ca1e
Compare
Choose a tag to compare

What's Changed

  • Add HmIP-SWDM Window contact by @cedricziel
  • Add type hints based on HA mypy config
  • Rename impulse to special event
  • Add persistant notification

New Contributors

Full Changelog: 0.0.17...0.0.18

0.0.17.1

05 Dec 14:31
Compare
Choose a tag to compare

This release requires HA 2021.12

  • Add translation for HmIP-SRH states

  • Code quality:

    • Use Enums from HaHomematic
    • Add more type hints (fix mypy errors)
    • Use assignment expressions
    • Move services to own file

Full Changelog: 0.0.16...0.0.17.1

0.0.16

05 Dec 13:26
Compare
Choose a tag to compare

Initial release

This project is still in early development!

Provides the following:

  • basic ConfigFlow
  • Optionflow
    • Enable virtual channels of HmIP-Devices
    • Enable sensors for system variables
  • Device Trigger (PRESS_XXX Events are selectable in automations)
  • Virtual Remotes can be triggered in HA automations
  • The Hub (CCU/Homegear) with all system variables
  • Supports TLS to CCU/Homegear for Json and XMLRPC

Services:

  • Put paramset (Call to putParamset in the RPC XML interface)
  • Set device value (Set the value of a node)
  • Set install mode (Enable the install mode
  • Set variable value (Set the value of a system variable)
  • Virtual key (Press a virtual key from CCU/Homegear or simulate keypress)

Entity Support

  • Binary_Sensor
  • Button
  • Climate
  • Cover
  • Light
  • Lock
  • Sensor
  • Number
  • Select
  • Switch

Full Changelog: https://github.com/danielperna84/custom_homematic/commits/0.0.16