kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
f640993711
commit
842f2ef857
|
@ -17,7 +17,7 @@ title: homeassistant
|
||||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-homeassistant/job/main/)
|
||||||
[](https://ci-tests.linuxserver.io/linuxserver/homeassistant/latest/index.html)
|
[](https://ci-tests.linuxserver.io/linuxserver/homeassistant/latest/index.html)
|
||||||
|
|
||||||
[Homeassistant](https://www.home-assistant.io/) is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
|
[Home Assistant Core](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
|
||||||
|
|
||||||
## Supported Architectures
|
## Supported Architectures
|
||||||
|
|
||||||
|
@ -35,6 +35,8 @@ The architectures supported by this image are:
|
||||||
|
|
||||||
## Application Setup
|
## Application Setup
|
||||||
|
|
||||||
|
This image is based on Home Assistant Core.
|
||||||
|
|
||||||
The Webui can be found at `http://your-ip:8123`. Follow the wizard to set up Home Assistant.
|
The Webui can be found at `http://your-ip:8123`. Follow the wizard to set up Home Assistant.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
@ -60,7 +62,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8123:8123 #optional
|
- 8123:8123 #optional
|
||||||
devices:
|
devices:
|
||||||
- /path/to/device:/path/to/device
|
- /path/to/device:/path/to/device #optional
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -75,7 +77,7 @@ docker run -d \
|
||||||
-e TZ=Europe/London \
|
-e TZ=Europe/London \
|
||||||
-p 8123:8123 `#optional` \
|
-p 8123:8123 `#optional` \
|
||||||
-v /path/to/data:/config \
|
-v /path/to/data:/config \
|
||||||
--device /path/to/device:/path/to/device \
|
--device /path/to/device:/path/to/device `#optional` \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
lscr.io/linuxserver/homeassistant
|
lscr.io/linuxserver/homeassistant
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue