mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Trying to get Alexa to See switches.. no luck though.
This commit is contained in:
@@ -17,19 +17,20 @@ 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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user