Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
In the example, avoid to "call-service browser_mod.popup" that is going to open the popup in all devices
  • Loading branch information
ManuelLR authored Sep 25, 2021
1 parent c14ee1a commit 9a240f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ entities:
- entity: input_boolean.tv
name: TV
tap_action:
action: call-service
service: browser_mod.popup
service_data:
action: fire-dom-event
browser_mod:
command: popup
style:
border-radius: 20px
'--ha-card-border-radius': 0px
Expand Down

0 comments on commit 9a240f1

Please sign in to comment.