mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Add Flame State binary sensor to Plugwise (#66275)
This commit is contained in:
parent
08ab00d3ab
commit
18056325bb
@ -36,6 +36,13 @@ BINARY_SENSORS: tuple[PlugwiseBinarySensorEntityDescription, ...] = (
|
||||
icon_off="mdi:water-pump-off",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
PlugwiseBinarySensorEntityDescription(
|
||||
key="flame_state",
|
||||
name="Flame State",
|
||||
icon="mdi:fire",
|
||||
icon_off="mdi:fire-off",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
),
|
||||
PlugwiseBinarySensorEntityDescription(
|
||||
key="slave_boiler_state",
|
||||
name="Secondary Boiler State",
|
||||
|
Loading…
x
Reference in New Issue
Block a user