Add entity_registry_enabled_default and missing EntityCategories in Plugwise (#80629)
This commit is contained in:
parent
bce273660d
commit
9cd2b83422
2 changed files with 38 additions and 0 deletions
|
@ -29,6 +29,13 @@ class PlugwiseBinarySensorEntityDescription(BinarySensorEntityDescription):
|
|||
|
||||
|
||||
BINARY_SENSORS: tuple[PlugwiseBinarySensorEntityDescription, ...] = (
|
||||
PlugwiseBinarySensorEntityDescription(
|
||||
key="compressor_state",
|
||||
name="Compressor state",
|
||||
icon="mdi:hvac",
|
||||
icon_off="mdi:hvac-off",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
PlugwiseBinarySensorEntityDescription(
|
||||
key="dhw_state",
|
||||
name="DHW state",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue