Defining actions in YAML so all devices can use them #32
This commit is contained in:
34
packages/ios.yaml
Normal file
34
packages/ios.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
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'
|
Reference in New Issue
Block a user