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.back_landscaping
- switch.front_door_outlet - switch.front_door_outlet
- switch.foyer_outlet - switch.foyer_outlet
- switch.den_outlet
- switch.living_room_outlet
- service: light.turn_on - service: light.turn_on
entity_id: entity_id:
- group.living_room_accents - group.living_room_accents

View File

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

View File

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