Problems with thermal_comfort -> LookupError #253
chodenthalgithub
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi are you on 2.0.1? This bug should have been fixed with that release. #244 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, please help, dew_point would't run.
my configuration.yaml shows:
thermal_comfort:
sensor:
unique_id: Badezimmer_dew-01
temperature_sensor: sensor.homematic_bad_temp
humidity_sensor: sensor.homematic_bad_humidity
sensor_types:
I get this error in the log:
2023-01-09 16:17:58.133 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/home/homeassistant/.homeassistant/custom_components/thermal_comfort/sensor.py", line 694, in temperature_state_listener
await self._new_temperature_state(event.data.get("new_state"))
File "/home/homeassistant/.homeassistant/custom_components/thermal_comfort/sensor.py", line 698, in _new_temperature_state
hass = async_get_hass()
File "/srv/homeassistant/lib/python3.9/site-packages/homeassistant/core.py", line 197, in async_get_hass
return _cv_hass.get()
LookupError: <ContextVar name='current_entry' at 0xffffb23a7360>
Thank you. Regards
Christian
Beta Was this translation helpful? Give feedback.
All reactions