Skip to content

Commit

Permalink
Merge pull request #3 from castorw/add-intermediate-output
Browse files Browse the repository at this point in the history
Intermediate Update - New option to update entities on the fly, not only when slider has been released. Obviously this is disabled as default.
  • Loading branch information
AnthonMS authored Oct 12, 2021
2 parents 1338f22 + 7b846cd commit c01c2c4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3,595 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Everything under function in the options table is css styling, so it is possible
| ---- | ---- | ------- | ----------- |
| type | string | **Required** | `custom:my-slider` |
| entity | string | **Required** | `light.living_room` |
| intermediate | boolean | false | If set to `true` the slider sends immediate updates while sliding. Not recommended by default, since it may generate too many updates. |
|minBar| int | 0 | Set minimum value slider bar will display for `media_player`, `fan`, and `cover` entities |
|maxBar| int | 100 | Set maximum value slider bar will display for `media_player`, `fan`, and `cover` entities |
|minSet| int | 0 | Set minimum value entity can change |
Expand Down
26 changes: 10 additions & 16 deletions dist/my-cards.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c01c2c4

Please sign in to comment.