Releases: signalkraft/mypyllant-component
v0.7.0b0: Experimental multi-system support by @ml1nk
Warning
This pre-release will change all entity IDs, meaning you have to reconfigure all of your automations and UI elements in Home Assistant to use the new IDs. The final release will (hopefully) contain a migration that changes the IDs automatically on update.
What's changed
New Contributors
Full Changelog: v0.6.2...v0.7.0b0
v0.6.2
- Fixed dependency issues with HA 2023.12.0 and up, but that may have introduced other weirdness, see #59
- Fixed issue with login on new installs on v0.6.1, see #56
- Improved binary sensor for connection state
What's Changed
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
- Added option to overwrite time program temperatures with climate control, instead of setting a quick veto, see https://signalkraft.com/mypyllant-component/#temperature-controls-overwrite-time-program-instead-of-setting-quick-veto
- Added experimental ventilation support thanks to test data from @szflo (#32)
- Added a lot more diagnostics information in state attributes, see https://signalkraft.com/mypyllant-component/2-entities/#extra-state-attributes
- Added sk.json by @misa1515 in #38
New Contributors
Full Changelog: v0.5.4...v0.6.0
v0.5.5b3
Fan entity instead of climate entity for Ventilation
Full Changelog: v0.5.5b2...v0.5.5b3
v0.5.5b2
Added missing required attributes on ventilation climate entity
Full Changelog: v0.5.5b1...v0.5.5b2
v0.5.5b1
- Added option to overwrite time program temperatures with climate control, instead of setting a quick veto
- Added experimental ventilation support thanks to test data from @szflo (#32)
Full Changelog: v0.5.4...v0.5.5b1
v0.5.5b0
Downgraded dacite in base library to avoid konradhalas/dacite#236
v0.5.4
Added water heater time program & circulation pump time program services.
See the automation documentation page for examples.
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Added a service to update a zone's time programs (heating & cooling).
Call the mypyllant.time_program_heating service with a program_type
and a time_program
.
service: mypyllant.set_zone_time_program
data:
program_type: heating
time_program:
monday:
- start_time: 420
end_time: 1290
setpoint: 20
tuesday:
- start_time: 420
end_time: 1290
setpoint: 20
wednesday:
- start_time: 420
end_time: 1290
setpoint: 20
thursday:
- start_time: 420
end_time: 1290
setpoint: 20
friday:
- start_time: 420
end_time: 1290
setpoint: 20
saturday:
- start_time: 420
end_time: 1290
setpoint: 20
sunday:
- start_time: 420
end_time: 1290
setpoint: 20
type: heating
target:
entity_id: climate.zone_0
Full Changelog: v0.5.2...v0.5.3