Emulated_hue for Alexa AND Google Home. Possible?

Is it possible to use it for both?

In the instructions is not clear, seems either one or the other

To enable the emulated Hue bridge, add one of the following configs to your configuration.yaml file:

FOR ALEXA
emulated_hue:

FOR GOGLE HOME
emulated_hue:
type: google_home
listen_port: 80

Currently, per the PR, it’s an either/or. For now.

https://github.com/home-assistant/home-assistant/pull/4708

It will be great if both can work simultaneously.

They can work both together

Seriously…how? Can you share your config?

follow this

my config

emulated_hue:
  hue1:
    type: alexa
    listen_port: 8301
    target_ip: 192.168.1.92
    exposed_domains:
      - switch
      - script
      - light
  hue2:
    type: alexa
    listen_port: 8302
    target_ip: 192.168.1.92
    exposed_domains:
      - scene
  hue3:
    type: alexa
    listen_port: 8303
    target_ip: 192.168.1.92
    exposed_domains:
      - group
  hue4:
    type: google_home
    listen_port: 80
    target_ip: 192.168.1.91
    exposed_domains:
      - switch
      - script
      - light
#
#
1 Like