mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Fix incorrect entity category for flux_led sensors (#92234)
This commit is contained in:
@@ -36,7 +36,7 @@ class FluxPairedRemotes(FluxEntity, SensorEntity):
|
|||||||
"""Representation of a Magic Home paired remotes sensor."""
|
"""Representation of a Magic Home paired remotes sensor."""
|
||||||
|
|
||||||
_attr_icon = "mdi:remote"
|
_attr_icon = "mdi:remote"
|
||||||
_attr_entity_category = EntityCategory.CONFIG
|
_attr_entity_category = EntityCategory.DIAGNOSTIC
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def native_value(self) -> int:
|
def native_value(self) -> int:
|
||||||
|
Reference in New Issue
Block a user