Skip to content

Commit 9fb3a8b

Browse files
robmarkcolefrenck
authored andcommitted
Update sighthound.markdown (#11941)
Fix typo and improve description
1 parent 2843a5e commit 9fb3a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_integrations/sighthound.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ ha_release: 0.105
88
ha_iot_class: Cloud Polling
99
---
1010

11-
Adds integration for person detection with [Sighthound Cloud](https://www.sighthound.com/products/cloud). The Sighthound Developer tier (free for non-commercial use) allows 5000 requests per month. If you need more requests per month you will need to sign up for a production account (i.e., Basic or Pro account).
11+
Detect people in camera images using [Sighthound Cloud](https://www.sighthound.com/products/cloud). The Sighthound Developer tier (free for non-commercial use) allows 5000 images to be processed per month. If you need more processing per month you will need to sign up for a production account (i.e., a Basic or Pro account).
1212

1313
This integration adds an image processing entity where the state of the entity is the number of people detected in an image. For each person detected, an `sighthound.person_detected` event is fired. The event data includes the entity_id of the image processing entity firing the event, and the bounding box around the detected person.
1414

15-
**Note** that in order to prevent accidentally using up your requets to Sighthound, by default the component will not automatically scan images, but requires you to call the `image_processing.scan` service e.g. using an automation triggered by motion.
15+
**Note** that by default the component will not automatically scan images, but requires you to call the `image_processing.scan` service e.g. using an automation triggered by motion.
1616

1717
## Configuration
1818

0 commit comments

Comments
 (0)