Set entity_category for node status sensor (#58434)
This commit is contained in:
parent
fbdd445999
commit
b71773fd1d
2 changed files with 4 additions and 19 deletions
|
@ -456,7 +456,7 @@ class ZWaveNodeStatusSensor(SensorEntity):
|
|||
"""Representation of a node status sensor."""
|
||||
|
||||
_attr_should_poll = False
|
||||
_attr_entity_registry_enabled_default = False
|
||||
_attr_entity_category = ENTITY_CATEGORY_DIAGNOSTIC
|
||||
|
||||
def __init__(
|
||||
self, config_entry: ConfigEntry, client: ZwaveClient, node: ZwaveNode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue