Last touches for the Swaps for today. Almost done with #582

This commit is contained in:
ccostan 2019-08-17 16:50:45 -04:00
parent e75530b7cf
commit c8456ed387
4 changed files with 12 additions and 26 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ tts
secrets.yaml
secrets
known_devices.yaml
.homekit.state
phue.conf
ios.conf
pyozw.sqlite

View File

@ -37,8 +37,6 @@ cloud:
alexa:
filter:
include_entities:
- group.all_lights
- group.all_switches
- group.interior_lights
- group.bedroom_lights
- group.living_room_lights
@ -65,7 +63,7 @@ cloud:
- switch
- cover
- input_boolean
- group
# - group
# exclude_entities:
# exclude_domains:
# - light
@ -77,10 +75,10 @@ cloud:
display_categories: LIGHT
group.upstairs_lights:
display_categories: LIGHT
group.kitchen_accents:
display_categories: LIGHT
group.master_bathroom_accents:
display_categories: LIGHT
# group.kitchen_accents:
# display_categories: SWITCH
# group.master_bathroom_accents:
# display_categories: SWITCH
http:
base_url: !secret http_base_url

View File

@ -16,13 +16,6 @@ switch.foyer_outlet:
icon: mdi:power-plug
assumed_state: true
# switch.front_door_outlet:
# friendly_name: 'Front Door Outlet'
#
# hidden: False
# icon: mdi:power-plug
# assumed_state: true
switch.garage_outlet:
friendly_name: 'Garage Outlet'
@ -52,14 +45,6 @@ switch.living_room_outlet:
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:
friendly_name: 'Outlet 304 2'

View File

@ -3,22 +3,24 @@ Interior Switches:
- switch.den_outlet
- switch.living_room_outlet
- switch.foyer_outlet
- group.kitchen_accents
- switch.kitchen_accent_1
- switch.kitchen_accent_2
- switch.printer_outlet
- switch.front_door_outlet
- switch.garage_outlet
- switch.lr_amp
- group.master_bathroom_accents
- switch.master_bathroom_accent_1
- switch.master_bathroom_accent_2
- switch.pool_deck
- switch.1412_2_Outlet
- switch.1412_3_Outlet
kitchen_accents:
Kitchen Accents:
entities:
- switch.kitchen_accent_1
- switch.kitchen_accent_2
master_bathroom_accents:
Master Bathroom Accents:
entities:
- switch.master_bathroom_accent_1
- switch.master_bathroom_accent_2