Skip to content

Commit c49311f

Browse files
authored
Removed [URL] as suggested by @tinkerer
Removed [URL] as suggested by @tinkerer
1 parent bb38f51 commit c49311f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/google_assistant.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If you're not using Linux, you can use sites such as [this one](https://www.brow
140140
1. Create a new project in the [developer console](https://console.actions.google.com/).
141141
a. Add/Import project, give it a name
142142
b. Click on `Home Control` card, select the `Smart home` recommendation
143-
c. Create an Action, under the build section. Add in your home assistant url: `https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant`, replace the `[YOUR HOME ASSISTANT URL:PORT]` with the domain / ip address and the port under which your Home Assistant is reachable. If you have set `api_password:` add this password to the URL - eg `https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant?api_password=[YOUR API PASSWORD]`)
143+
c. Create an Action, under the build section. Add in your home assistant url: `https://[YOUR HOME ASSISTANT URL:PORT]/api/google_assistant`, replace the `[YOUR HOME ASSISTANT URL:PORT]` with the domain / ip address and the port under which your Home Assistant is reachable. If you have set `api_password:` add this password to the URL - eg `https://[YOUR HOME ASSISTANT URL]/api/google_assistant?api_password=[YOUR API PASSWORD]`)
144144
d. Click `Done`. Then click on `Overview`, which will lead you back to the app details screen.
145145
2. `Account linking` is required for your app to interact with Home Assistant. Set this up under the `Quick Setup` section
146146
a. Leave it at the default `No, I only want to allow account creation on my website` and select Next

0 commit comments

Comments
 (0)