Add "dinner is ready" ios action

This commit is contained in:
2023-02-05 12:57:52 -05:00
parent ed30158df8
commit 6dce79328c
2 changed files with 10 additions and 2 deletions

Submodule node-red/projects/NerdFlows updated: d5f51a2665...1372849ab6

View File

@ -16,13 +16,21 @@ ios:
icon: icon:
icon: mdi:lightbulb-night icon: mdi:lightbulb-night
color: '#E0E0E0' color: '#E0E0E0'
- name: 'Dinner Is Ready'
background_color: '#8600d3'
label:
text: "Dinner is Ready"
color: '#FFFFFF'
icon:
icon: mdi:food-turkey
color: '#FFFFFF'
- name: 'Basement On' - name: 'Basement On'
background_color: '#8600d3' background_color: '#8600d3'
label: label:
text: "Basement On" text: "Basement On"
color: '#FFFFFF' color: '#FFFFFF'
icon: icon:
icon: hue:room-stairs icon: mdi:stairs
color: '#FFFFFF' color: '#FFFFFF'
- name: 'Give Me Darkness' - name: 'Give Me Darkness'
background_color: '#8600d3' background_color: '#8600d3'