From e9c78e36bf037e4449885cb264798091d10592bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 12 Nov 2019 12:18:51 +0100 Subject: [PATCH] Add deviceID instructions to FAQ --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ebacb5c..e76a2df 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,14 @@ Second, there are a few more attributes available # FAQ +### Where can I find my deviceID? + +The easiest way is to go to `developer-tools/service` and call the `browser_mod.debug` service. + +But you can also find the device id on the `browser-player` card, if you added one to your lovelace config. + +An alternative way is to type `localStorage["lovelace-player-device-id"]` into your browsers console. + ### Does this replace lovelace-player and lovelace-browser-commander Yes.