Skip to content

Commit

Permalink
put further info to header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
diefraschw committed Apr 2, 2023
1 parent ddc91a8 commit 029dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ws980wifi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# derive class WeatherSensor from SensorEntity instead of Entity
# set _attr_native_unit_of_measurement instead of _unit_of_measurement
# update native_value instead of state
# add dew_point to regular expression for values which can become negative (temperature)
# add dew_point to regular expression for values which can become negative (until now only temperature)
# define SensorDeviceClass for all measurements where SensorDeviceClass is available
# change direct access to class attributes to access via property
# add state classes to Sensors
Expand Down

0 comments on commit 029dbf5

Please sign in to comment.