Add "dinner is ready" ios action
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: d5f51a2665...1372849ab6
@ -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'
|
||||||
|
Reference in New Issue
Block a user