Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Releases: robmarkcole/Hue-sensors-HASS

Move remotes to standalone repo

14 Mar 12:20
fa83d43
Compare
Choose a tag to compare

Since Hue motion sensors are already supported in HA we decided to split motion sensors and remotes into separate repos. This will make it easier to maintain the code, and simplify life for people who just want to use the remotes - not currently officially supported by HA.

https://github.com/robmarkcole/Hue-remotes-HASS

Remove a silly warning with the 'buttonevent' of Z3 switches

13 Mar 10:59
1b37a68
Compare
Choose a tag to compare

More refactor work

11 Mar 15:55
e4ca16d
Compare
Choose a tag to compare

More under the hood fixes

Remove duplicated code in binary_sensor and remote platforms

10 Mar 09:50
4e95a13
Compare
Choose a tag to compare

Under the hood changes to remove duplicated code in binary_sensor and remote platforms, and merge the data source for them.

Usage recommendations

If sub-second delay is not critical for you, but the 5 seconds of the official integration for sensors is too much, and you have remotes (not implemented in HA Core yet), the best configuration would be something like this:

remote:
  - platform: huesensor
    scan_interval: 2

With that, and configuring the binary sensors in HA Core, both remotes and sensors will have a 2-sec update rate.

Many thanks to @azogue for this contribution

Use the same data source as Home Assistant

08 Mar 20:02
ee56542
Compare
Choose a tag to compare

Under the hood change to help mitigate polling issues

Drop scan rate

05 Mar 20:39
6eaadb2
Compare
Choose a tag to compare

Drop from 0.1 to 0.5 seconds polling. If this is still causing issues we can drop further. Anyone who wants to maintain the high interval can see how to change the code here

Hotfix 215

14 Feb 04:57
ae0dcf7
Compare
Choose a tag to compare

Remove some unneccessary logging that is causing problems

Minor hotfix

12 Feb 08:00
5132da4
Compare
Choose a tag to compare

Hotfix for #213

Various under the hood improvements

11 Feb 06:22
35016a8
Compare
Choose a tag to compare

Added some test and did a small refactor

Prevent excessive events

31 Jan 14:31
2b7074c
Compare
Choose a tag to compare

Resolves an issue where remotes were firing events too frequently