diff --git a/README.md b/README.md index 65eb6e5..4208d74 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ Right now you can try out the app for free using either of the following pages: - Meta Quest 2 / Pro / 3 ## Connecting to your Home Assistant Instance -Go to the settings tab (the gear icon) and enter the url of your Home Assistant instance. +Go to the settings tab (the gear icon) and enter the url `ws://hass.example.com:8123` of your Home Assistant instance. +You can use the paste button on the keyboard in order to not have to manually type the url and token. In order to authenticate, you have to generate a long-lived access token in Home Assistant. To generate a HASS token, login into your dashboard, click on your name (bottom left), scroll down and create a long-lived access token. @@ -195,4 +196,4 @@ Click at the link to get a list of the supported controls. ## Troubleshooting -- If you encounter unexpected behavior when building compared to running locally, it may be that the cached data of godot is corrupted or outdated. Try deleting the `.godot` folder and / or all `*.import` files. \ No newline at end of file +- If you encounter unexpected behavior when building compared to running locally, it may be that the cached data of godot is corrupted or outdated. Try deleting the `.godot` folder and / or all `*.import` files.