Hi,
For my central fan (centrale afzuiging in Dutch) I created some scripts to set the speed to low-medium-high which I can call using a horizontal-stack card on my dashboard. Also I have 2 entities wich I show in a separate card.
I want to combine both, but neither help or community forum points me in a usable direction, or I am bad in searching So far I have not been able to combine both in writing a yaml for it… Can you please help me?
Below a picture of both cards which I need to be combined to 1. And after that coding of both cards.
Thx a lot!!!
type: entities
entities:
- type: custom:slider-entity-row
entity: fan.itho_fan
name: Snelheid
- entity: sensor.itho_humidity
name: Luchtvochtigheid
title: Centrale afzuiging
type: horizontal-stack
cards:
- show_name: false
show_icon: true
type: button
show_state: false
entity: script.itho_normaal
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.itho_normaal
icon_height: 25px
- show_name: false
show_icon: true
type: button
show_state: false
entity: script.itho_midden
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.itho_midden
icon_height: 25px
- show_name: false
show_icon: true
type: button
show_state: false
entity: script.itho_hoog
tap_action:
action: call-service
service: script.turn_on
service_data:
entity_id: script.itho_hoog
icon_height: 25px