Updated #633 and also added in a Living Room Switched outlet.
This commit is contained in:
parent
0f3e0d49fc
commit
2ac4094e03
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue