From 9a240f178c94d28265253fdac354576ae3437174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Ruiz?= Date: Sat, 25 Sep 2021 11:53:53 +0200 Subject: [PATCH] Fix example In the example, avoid to "call-service browser_mod.popup" that is going to open the popup in all devices --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f9f724..570f05a 100644 --- a/README.md +++ b/README.md @@ -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