Skip to content

Commit

Permalink
Merge pull request #196 from Padanian/main
Browse files Browse the repository at this point in the history
Fix for issue #195
  • Loading branch information
pail23 authored Feb 12, 2024
2 parents c76ed6a + e3607d5 commit 7897919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/stiebel_eltron_isg/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def create_temperature_entity_description(name, key):
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
has_entity_name=True,
)

Expand Down

0 comments on commit 7897919

Please sign in to comment.