init
This commit is contained in:
commit
c5cd492449
475 changed files with 27928 additions and 0 deletions
26
technology/applications/web/Home Assistant.md
Normal file
26
technology/applications/web/Home Assistant.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
obj: application
|
||||
os: web
|
||||
website: https://www.home-assistant.io/
|
||||
android-id: io.homeassistant.companion.android.minimal
|
||||
---
|
||||
# Home Assistant
|
||||
#refactor
|
||||
Home Assistant is a local smart home hub platform supportig many integrations for automation.
|
||||
|
||||
## Docker Compose
|
||||
```yaml
|
||||
version: '3'
|
||||
services:
|
||||
homeassistant:
|
||||
image: homeassistant/home-assistant:stable
|
||||
volumes:
|
||||
- ./config:/config
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
restart: always
|
||||
network_mode: host
|
||||
```
|
||||
|
||||
# [Wake On LAN](../../internet/Wake%20on%20LAN.md)
|
||||
#todo
|
Loading…
Add table
Add a link
Reference in a new issue