Hue-sensors-HASS icon indicating copy to clipboard operation
Hue-sensors-HASS copied to clipboard

Support for Hue motion sensors and device tracker

Results 23 Hue-sensors-HASS issues
Sort by recently updated
recently updated
newest added

Owing to getting various reports of functionality breaking, and given the alternatives are now matured, the day has come to archive this repo. The code is still accessible and discussions...

https://github.com/robmarkcole/Hue-sensors-HASS/runs/2606022231?check_suite_focus=true ```python def add_sensor_data_to_bridge(bridge, sensor_key, raw_data): """Append a sensor raw data packed to the mocked bridge.""" > bridge.sensors[sensor_key] = GenericSensor( raw_data["uniqueid"], deepcopy(raw_data), None ) E TypeError: __init__() missing 1 required...

Hello. I am getting the below error in my HA logs: `Log Details (WARNING) Logger: homeassistant.components.binary_sensor Source: components/binary_sensor/__init__.py:172 Integration: Binary sensor (documentation, issues) First occurred: 11:13:23 AM (1 occurrences) Last...

The "remote"s (dimmer devices) are no longer discovered by this component. All of them are shown as unavailable now. As I can see, the source also no longer contains the...

Just a quickie, as above. View option and other options related to the old States UI are now removed from HA 0.107.x I noticed there are still references to these...

Which lead to nothing, and should preferably be removed. Now remember https://github.com/robmarkcole/Hue-sensors-HASS/issues/180, so should probable close this issue, unless the new refactoring changes thoughts on the subject.. Still feels truly...

HA 106.6 Native hue integration setup, only using custom component for remotes. Only entry referencing 'huesensor' in configuration.yaml . ``` yaml ### hue sensors ### remote: - platform: huesensor scan_interval:...

HI, as explained here: https://github.com/robmarkcole/Hue-sensors-HASS/issues/222 I seek assistance adding a unique hub-id/bridgeid to a PHD sensor (which isn't yet in the intregration, but running fully functionally in my local setup)...

I have a custom Hue component (some tweaked code to work with Innr bulbs but the huesonsors component doesn't find any hue remote because it can't import the component. I've...

A few nice to have additions for this component: - Fire event on hass event bus on button presses. - Allow dynamic adjustments of the polling interval. Usecase is you...