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 Apr 8, 2021. It is now read-only.
In my configuration.yaml I have a influxdb directive to write gasoline prices to influxdb. But in influxdb, the values have the name "€" instead of "sensor.gasoline_station1".
This is a bug in home assistant but the developers call it a feature: home-assistant/core#2333
(If you read https://docs.influxdata.com/influxdb/v1.7/concepts/key_concepts/#measurement you see that it is clearly a bug in home assistant)
If I understand the code correctly, this could be fixed with "override_measurement: ...." for the sensor.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my configuration.yaml I have a influxdb directive to write gasoline prices to influxdb. But in influxdb, the values have the name "€" instead of "sensor.gasoline_station1".
This is a bug in home assistant but the developers call it a feature:
home-assistant/core#2333
(If you read https://docs.influxdata.com/influxdb/v1.7/concepts/key_concepts/#measurement you see that it is clearly a bug in home assistant)
If I understand the code correctly, this could be fixed with "override_measurement: ...." for the sensor.
The text was updated successfully, but these errors were encountered: