Skip to content

Commit

Permalink
Removing unit_of_measurement from IntegrationSensor
Browse files Browse the repository at this point in the history
Based on home-assistant/core#69157, this should be removed.

This should help with #112
  • Loading branch information
valleedelisle committed May 5, 2022
1 parent 8b605f9 commit ccc086a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/hilo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def __init__(self, device):
round_digits=2,
source_entity=self._source,
unique_id=self._attr_unique_id,
unit_of_measurement=self._unit_of_measurement,
unit_prefix=self._unit_prefix,
unit_time="h",
)
Expand Down

0 comments on commit ccc086a

Please sign in to comment.