Struggling to make Emulated Hue work. Installed HAOS on an Intel NUC as per the official instructions. Also “installed” Emulated Hue as per these instructions. Here’s what configuration.yaml
(properly anonymized) looks like:
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
emulated_hue:
type: alexa
host_ip: 192.168.xxx.xxx
listen_port: 80
expose_by_default: true
Alexa does not seem to discover anything, despite what this guy says. What am I doing wrong? Anybody notices anything wrong with my configuration.yaml
file? Do I have to explicitly list the entities even if expose_by_default
is set to true
?