diff --git a/packages/ios.yaml b/packages/ios.yaml new file mode 100644 index 0000000..d856801 --- /dev/null +++ b/packages/ios.yaml @@ -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' \ No newline at end of file