Releases: danielperna84/custom_homematic
Releases · danielperna84/custom_homematic
0.13.0
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
- Fix unique_id for heating_groups (Breaking Change)
- 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
What's Changed
- Add logos & icon
- Rename Integration
New Contributors
- @noxhirsch made their first contribution in #71
Full Changelog: 0.11.1...0.12.0
0.11.1
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
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)
- Add Github Basics
- Add button entity_description
- Fix unload issue
- Fix device description_strategy
0.9.2
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
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
0.7.1
0.7.0
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