Defining actions in YAML so all devices can use them #32

This commit is contained in:
2023-01-04 13:30:42 -05:00
parent 9e1bbd6a21
commit cf88584ff6

34
packages/ios.yaml Normal file
View 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'