Skip to content

Commit

Permalink
Allow specifying icon for a script (home-assistant#12110)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Feb 17, 2020
1 parent b778a07 commit fb25dbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/_integrations/script.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ alias:
description: Friendly name for the script.
required: false
type: string
icon:
description: Icon for the script.
required: false
type: string
description:
description: A description of the script that will be displayed in the Services tab under Developer Tools.
required: false
Expand Down Expand Up @@ -73,6 +77,7 @@ sequence:
script: 
wakeup:
alias: Wake Up
icon: "mdi:party-popper"
description: 'Turns on the bedroom lights and then the living room lights after a delay'
fields:
minutes:
Expand Down

0 comments on commit fb25dbf

Please sign in to comment.