V2.1.0
Breaking changes
This version removes the need to include the zehnder_base.yaml file.
Upgrade guide
This release contains a breaking change to the config in order to support newer FW versions. The config is now firmware dependent.
1. Check your FW version
On older FW versions (1.x.x):
Menu -> login (pwd 4210) -> toestel specificatie -> SW
Or on the newer FW models (2.x.x) and (3.x.x):
Menu -> Opties -> SW
2. Update your configuration
Old config:
packages:
remote_package:
url: https://github.com/CodedCactus/zehnder-comfoair
ref: main
files: [components/zehnder.yaml]
refresh: 0s
New config:
packages:
remote_package:
url: https://github.com/CodedCactus/zehnder-comfoair
ref: main
files: [components/zehnder_fw{major}.yaml] # use fw1, fw2 or fw3 depending on your unit
refresh: 0s
What's Changed
- Add missing sensors for FW3 by @CodedCactus in #118
- Automatically include zehnder_base by @CodedCactus in #122
Full Changelog: v2.0.0...v2.1.0