Last touches for the Swaps for today. Almost done with #582
This commit is contained in:
parent
e75530b7cf
commit
c8456ed387
|
@ -22,6 +22,7 @@ tts
|
||||||
secrets.yaml
|
secrets.yaml
|
||||||
secrets
|
secrets
|
||||||
known_devices.yaml
|
known_devices.yaml
|
||||||
|
.homekit.state
|
||||||
phue.conf
|
phue.conf
|
||||||
ios.conf
|
ios.conf
|
||||||
pyozw.sqlite
|
pyozw.sqlite
|
||||||
|
|
|
@ -37,8 +37,6 @@ cloud:
|
||||||
alexa:
|
alexa:
|
||||||
filter:
|
filter:
|
||||||
include_entities:
|
include_entities:
|
||||||
- group.all_lights
|
|
||||||
- group.all_switches
|
|
||||||
- group.interior_lights
|
- group.interior_lights
|
||||||
- group.bedroom_lights
|
- group.bedroom_lights
|
||||||
- group.living_room_lights
|
- group.living_room_lights
|
||||||
|
@ -65,7 +63,7 @@ cloud:
|
||||||
- switch
|
- switch
|
||||||
- cover
|
- cover
|
||||||
- input_boolean
|
- input_boolean
|
||||||
- group
|
# - group
|
||||||
# exclude_entities:
|
# exclude_entities:
|
||||||
# exclude_domains:
|
# exclude_domains:
|
||||||
# - light
|
# - light
|
||||||
|
@ -77,10 +75,10 @@ cloud:
|
||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
group.upstairs_lights:
|
group.upstairs_lights:
|
||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
group.kitchen_accents:
|
# group.kitchen_accents:
|
||||||
display_categories: LIGHT
|
# display_categories: SWITCH
|
||||||
group.master_bathroom_accents:
|
# group.master_bathroom_accents:
|
||||||
display_categories: LIGHT
|
# display_categories: SWITCH
|
||||||
|
|
||||||
http:
|
http:
|
||||||
base_url: !secret http_base_url
|
base_url: !secret http_base_url
|
||||||
|
|
|
@ -16,13 +16,6 @@ switch.foyer_outlet:
|
||||||
icon: mdi:power-plug
|
icon: mdi:power-plug
|
||||||
assumed_state: true
|
assumed_state: true
|
||||||
|
|
||||||
# switch.front_door_outlet:
|
|
||||||
# friendly_name: 'Front Door Outlet'
|
|
||||||
#
|
|
||||||
# hidden: False
|
|
||||||
# icon: mdi:power-plug
|
|
||||||
# assumed_state: true
|
|
||||||
|
|
||||||
switch.garage_outlet:
|
switch.garage_outlet:
|
||||||
friendly_name: 'Garage Outlet'
|
friendly_name: 'Garage Outlet'
|
||||||
|
|
||||||
|
@ -52,14 +45,6 @@ switch.living_room_outlet:
|
||||||
assumed_state: true
|
assumed_state: true
|
||||||
|
|
||||||
|
|
||||||
group.master_bathroom_accents:
|
|
||||||
friendly_name: 'Master Bathroom Accents'
|
|
||||||
|
|
||||||
hidden: False
|
|
||||||
icon: mdi:lightbulb-outline
|
|
||||||
assumed_state: true
|
|
||||||
|
|
||||||
|
|
||||||
switch.outlet_304_2:
|
switch.outlet_304_2:
|
||||||
friendly_name: 'Outlet 304 2'
|
friendly_name: 'Outlet 304 2'
|
||||||
|
|
||||||
|
|
|
@ -3,22 +3,24 @@ Interior Switches:
|
||||||
- switch.den_outlet
|
- switch.den_outlet
|
||||||
- switch.living_room_outlet
|
- switch.living_room_outlet
|
||||||
- switch.foyer_outlet
|
- switch.foyer_outlet
|
||||||
- group.kitchen_accents
|
- switch.kitchen_accent_1
|
||||||
|
- switch.kitchen_accent_2
|
||||||
- switch.printer_outlet
|
- switch.printer_outlet
|
||||||
- switch.front_door_outlet
|
- switch.front_door_outlet
|
||||||
- switch.garage_outlet
|
- switch.garage_outlet
|
||||||
- switch.lr_amp
|
- switch.lr_amp
|
||||||
- group.master_bathroom_accents
|
- switch.master_bathroom_accent_1
|
||||||
|
- switch.master_bathroom_accent_2
|
||||||
- switch.pool_deck
|
- switch.pool_deck
|
||||||
- switch.1412_2_Outlet
|
- switch.1412_2_Outlet
|
||||||
- switch.1412_3_Outlet
|
- switch.1412_3_Outlet
|
||||||
|
|
||||||
kitchen_accents:
|
Kitchen Accents:
|
||||||
entities:
|
entities:
|
||||||
- switch.kitchen_accent_1
|
- switch.kitchen_accent_1
|
||||||
- switch.kitchen_accent_2
|
- switch.kitchen_accent_2
|
||||||
|
|
||||||
master_bathroom_accents:
|
Master Bathroom Accents:
|
||||||
entities:
|
entities:
|
||||||
- switch.master_bathroom_accent_1
|
- switch.master_bathroom_accent_1
|
||||||
- switch.master_bathroom_accent_2
|
- switch.master_bathroom_accent_2
|
||||||
|
|
Loading…
Reference in New Issue