Releases: DomiStyle/esphome-panasonic-ac
Releases · DomiStyle/esphome-panasonic-ac
2.4.0
2.3.0
Fix negative temperatures
2.2.1 Bump version
Add support for power usage on CZ-TACG1
- Based on the official Panasonic official marketing material, the value from the AC is just an estimation
- Based on testing there is slight variation if compared with proper power meter, but it is close enough
Thanks to @blacklizard
Add support for Econavi
Merge pull request #24 from blacklizard/econavi Implement ECONAVI mode/preset
Add support for CZ-TACG1
- Adds support for CZ-TACG1
- Move component over to external_component (Thanks @jesserockz)
- Use custom presets and fan modes instead of normal ones
- Use
select
instead ofinput_select
entities - Faster polling for DNSK-P11
- Action is no longer guessed by component
- Fix target temperature not showing decimal points
- Various smaller bugfixes and improvements