Add some customization options. Fix #11

This commit is contained in:
2019-01-20 21:37:14 +01:00
parent bf9cd55d4c
commit ba8f5049de
2 changed files with 17 additions and 3 deletions

View File

@@ -77,3 +77,12 @@ Add a slider to adjust brightness of lights, volume of media players or position
entity: cover.hall_window
full_row: true
```
### Extra options
`hide_state` - (default: false) Set to true to hide the percentage display.
`min` - (default: 0) Minimum value of slider
`max` - (default: 100) Maximum value of slider
`step` - (default: 5) Step size of slider
Note that slider values are in percent and will be rescaled e.g. for lights which require a brightness setting between 0 and 255.