From 27eca259981e7bba4cbabcc702b53d9382bdab4b Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Fri, 14 Oct 2016 19:51:34 +0000 Subject: [PATCH] Trying to get Alexa to See switches.. no luck though. --- configuration.yaml | 17 +++++++++-------- customize/switches.yaml | 5 +++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index 592317db..c4678a6a 100755 --- a/configuration.yaml +++ b/configuration.yaml @@ -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 diff --git a/customize/switches.yaml b/customize/switches.yaml index 554bc750..9561713b 100755 --- a/customize/switches.yaml +++ b/customize/switches.yaml @@ -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"