Skip to content

Commit

Permalink
Merge pull request #1410 from MastrUsr/main
Browse files Browse the repository at this point in the history
Update card_vertical_button.yaml
  • Loading branch information
basbruss authored Nov 17, 2023
2 parents 9b5fc16 + 8f589d2 commit 5b7118c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ card_vertical_button:
return "vacuum.toggle";
if( entity.entity_id.startsWith("script.") )
return "script.toggle";
if( entity.entity_id.startsWith("button.") )
return "button.press";
// If we need to support other entities we can add these options here.
return "";
]]]
Expand Down

0 comments on commit 5b7118c

Please sign in to comment.