Skip to content

Commit

Permalink
Move battery voltage to diagnostic category #808
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed May 6, 2022
1 parent f94cc29 commit 5a95271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/sonoff/core/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

ENTITY_CATEGORIES = {
"battery": EntityCategory.DIAGNOSTIC,
"battery_voltage": EntityCategory.DIAGNOSTIC,
"led": EntityCategory.CONFIG,
"rssi": EntityCategory.DIAGNOSTIC,
}
Expand Down

0 comments on commit 5a95271

Please sign in to comment.