Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jansauer/home-assistant_config
🏡 My Home Assistant Configs.
https://github.com/jansauer/home-assistant_config
configuration home-automation internet-of-things iot raspberry-pi-3
Last synced: 2 days ago
JSON representation
🏡 My Home Assistant Configs.
- Host: GitHub
- URL: https://github.com/jansauer/home-assistant_config
- Owner: jansauer
- Created: 2017-12-27T14:20:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T12:51:28.000Z (over 2 years ago)
- Last Synced: 2024-03-18T14:17:35.704Z (8 months ago)
- Topics: configuration, home-automation, internet-of-things, iot, raspberry-pi-3
- Language: JavaScript
- Homepage:
- Size: 1.99 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏡 My Home Assistant Config
My [Home Assistant](https://www.home-assistant.io/) Config.
## Getting started
```
$ gunzip hassos_rpi3-1.13.img.gz
$ diskutil list
$ diskutil unmountDisk /dev/disk2
$ sudo dd bs=1M if=hassos_rpi3-1.13.img of=/dev/rdisk2
$ diskutil eject /dev/disk2# insert and take an nap until it is started up 💤
open http://hassio.local:8123/# flush my config
$ scp -r config/* hassio:/config# pull backups
$ scp -r hassio:/backup ./
```## Addons
* [SSH server](https://www.home-assistant.io/addons/ssh/)
* [Duck DNS page](https://www.home-assistant.io/addons/duckdns/)## Third Party Account
* [Dark Sky API](https://darksky.net/dev)
## Other good examples
- https://github.com/Danielhiversen/home-assistant_config
- https://github.com/arsaboo/homeassistant-config
- https://github.com/JamesMcCarthy79/Home-Assistant-Config
- https://github.com/stanvx/Home-Assistant-Configuration
- https://github.com/brianjking/homeassistant-config
- https://github.com/nickmomrik/home-assistant-config