59 lines
1.5 KiB
YAML
Executable File
59 lines
1.5 KiB
YAML
Executable File
- type: 'custom:button-card'
|
|
template: card_title
|
|
name: Menu Control
|
|
|
|
- type: 'custom:button-card'
|
|
template: card_generic
|
|
entity: timer.pos_timer
|
|
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_script
|
|
variables:
|
|
ulm_card_script_title: Left Incr
|
|
tap_action:
|
|
action: call-service
|
|
service: script.turn_on
|
|
service_data:
|
|
entity_id: script.pos_left_incr
|
|
- type: 'custom:button-card'
|
|
template: card_script
|
|
variables:
|
|
ulm_card_script_title: Right Incr
|
|
tap_action:
|
|
action: call-service
|
|
service: script.turn_on
|
|
service_data:
|
|
entity_id: script.pos_right_incr
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_script
|
|
variables:
|
|
ulm_card_script_title: Up
|
|
tap_action:
|
|
action: call-service
|
|
service: script.turn_on
|
|
service_data:
|
|
entity_id: script.pos_up
|
|
- type: 'custom:button-card'
|
|
template: card_script
|
|
variables:
|
|
ulm_card_script_title: Down
|
|
tap_action:
|
|
action: call-service
|
|
service: script.turn_on
|
|
service_data:
|
|
entity_id: script.pos_down
|
|
|
|
- type: "horizontal-stack"
|
|
cards:
|
|
- type: 'custom:button-card'
|
|
template: card_generic
|
|
entity: input_number.pos_left
|
|
- type: 'custom:button-card'
|
|
template: card_generic
|
|
entity: input_number.pos_right |