Add entity_registry_enabled_default and missing EntityCategories in Plugwise (#80629)

This commit is contained in:
Bouwe Westerdijk 2022-10-21 10:04:16 +02:00 committed by GitHub
parent bce273660d
commit 9cd2b83422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View file

@ -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",