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,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
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user