diff --git a/source/_integrations/dlib_face_detect.markdown b/source/_integrations/dlib_face_detect.markdown
index a29cacefde0..995a49d0dd3 100644
--- a/source/_integrations/dlib_face_detect.markdown
+++ b/source/_integrations/dlib_face_detect.markdown
@@ -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
+
+This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
+
+
+## Configuration
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/dlib_face_identify.markdown b/source/_integrations/dlib_face_identify.markdown
index 9d64e4e450d..10d0b345fd3 100644
--- a/source/_integrations/dlib_face_identify.markdown
+++ b/source/_integrations/dlib_face_identify.markdown
@@ -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
+
+This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
+
+
+## Configuration
```yaml
# Example configuration.yaml entry