Releases: sanjoyg/dirigera_platform
Possible Fix for Light Issue
Changed async_schedule_ha_state to schedule_ha_state
Light/Bulb Fix and Propagation of Events & Diagnostic Category
Fixes
-
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.
-
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
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
Merge pull request #49 from Sikerdebaard/patch-1 Fix event propagation
Responsiveness Fix to Brightness
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
Merge pull request #45 from slajob/main update Trigger field reference to prevent pydantic validation error
Updated Base Lib Version
1.7.1 Updated base lib version
Induced Properties
Smaller code footprint, better event processing.
Battery % reflected for most controllers
Suggested Area Populated Based on Room
Merge pull request #43 from bjorncs/bjorncs/suggested-area Pre-populate area name based on Dirigera room definition
Scene Support
Create pull_request_template.md Small PR template to remeber to update baselib in two places and squash commit to make list clean