Releases: claudegel/sinope-gt125
Releases · claudegel/sinope-gt125
Fix swing mode bug
Fix min max temp attribute validation
- Fix attributes values validation
- Fix device_id value declaration
Update crc8.py
Updated crc8.py to 0.2.1
Fix another blocking call
This fix another blocking call requested by HA for file read call
Fix blocking call warning in HA
Fix the warning about blocking call on HA startup for climate, light and switch
Add service turn_on and turn_off
To comply with HA add new service trun_on and turn_off for thermostats. This will stop the warning in your log.
Breaking changes
- To comply with HA, all attributes names that started with a capital letter have been changed to start with a lowercase letter. Check your automations to replace the attributes names, if any, because the old one with uppercase first letter won't work.
- Fix homeassistantType warning on startup.
Fix async bug
- Fix error message in log for async
- Improve startup speed
- Faster retro-action on devices
Fix the oups dimmer are gone bug
In last release the dimmer stop working, sorry
Change constants names to fit HA new constant names
- Changes in climate.py to change temperature unit constant
- Changes in light.py to add definition for support_color_modes