From b211b7f88487d4d8d50795d1fb7fc3ceba5aaa28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 27 Jul 2022 20:49:55 +0000 Subject: [PATCH] Documentation fix --- documentation/services.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/services.md b/documentation/services.md index 2fbc4bd..9503f9c 100644 --- a/documentation/services.md +++ b/documentation/services.md @@ -67,8 +67,12 @@ script: Will print `"Button was clicked in 79be65e8-f06c78f" to the Home Assistant log. + + # Browser Mod Services +> Note: Since `browser_id` is common for all services it is not explained further. + ## `browser_mod.navigate` Point the browser to the given Home Assistant path. @@ -77,9 +81,7 @@ Point the browser to the given Home Assistant path. service: browser_mod.navigate data: path: - [browser_id: - - - - ] + [browser_id: ] ``` | | |