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: updater:
sun: sun:
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
emulated_hue: emulated_hue:
host_ip: 192.168.10.10 host_ip: 192.168.10.10
# expose_by_default: false # expose_by_default: false
exposed_domains: exposed_domains:
- group - group
- input_boolean # - input_boolean
- media_player # - media_player
- switch - switch
- scene
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
ifttt: ifttt:
key: !secret ifttt_key key: !secret ifttt_key

View File

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