Releases: danielperna84/custom_homematic
Releases · danielperna84/custom_homematic
0.1.0
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
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
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
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
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
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
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
- @cedricziel made their first contribution in #35
Full Changelog: 0.0.17...0.0.18
0.0.17.1
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
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