You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/emulated_hue.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ homeassistant:
104
104
105
105
The following are attributes that can be applied in the `customize` section:
106
106
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.
108
108
- **emulated_hue_name** (*Optional*): The name that the emulated Hue will use. The default for this is the entity's friendly name.
Copy file name to clipboardExpand all lines: source/_components/image_processing.opencv.markdown
+3-3
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ha_release: 0.47
15
15
16
16
[OpenCV](http://www.opencv.org) is an open source computer vision image and video processing library.
17
17
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).
19
19
20
20
To setup OpenCV with Home Assistant, add the following section to your `configuration.yaml` file:
21
21
@@ -34,7 +34,7 @@ image_processing:
34
34
- **source** array (*Required*): List of image sources.
35
35
- **entity_id** (*Required*): A camera entity id to get picture from.
36
36
- **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.
38
38
39
39
**classifier** may also be defined as a dictionary of names to classifier configurations:
40
40
@@ -50,4 +50,4 @@ image_processing:
50
50
- **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`.
51
51
- **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.
52
52
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