mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Make clear that dlib platform are only available on Core (#17130)
This commit is contained in:
parent
886a1be69b
commit
9e4727f073
@ -12,7 +12,11 @@ The `dlib_face_detect` image processing platform allows you to use the [Dlib](ht
|
||||
|
||||
This can be used to trigger an automation rule. Further info is on the [integration](/integrations/image_processing/) page.
|
||||
|
||||
### Configuration Home Assistant
|
||||
<div class='note'>
|
||||
This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -12,7 +12,11 @@ The `dlib_face_identify` image processing platform allows you to use the [Dlib](
|
||||
|
||||
For using the result inside an automation rule, take a look at the [integration](/integrations/image_processing/) page.
|
||||
|
||||
### Configuration Home Assistant
|
||||
<div class='note'>
|
||||
This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
|
||||
</div>
|
||||
|
||||
## Configuration
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user