Skip to content

Commit

Permalink
Fix slider_config
Browse files Browse the repository at this point in the history
Thanks @idoaflalo (#11)
  • Loading branch information
Cezar Pauxis committed Jul 12, 2022
1 parent 95bd92e commit c858b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion tv-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class TVCardServices extends LitElement {

let slider_config = {
"type": "custom:my-slider",
"entity": "media_player.tv",
"entity": this._config.entity,
"height": "50px",
"mainSliderColor": "white",
"secondarySliderColor": "rgb(60, 60, 60)",
Expand Down

0 comments on commit c858b7e

Please sign in to comment.