Replies: 1 comment 2 replies
-
Should be fixed with 4dfad0f, thanks for pointing it out :) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not sure if this is the right place for it but the new home assistant core is throwing an error about the Phase angle frequency not being a valid unit. Here is the error:
Logger: homeassistant.components.sensor
Source: components/sensor/init.py:677
Integration: Sensor (documentation, issues)
First occurred: 10:50:25 AM (2 occurrences)
Last logged: 10:50:25 AM
Entity sensor.phase_a_phase_angle (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '°' which is not a valid unit for the device class ('frequency') it is using; expected one of ['GHz', 'kHz', 'Hz', 'MHz']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22
Entity sensor.phase_b_phase_angle (<class 'homeassistant.components.esphome.sensor.EsphomeSensor'>) is using native unit of measurement '°' which is not a valid unit for the device class ('frequency') it is using; expected one of ['GHz', 'kHz', 'Hz', 'MHz']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22
I know it says to create a bug elsewhere but I see the point in the error. Frequency is technically in hertz and not degrees.
Beta Was this translation helpful? Give feedback.
All reactions