mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
swap echo/home comment (#2393)
This commit is contained in:
parent
77bf711e07
commit
8c0a7c3b9b
@ -25,15 +25,15 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||||||
To enable the emulated Hue bridge, add one of the following configs to your `configuration.yaml` file:
|
To enable the emulated Hue bridge, add one of the following configs to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Amazon Echo example configuration.yaml entry
|
# Google Home example configuration.yaml entry
|
||||||
emulated_hue:
|
emulated_hue:
|
||||||
|
# Google Home does not work on different ports.
|
||||||
```
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Google Home example configuration.yaml entry
|
# Amazon Echo example configuration.yaml entry
|
||||||
emulated_hue:
|
emulated_hue:
|
||||||
type: google_home
|
type: alexa
|
||||||
# Google Home does not work on different ports.
|
|
||||||
listen_port: 80
|
listen_port: 80
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user