diff --git a/docs/nodes/widgets/ui-notification.md b/docs/nodes/widgets/ui-notification.md index 18031999..51e179f6 100644 --- a/docs/nodes/widgets/ui-notification.md +++ b/docs/nodes/widgets/ui-notification.md @@ -43,12 +43,13 @@ dynamic: Accept raw html: payload: msg.ui_update.raw structure: ["Boolean"] - Show: - payload: msg.ui_update.show - structure: ["Boolean"] Show countdown bar: payload: msg.ui_update.showCountdown structure: ["Boolean"] +controls: + show: + example: true | false + description: Allow control over whether or not the notification is visible. ---