Skip to content

Commit

Permalink
use fake entity-id to trick state-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Apr 18, 2019
1 parent fee43b0 commit 9c2eab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/radial-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ let RadialMenu = class RadialMenu extends LitElement {
attributes: {
entity_picture: item.entity_picture
},
entity_id: item.entity
entity_id: "sensor.fake"
}}"
style="
left:${(50 -
Expand Down
2 changes: 1 addition & 1 deletion src/radial-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RadialMenu extends LitElement {
attributes: {
entity_picture: item.entity_picture
},
entity_id: item.entity
entity_id: "sensor.fake"
}}"
style="
left:${(
Expand Down

0 comments on commit 9c2eab1

Please sign in to comment.