Sensibo use switch for Pure boost (#73833)
* Initial commit * Finalize pure boost switch * Fix service required
This commit is contained in:
parent
837957d89e
commit
532e25d087
7 changed files with 140 additions and 97 deletions
|
@ -99,13 +99,6 @@ DEVICE_SENSOR_TYPES: tuple[SensiboDeviceBinarySensorEntityDescription, ...] = (
|
|||
)
|
||||
|
||||
PURE_SENSOR_TYPES: tuple[SensiboDeviceBinarySensorEntityDescription, ...] = (
|
||||
SensiboDeviceBinarySensorEntityDescription(
|
||||
key="pure_boost_enabled",
|
||||
device_class=BinarySensorDeviceClass.RUNNING,
|
||||
name="Pure Boost Enabled",
|
||||
icon="mdi:wind-power-outline",
|
||||
value_fn=lambda data: data.pure_boost_enabled,
|
||||
),
|
||||
SensiboDeviceBinarySensorEntityDescription(
|
||||
key="pure_ac_integration",
|
||||
entity_category=EntityCategory.DIAGNOSTIC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue