34 lines
800 B
YAML
34 lines
800 B
YAML
ios:
|
|
actions:
|
|
- name: 'Give Me Darkness'
|
|
background_color: '#8600d3'
|
|
label:
|
|
text: "Give Me Darkness"
|
|
color: '#FFFFFF'
|
|
icon:
|
|
icon: mdi:theme-light-dark
|
|
color: '#FFFFFF'
|
|
- name: 'Goodnight'
|
|
background_color: '#8600d3'
|
|
label:
|
|
text: "Goodnight"
|
|
color: '#FFFFFF'
|
|
icon:
|
|
icon: mdi:weather-night
|
|
color: '#FFFFFF'
|
|
- name: We Are Home
|
|
background_color: '#00FF00'
|
|
label:
|
|
text: "We Are Home"
|
|
color: '#000000'
|
|
icon:
|
|
icon: mdi:home-account
|
|
color: '#000000'
|
|
- name: 'We Are Leaving'
|
|
background_color: '#FF0000'
|
|
label:
|
|
text: "We Are Leaving"
|
|
color: '#FFFFFF'
|
|
icon:
|
|
icon: mdi:shield
|
|
color: '#FFFFFF' |