Skip to content

Commit

Permalink
Update examples.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusthvdb authored Feb 2, 2021
1 parent 57a8ad2 commit cda3d8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ homeassistant:
if (state == 'home') return 'rgb(0,128,0)';
return 'rgb(255,0,0)';
# as stated in the readme, any valid Css color code is allowed, abiove is identical to using the color names 'green' and 'red'
# as stated in the readme, any valid Css color code is allowed.
# above 'rgb(1,2,3)' is identical to using the color names 'green' and 'red'

input_number.*_volume:
templates: # state is a string
Expand Down

0 comments on commit cda3d8c

Please sign in to comment.