Skip to content

Commit

Permalink
Fix device class for idle_time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Mar 25, 2024
1 parent 4163ae9 commit 4209fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
"fault": {"category": DIAGNOSTIC},
"sensor.idle_time": {
"class": SENSOR.TEMPERATURE,
"class": SENSOR.DURATION,
"icon": "mdi:timer",
"units": UnitOfTime.SECONDS,
"category": DIAGNOSTIC,
Expand Down

0 comments on commit 4209fce

Please sign in to comment.