Fix incorrect entity category for flux_led sensors (#92234)

This commit is contained in:
Franck Nijhof 2023-04-29 13:11:50 +02:00 committed by GitHub
parent f8942e7dcc
commit 06c4da2bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: