GraafG / homeassistant

Example Home Assistant Configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant Config by ntalekt

Be sure to my repo so you can keep up to date on the progress!

This is my Home Assistant configuration which is running on Docker. When starting with home automation I found many well documented configurations and drew inspiration from them in order to achieve my automation goals. I wanted to share my success with the community and hopefully help others on their journey.

Platform

Interface

UI UI UI UI UI

Devices

Lighting

Outlets / Switches

Sensors

Camera

Media

Irrigation

Climate/Air Quality

Garage/Cover

Network

Other Hardware

Software

Example Automations

Notification Audio

  • TTS notification when User arrives at specific Zones
  • TTS notification when User leaves specific zones which includes travel time home
  • TTS notification if the garage door has been open for 30 minutes with no motion in garage
  • TTS school bell notification (if remote schooling mode enabled)
  • TTS test notification
  • TTS ring ding & motion events

Notification Text

  • Slack notification when new Home Assistant version is available on PyPI
  • Slack notification when critical network devices go offline
  • Slack notification if the garage door is left open after we left the house
  • Slack notification if the garage door is opened and no one is home
  • Slack notification if the garage door has been open for 30 minutes with no motion in garage
  • Slack notification test
  • Slack when any battery sensor falls below 20%
  • Slack for a failed login attempt
  • Slack if new network device is detected

Lights

  • Exterior lights (porch, side entrance, pool, landscape) on 5 minutes before sunset.
  • Exterior lights dim to 15% at 9:00pm
  • Exterior pool lights off if no motion after 10pm
  • Interior under cabinet transition during sunset
  • Interior lights off if no motion
  • Interior lights on if motion

Doorbell

  • Exterior lights to 100% if Ring Pro Doorbell detects motion or is pressed after 9:00pm
  • Exterior lights back to 15% after 30 minutes after doorbell motion or press

Media

Sonos

  • Reset/Regroup all Sonos PLAY:1 speakers at 6:00am every morning
  • Group all Sonos' button

Occupancy

  • If motion is detected via Aquara Motion or Tapo cameras, Frigate object detection turn on input_boolean (used in binary_sensor for occupancy tracking)
  • If no motion is detected after certain period of time turn off input_boolean.

Sleep time

System

  • Clean the TTS cache weekly

Vacation/Climate

About

Example Home Assistant Configs


Languages

Language:JavaScript 55.8%Language:Python 44.2%