Skip to content

Releases: claudegel/sinope-gt125

Fix swing mode bug

09 Dec 01:58
e98d954
Compare
Choose a tag to compare

This release fix the error in climate for missing horizontal swing mode

Fix min max temp attribute validation

24 Nov 02:55
047d122
Compare
Choose a tag to compare
  • Fix attributes values validation
  • Fix device_id value declaration

Update crc8.py

11 Aug 00:36
c79bd37
Compare
Choose a tag to compare

Updated crc8.py to 0.2.1

Fix another blocking call

09 Jun 01:26
17d6922
Compare
Choose a tag to compare

This fix another blocking call requested by HA for file read call

Fix blocking call warning in HA

07 Jun 13:57
a47795e
Compare
Choose a tag to compare

Fix the warning about blocking call on HA startup for climate, light and switch

Add service turn_on and turn_off

26 May 01:01
3aff8cf
Compare
Choose a tag to compare

To comply with HA add new service trun_on and turn_off for thermostats. This will stop the warning in your log.

Breaking changes

22 May 00:23
9d0bc74
Compare
Choose a tag to compare
  • 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

14 May 15:44
665ff30
Compare
Choose a tag to compare
  • Fix error message in log for async
  • Improve startup speed
  • Faster retro-action on devices

Fix the oups dimmer are gone bug

06 Jan 20:45
9492e65
Compare
Choose a tag to compare

In last release the dimmer stop working, sorry

Change constants names to fit HA new constant names

05 Jan 21:02
bb93494
Compare
Choose a tag to compare
  • Changes in climate.py to change temperature unit constant
  • Changes in light.py to add definition for support_color_modes