Updated #633 and also added in a Living Room Switched outlet.

This commit is contained in:
ccostan 2019-11-24 17:43:34 -05:00
parent 0f3e0d49fc
commit 2ac4094e03
3 changed files with 24 additions and 14 deletions

View File

@ -71,6 +71,8 @@
- switch.back_landscaping
- switch.front_door_outlet
- switch.foyer_outlet
- switch.den_outlet
- switch.living_room_outlet
- service: light.turn_on
entity_id:
- group.living_room_accents

View File

@ -8,6 +8,8 @@ Interior Switches:
- switch.master_bathroom_accent_2
- switch.pool_deck
- switch.foyer_outlet
- switch.den_outlet
- switch.living_room_outlet
Kitchen Accents:
entities:

View File

@ -5,21 +5,27 @@
# https://www.vcloudinfo.com/2019/03/revisiting-the-pi-on-pi-day-with-home-assistant.html
# YouTube Video - https://youtu.be/woA88DFlH5c
#-------------------------------------------
pi_hole:
host: 192.168.10.11:80
location: admin
ssl: false
verify_ssl: false
sensor:
- platform: pi_hole
host: 192.168.10.11:80
location: admin
ssl: false
verify_ssl: false
monitored_conditions:
- ads_blocked_today
- ads_percentage_today
- dns_queries_today
- domains_being_blocked
- queries_cached
- queries_forwarded
- unique_clients
- unique_domains
# - platform: pi_hole
# host: 192.168.10.11:80
# location: admin
# ssl: false
# verify_ssl: false
# monitored_conditions:
# - ads_blocked_today
# - ads_percentage_today
# - dns_queries_today
# - domains_being_blocked
# - queries_cached
# - queries_forwarded
# - unique_clients
# - unique_domains
- platform: template
sensors: