Releases: scottyphillips/echonetlite_homeassistant
Fix deprecated constants and fix Single Function Lighting
HA 2024.1.0 started making a lot of noise about deprecated constants in the log. This release should hopefully resolve this issue.
Also fixes long standing issue where Single Function lighting (0291) is now correctly configured as a light entity.
Bump pychonet to 3.4.0
This release updates pychonet to version 3.4.0 to address issue #149.
Version 3.7.7
Automatic tracking when device IP address changes
Correct error handling and trigger automatic reload when there is no response from the device during setup. It also detects IP address changes and automatically reconfigures with the new IP address.
Full Changelog: 3.7.6...3.7.7
Version 3.7.6
Support for KDK (Panasonic rebrand) fans.
This release brings in initial support for ECHONETLite enabled Panasonic/KDK Ceiling Fans available in Japan. Thanks @scumbug for the contribution.
What's Changed
New Contributors
Full Changelog: 3.7.5...3.7.6
Version 3.7.5
Extended list of swing mode in Climate UI
Change the list of swing modes in the climate entity UI to list of air directions, including auto air direction. The list items are
configurable in the Config flow. Along with this, translations for fan mode, air direction and swing mode are also added.
Full Changelog: 3.7.4...3.7.5
Version 3.7.4
- Fix #141 Support hvac_mode on climate.set_temperature service
Full Changelog: 3.7.3...3.7.4
Version 3.7.3
Version 3.7.2
- LowVoltageSmartElectricEnergyMeter
- Bump pychonet version 2.3.13
- Fixed #124
Version 3.7.1
Version 3.7.0
- Fixed a bug with home air conditioner humidity settings. ( #116 )
- Changed the unique ID generation method so that unique IDs to avoid duplication even on devices with multiple instances.
- But unique ID of existing configurations will not be changed. However, if you delete and reconfigure the integration, the unique ID will change, so some adjustments, such as automation, may be required.
- Added a step to automatically obtain an IP address if possible in the integration's configuration flow.
- Immediate states updates via service "homeassistant.update_entity".
- Polling to update other attributes when data updates are received for air conditioners, lights, and fans.
- Support Low voltage smart electric energy meter (Smart Meter).
- Bump pychonet to 2.3.9
- Other minor fixes and refactorings.