Skip to content

Releases: danielperna84/custom_homematic

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