Skip to content

Commit

Permalink
Move config sensors to diagnose #123
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre0512 committed Nov 21, 2023
1 parent 00a8809 commit fb15e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hon/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

@dataclass
class HonConfigSensorEntityDescription(SensorEntityDescription):
entity_category: EntityCategory = EntityCategory.CONFIG
entity_category: EntityCategory = EntityCategory.DIAGNOSTIC
option_list: dict[int, str] | None = None


Expand Down

0 comments on commit fb15e4b

Please sign in to comment.