Remove old reference (#12743)

* Don't advertise a section that doesn't exist

* Fix a couple typos

* Fix linting issue
This commit is contained in:
Jason Swails 2020-04-08 05:00:59 -04:00 committed by GitHub
parent 5ea2bb6932
commit c563019345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ homeassistant:
- type: homeassistant
```
Assuming you have only the owner created though onboarding process, no other users ever created. The above example configuration will allow you directly access Home Assistant main page if you access from your internal network (192.168.0.0/24) or from localhost (127.0.0.1). If you get a login abort error, then you can change to use HomeAsssitant Authentication Provider to login, if you access your Home Assistant instance from outside network.
Assuming you have only the owner created though onboarding process, no other users ever created. The above example configuration will allow you directly access Home Assistant main page if you access from your internal network (192.168.0.0/24) or from localhost (127.0.0.1). If you get a login abort error, then you can change to use Home Assistant Authentication Provider to login, if you access your Home Assistant instance from outside network.
### Command Line

View File

@ -17,4 +17,4 @@ The `api` integration exposes a RESTful API and allows one to interact with a Ho
api:
```
For details to use the API, please refer to the [REST API](/developers/rest_api/) or the [Python REST API documentation](/developers/python_api/) in the "Developer" section.
For details to use the API, please refer to the [REST API](/developers/rest_api/) in the "Developer" section.

View File

@ -1,5 +1,5 @@
---
title: Home Asssitant WebSocket API
title: Home Assistant WebSocket API
description: Instructions on how to setup the WebSocket API within Home Assistant.
ha_category:
- Other