mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 18:57:43 +00:00
101 lines
3.6 KiB
YAML
101 lines
3.6 KiB
YAML
philips_airpurifier_card:
|
|
card:
|
|
type: vertical-stack
|
|
cards:
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:button-card
|
|
template: [v3_button_purifier, v3_popup_button]
|
|
entity: fan.philips_airpurifier
|
|
styles:
|
|
card:
|
|
- margin-left: 8px
|
|
- type: custom:button-card
|
|
template: [v3_button, v3_popup_button]
|
|
entity: sensor.purifier_speed
|
|
tap_action:
|
|
action: call-service
|
|
service: input_select.select_next
|
|
service_data:
|
|
entity_id: input_select.purifier_speed
|
|
- type: custom:button-card
|
|
template: [v3_button, v3_popup_button]
|
|
entity: sensor.purifier_preset_mode
|
|
state_display: "[[[ return entity.state.charAt(0).toUpperCase() + entity.state.slice(1); ]]]"
|
|
tap_action:
|
|
action: call-service
|
|
service: input_select.select_next
|
|
service_data:
|
|
entity_id: input_select.purifier_preset_mode
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:button-card
|
|
template: [v3_button, v3_popup_button]
|
|
entity: sensor.purifier_function
|
|
tap_action:
|
|
action: call-service
|
|
service: script.purifier_toggle_function
|
|
styles:
|
|
card:
|
|
- margin-left: 8px
|
|
|
|
- type: custom:button-card
|
|
template: [v3_button, v3_popup_button]
|
|
entity: sensor.purifier_target_humidity
|
|
variables:
|
|
value_has_error: |
|
|
[[[
|
|
return states['binary_sensor.purifier_out_of_water'].state === 'on';
|
|
]]]
|
|
tap_action:
|
|
action: call-service
|
|
service: input_select.select_next
|
|
service_data:
|
|
entity_id: input_select.purifier_target_humidity
|
|
|
|
- type: custom:button-card
|
|
template: [v3_button, v3_popup_button]
|
|
entity: binary_sensor.purifier_filter_needs_change
|
|
variables:
|
|
value_has_error: "[[[ return entity.state === 'on' ]]]"
|
|
|
|
- type: entities
|
|
show_header_toggle: false
|
|
entities:
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:template-entity-row
|
|
name: Sensors
|
|
icon: mdi:air-purifier
|
|
entities:
|
|
- sensor.purifier_air_quality
|
|
- sensor.purifier_allergens
|
|
- sensor.purifier_temperature
|
|
- sensor.purifier_humidity
|
|
- binary_sensor.purifier_out_of_water
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:template-entity-row
|
|
name: Attributes
|
|
icon: mdi:view-headline
|
|
entities:
|
|
- sensor.purifier_speed
|
|
- sensor.purifier_preset_mode
|
|
- sensor.purifier_function
|
|
- sensor.purifier_target_humidity
|
|
- sensor.purifier_brightness
|
|
- sensor.purifier_timer
|
|
- sensor.purifier_time_remaining
|
|
- binary_sensor.purifier_child_lock
|
|
- binary_sensor.purifier_display_light
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:template-entity-row
|
|
name: Filters
|
|
icon: mdi:air-filter
|
|
entities:
|
|
- sensor.purifier_pre_filter
|
|
- sensor.purifier_hepa_filter
|
|
- sensor.purifier_carbon_filter
|
|
- sensor.purifier_wick_filter
|