Skip to content

Commit

Permalink
Display LAN link uptime in days
Browse files Browse the repository at this point in the history
  • Loading branch information
Netzwerkfehler committed Jan 18, 2025
1 parent 44d125f commit db06b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/gfm2/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
device_class=SensorDeviceClass.DURATION,
state_class=SensorStateClass.TOTAL_INCREASING,
native_unit_of_measurement=UnitOfTime.SECONDS,
suggested_unit_of_measurement=UnitOfTime.DAYS,
),
SensorEntityDescription(
key="status_txpower",
Expand Down

0 comments on commit db06b33

Please sign in to comment.