Minor updates to emulated_hue and OpenCV documents (#3562)

This commit is contained in:
Alok Saboo 2017-10-09 02:03:44 -04:00 committed by Fabian Affolter
parent 58a48dbf9a
commit ae373fc231
2 changed files with 4 additions and 4 deletions

View file

@ -104,7 +104,7 @@ homeassistant:
The following are attributes that can be applied in the `customize` section:
- **emulated_hue_hidden** (*Optional*): Whether or not the entity should be exposed by the emulated Hue bridge. The default value for this attribute is controlled by the `expose_by_default` option.
- **emulated_hue_hidden** (*Optional*): Whether or not the entity should be exposed by the emulated Hue bridge. Adding `emulated_hue_hidden: false` will expose the entity to Alexa. The default value for this attribute is controlled by the `expose_by_default` option.
- **emulated_hue_name** (*Optional*): The name that the emulated Hue will use. The default for this is the entity's friendly name.
### {% linkable_title Troubleshooting %}