Skip to content

Commit

Permalink
pass config for entity-picture
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed May 4, 2019
1 parent 078cd6b commit 3711899
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/radial-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2764,6 +2764,7 @@ let RadialMenu = class RadialMenu extends LitElement {
@ha-click="${this._handleTap}"
@ha-hold="${this._handleHold}"
.longpress="${longPress()}"
.config="${this._config}"
.stateObj="${{
attributes: {
entity_picture: this._config.entity_picture
Expand Down
1 change: 1 addition & 0 deletions src/radial-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class RadialMenu extends LitElement {
@ha-click="${this._handleTap}"
@ha-hold="${this._handleHold}"
.longpress="${longPress()}"
.config="${this._config}"
.stateObj="${{
attributes: {
entity_picture: this._config.entity_picture
Expand Down

0 comments on commit 3711899

Please sign in to comment.