Hue Sensors HASS Versions Save

Support for Hue motion sensors and device tracker

V3.0

4 years ago

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

2.15

4 years ago

As title. Also more test coverage

2.14

4 years ago

More under the hood fixes

2.13

4 years ago

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

2.12

4 years ago

Under the hood change to help mitigate polling issues

2.11

4 years ago

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

2.10

4 years ago

Remove some unneccessary logging that is causing problems

v2.8

4 years ago

Added some test and did a small refactor

v2.7

4 years ago

Resolves an issue where remotes were firing events too frequently