All Projects → arsaboo → Homeassistant Config

arsaboo / Homeassistant Config

🏡 My Home Assistant Configs. Be sure to 🌟 my repo to follow the updates!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Homeassistant Config

Home assistant
My personal Home Assistant setup - Running on a HassOS VM.
Stars: ✭ 270 (-80.07%)
Mutual labels:  home-assistant-config
Home Assistant Config
Home Assistant config files, rewritten to use the latest features, 100+ documented automations, automatically generated ToC 🏠 🤖
Stars: ✭ 926 (-31.66%)
Mutual labels:  home-assistant-config
Homeassistant Config
My personal Home Assistant config
Stars: ✭ 66 (-95.13%)
Mutual labels:  home-assistant-config
Home Assistantconfig
🏠 Home Assistant configuration & Documentation for my Smart House. Write-ups, videos, part lists, and links throughout. Be sure to ⭐ it. Updated FREQUENTLY!
Stars: ✭ 3,687 (+172.1%)
Mutual labels:  home-assistant-config
Home Assistant Configuration
🏡 My Home Assistant Configuration Files. Be sure to ⭐️ my repo!
Stars: ✭ 472 (-65.17%)
Mutual labels:  home-assistant-config
Hass Config
Configuration files for Home Assistant
Stars: ✭ 32 (-97.64%)
Mutual labels:  home-assistant-config
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (-80.96%)
Mutual labels:  home-assistant-config
Homeassistant Config
Configuration for @brianjking & @KinnaT's Home Assistant Installation
Stars: ✭ 80 (-94.1%)
Mutual labels:  home-assistant-config
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (-39.48%)
Mutual labels:  home-assistant-config
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (-22.51%)
Mutual labels:  home-assistant-config
Bruh3 Home Assistant Configuration
(OBSOLETE) BRUH3 Home Assistant Configuration
Stars: ✭ 347 (-74.39%)
Mutual labels:  home-assistant-config
Smarthome
@skalavala 👍 Nothing But Smarthome Stuff! - By Mahasri Kalavala
Stars: ✭ 437 (-67.75%)
Mutual labels:  home-assistant-config
Home Assistant Config
My Home Assistant configuration
Stars: ✭ 41 (-96.97%)
Mutual labels:  home-assistant-config
Home Assistantconfig
My Home Assistant configuration files
Stars: ✭ 319 (-76.46%)
Mutual labels:  home-assistant-config
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (-94.91%)
Mutual labels:  home-assistant-config
Vscode Home Assistant
Visual Studio Code Extension for Home Assistant. ⭐ if you think this is cool!
Stars: ✭ 267 (-80.3%)
Mutual labels:  home-assistant-config
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (-37.56%)
Mutual labels:  home-assistant-config
Home Assistant Config
🏠 Home Assistant configuration
Stars: ✭ 92 (-93.21%)
Mutual labels:  home-assistant-config
Home Assistant Configs
Config files used for my install of Home Assistant. This is no longer maintained as I started my install over, and have been using the UI for configuration.
Stars: ✭ 73 (-94.61%)
Mutual labels:  home-assistant-config
Home Assistantconfig
🏡 My Home Assistant Configs. Be sure to 🌟 my repo, if it has been of any help
Stars: ✭ 43 (-96.83%)
Mutual labels:  home-assistant-config

Home Assistant Configuration

Here's my Home Assistant configuration. I have installed HA on an Intel NUC SkullCanyon with 32GB RAM and 500GB NVMe SSD. I am currently running Ubuntu 16.04 LTS on the NUC and used the virtual environment approach to install HA.

I regularly update my configuration files. You can check my current HA version here. If you like anything here, Be sure to 🌟 my repo!

Other things that I run on my NUC

docker create \
--name plex --net=host --restart=always \
-e TZ="America/New York" \
-e PUID=1000 -e PGID=1000 \
-e PLEX_CLAIM="<CLAIM>" \
-p 32400:32400 \
-v /docker/containers/plex/config:/config \
-v /docker/containers/plex/transcode:/transcode \
-v /mnt/music:/data/music:shared \
-v "/mnt/media/TV Shows":/data/tvshows:shared \
-v /mnt/bollywood:/data/bollywood:shared \
-v /mnt/hollywood:/data/movies:shared \
 plexinc/pms-docker:plexpass
  • Machinebox image tagging service in a Docker container using the following command. First obtain your API key and assign it to MB_KEY and then run the container using (you can access the Tagbox interface at http://ip.ad.dr.es:8081):
$ sudo docker run --name=machinebox -p 8081:8080 -e "MB_KEY=$MB_KEY" -d machinebox/tagbox

Some of the devices and services that I use with HA

My Home Assistant dashboard

I moved my entire configuration to Lovelace. Here are some screenshots (please note that these may not be the most updated images, but you should get an idea). Home Assistant dashboard

Home Assistant dashboard Home Assistant dashboard Home Assistant dashboard Home Assistant dashboard

Useful links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].