Skip to content

Releases: sanjoyg/dirigera_platform

Update to event propagation for non light entities

05 Jun 17:37
Compare
Choose a tag to compare
1.7.10

Update to event_propagation fix

Tweaks to Bulb Processing

04 Jun 01:41
Compare
Choose a tag to compare
17.9

Tweaks to bulb code

Battery % Fix

03 Jun 09:49
Compare
Choose a tag to compare
1.7.8

Battery Level %

Possible Fix for Light Issue

31 May 18:46
Compare
Choose a tag to compare

Changed async_schedule_ha_state to schedule_ha_state

Light/Bulb Fix and Propagation of Events & Diagnostic Category

25 May 13:50
Compare
Choose a tag to compare

Fixes

  1. Lights/Bulb have a peculiar issue with the hub version that exists with me. When a brightness/color temp is set an event is generated with some intermediate value and then after two seconds the right value is set. This causes a jump in sliders, now the first update after making changes is ignored.

  2. Diagnostic category for battery % in controller

Breaking Changes

Also due to complexity around having patch command to control state of device_set but no available GET for device sets breaking the feature to hide individual bulbs

Light/Bulb Fix and Propagation of Events

25 May 13:43
Compare
Choose a tag to compare

Lights/Bulb have a peculiar issue with the hub version that exists with me. When a brightness/color temp is set an event is generated with some intermediate value and then after two seconds the right value is set. This causes a jump in sliders, now the first update after making changes is ignored.

Also due to complexity around having patch command to control state of device_set but no available GET for device sets breaking the feature to hide individual bulbs

Event Progagation Fix

21 May 11:02
73bf5a0
Compare
Choose a tag to compare
Merge pull request #49 from Sikerdebaard/patch-1

Fix event propagation

Responsiveness Fix to Brightness

19 May 05:56
Compare
Choose a tag to compare

Fix to handle light_level, color_tempertature, color_hue and color_saturation in the hub events. However there is an issue with the dirigera hub, when the set brightness or temperature or hue is called with async, it initates an async update which gives the stale state and then it follows up with the correct state

Scene Fixes

16 May 07:16
a66bbce
Compare
Choose a tag to compare
Merge pull request #45 from slajob/main

update Trigger field reference to prevent pydantic validation error

Updated Base Lib Version

13 May 07:59
Compare
Choose a tag to compare
1.7.1

Updated base lib version