mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
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:
parent
5ea2bb6932
commit
c563019345
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user