Skip to content

Commit

Permalink
Update light/services.yaml (#22662)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Apr 3, 2019
1 parent 14da2fd commit 9864413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/light/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ turn_on:
description: Number between 0..255 indicating level of white.
example: '250'
brightness:
description: Number between 0..255 indicating brightness.
description: Number between 0..255 indicating brightness, where 0 turns the light off, 1 is the minimum brightness and 255 is the maximum brightness supported by the light.
example: 120
brightness_pct:
description: Number between 0..100 indicating percentage of full brightness.
description: Number between 0..100 indicating percentage of full brightness, where 0 turns the light off, 1 is the minimum brightness and 100 is the maximum brightness supported by the light.
example: 47
profile:
description: Name of a light profile to use.
Expand Down

0 comments on commit 9864413

Please sign in to comment.