Skip to content

Commit ae373fc

Browse files
arsaboofabaff
authored andcommitted
Minor updates to emulated_hue and OpenCV documents (home-assistant#3562)
1 parent 58a48db commit ae373fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/_components/emulated_hue.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ homeassistant:
104104

105105
The following are attributes that can be applied in the `customize` section:
106106

107-
- **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.
107+
- **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.
108108
- **emulated_hue_name** (*Optional*): The name that the emulated Hue will use. The default for this is the entity's friendly name.
109109

110110
### {% linkable_title Troubleshooting %}

source/_components/image_processing.opencv.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ha_release: 0.47
1515

1616
[OpenCV](http://www.opencv.org) is an open source computer vision image and video processing library.
1717

18-
Some pre-defined classifiers can be found here: https://github.com/opencv/opencv/tree/master/data
18+
Some pre-defined classifiers can be found [here](https://github.com/opencv/opencv/tree/master/data).
1919

2020
To setup OpenCV with Home Assistant, add the following section to your `configuration.yaml` file:
2121

@@ -34,7 +34,7 @@ image_processing:
3434
- **source** array (*Required*): List of image sources.
3535
- **entity_id** (*Required*): A camera entity id to get picture from.
3636
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
37-
- **classifier** (*Optional*): Dictionary of name to path to the classifier xml file. If this field is not provided, a face classifier will be downloaded from OpenCV's github repo.
37+
- **classifier** (*Optional*): Dictionary of name to path to the classifier xml file. If this field is not provided, a face classifier will be downloaded from OpenCV's Github repo.
3838

3939
**classifier** may also be defined as a dictionary of names to classifier configurations:
4040

@@ -50,4 +50,4 @@ image_processing:
5050
- **scale** (*Optional*): The scale to perform when processing, this is a `float` value that must be greater than or equal to `1.0`, default is `1.1`.
5151
- **neighbors** (*Optional*): The minimum number of neighbors required for a match, default is `4`. The higher this number, the more picky the matching will be; lower the number, the more false positives you may experience.
5252

53-
If you would like to see the regions that OpenCV has detected, add this opencv camera to your config's custom_components/camera directory: [https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f](https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f)
53+
If you would like to see the regions that OpenCV has detected, add this OpenCV camera to your config's `custom_components/camera` directory: [https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f](https://gist.github.com/Teagan42/bf4b941b34a79a3e184e149ff1efd82f)

0 commit comments

Comments
 (0)