Added priority levels for text notification system
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: c04b8ea0f2...ce57e1c553
@ -103,6 +103,14 @@ input_select:
|
|||||||
- All
|
- All
|
||||||
initial: None
|
initial: None
|
||||||
icon: mdi:television-play
|
icon: mdi:television-play
|
||||||
|
text_notification_priority_level:
|
||||||
|
name: Notification Priority Level
|
||||||
|
options:
|
||||||
|
- Normal
|
||||||
|
- Alert
|
||||||
|
- Critical
|
||||||
|
initial: Normal
|
||||||
|
icon: mdi:alert
|
||||||
|
|
||||||
input_text:
|
input_text:
|
||||||
text_notification:
|
text_notification:
|
||||||
|
Reference in New Issue
Block a user