Skip to content

Commit

Permalink
Merge pull request #264 from ndeunk/main
Browse files Browse the repository at this point in the history
Be able to track history of room temperature
  • Loading branch information
BenPru authored Oct 5, 2024
2 parents 67389da + 7d7100a commit 6f52d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/luxtronik/sensor_entities_predefined.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@
device_key=DeviceKey.heating,
entity_category=None,
icon="mdi:thermometer",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
visibility=LV.V0122_ROOM_THERMOSTAT,
Expand Down

0 comments on commit 6f52d16

Please sign in to comment.