Skip to content

Commit

Permalink
Fix incorrect entity category for flux_led sensors (#92234)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Apr 29, 2023
1 parent f8942e7 commit 06c4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/flux_led/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class FluxPairedRemotes(FluxEntity, SensorEntity):
"""Representation of a Magic Home paired remotes sensor."""

_attr_icon = "mdi:remote"
_attr_entity_category = EntityCategory.CONFIG
_attr_entity_category = EntityCategory.DIAGNOSTIC

@property
def native_value(self) -> int:
Expand Down

0 comments on commit 06c4da2

Please sign in to comment.