You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
defadd_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
)
ETypeError: __init__() missing1requiredpositionalargument: 'request'
https://github.com/robmarkcole/Hue-sensors-HASS/runs/2606022231?check_suite_focus=true
This is being raised by
GenericSensor
fromaiohue.sensors
. This dependency is floatingaiohue>=2.0.0
. Breaking change in latest release https://github.com/home-assistant-libs/aiohue/releases/tag/2.5.0 ?The text was updated successfully, but these errors were encountered: