Trying to get Alexa to See switches.. no luck though.

This commit is contained in:
CCOSTAN
2016-10-14 19:51:34 +00:00
parent 2f7f058d1e
commit 27eca25998
2 changed files with 12 additions and 10 deletions

View File

@@ -17,20 +17,21 @@ discovery:
updater:
sun:
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
emulated_hue:
host_ip: 192.168.10.10
# expose_by_default: false
exposed_domains:
- group
- input_boolean
- media_player
# - input_boolean
# - media_player
- switch
- scene
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
ifttt:
key: !secret ifttt_key

View File

@@ -1,13 +1,14 @@
###################################
## Switches Section
###################################
switch.outlet_garage:
switch.garage_outlet:
friendly_name: 'Garage Outlet'
icon: mdi:power-plug
switch.living_room_amp:
friendly_name: 'Living Room AMP'
icon: mdi:music-circle
emulated_hue_name: "Living Room AMP"
switch.bathroom_amp:
friendly_name: 'Bathroom AMP'
icon: mdi:music-circle
emulated_hue_name: "Bathroom AMP"