This commit is contained in:
JMARyA 2023-12-04 11:02:23 +01:00
commit c5cd492449
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
475 changed files with 27928 additions and 0 deletions

View 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