mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
Allow specifying icon for a script (#12110)
This commit is contained in:
parent
b778a073b7
commit
fb25dbfd28
@ -38,6 +38,10 @@ alias:
|
|||||||
description: Friendly name for the script.
|
description: Friendly name for the script.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
icon:
|
||||||
|
description: Icon for the script.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
description:
|
description:
|
||||||
description: A description of the script that will be displayed in the Services tab under Developer Tools.
|
description: A description of the script that will be displayed in the Services tab under Developer Tools.
|
||||||
required: false
|
required: false
|
||||||
@ -73,6 +77,7 @@ sequence:
|
|||||||
script:
|
script:
|
||||||
wakeup:
|
wakeup:
|
||||||
alias: Wake Up
|
alias: Wake Up
|
||||||
|
icon: "mdi:party-popper"
|
||||||
description: 'Turns on the bedroom lights and then the living room lights after a delay'
|
description: 'Turns on the bedroom lights and then the living room lights after a delay'
|
||||||
fields:
|
fields:
|
||||||
minutes:
|
minutes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user