Giter VIP home page Giter VIP logo

home-assistant-config's Introduction

Home Assistant Configuration

Configuration for my home-assistant setup running on Home Assistant OS on a Raspberry Pi 3 Model B.

Static version Maintained GitHub last commit GitHub code size GitHub licence

Hardware

Z-Wave/Zigbee Devices

Integrations

List of installed integrations via the Home Assistant UI.

Hubs/Devices

Media

Weather

System

Frontend

The frontend is using the new Lovelace UI, with a customized configuration and several custom cards.

Home Assistant Community Store (HACS) is used to install and update most of the custom cards/plugins.

Theme

Midnight theme from the HA Community (by marcelhoffs).

My Lovelace Cards

I've created and currently maintain a few plugins (cards) for Home Assistant's Lovelace UI:

BMC

HassOS Maintenance

SSH to host

ssh root@homeassistant -p 22222

Hassbian Maintenance (deprecated)

cd /home/homeassistant/.homeassistant/

sudo systemctl start [email protected]
sudo systemctl stop [email protected]
sudo systemctl restart [email protected]

Virtual Environment

sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate

Upgrading

sudo apt-get update
sudo apt-get upgrade

Stop the home-assistant service before running the following:

sudo -u homeassistant -H -s
source /srv/homeassistant/bin/activate
pip3 install --upgrade homeassistant

Certificate

For initial setup see home-assistants Let's Encrypt guide.

sudo apt-get install certbot
sudo certbot certonly --standalone --preferred-challenges http-01 --email <email> -d <hostname>
chmod 755 /etc/letsencrypt/live/your.site/
chmod 755 /etc/letsencrypt/archive/your.site/

sudo certbot renew

Nmap Tracker

sudo apt-get install net-tools nmap
sudo setcap cap_net_raw,cap_net_admin,cap_net_bind_service+eip /usr/bin/nmap

Screenshots

Home Tab

Livingroom Tab

Bedroom Tab

System Tab

home-assistant-config's People

Contributors

benct avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.