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/microsoft_face.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: "Microsoft Face"
4
-
description: "Instructions how to integrate Microsoft Face component into Home Assistant."
4
+
description: "Instructions on how to integrate Microsoft Face component into Home Assistant."
5
5
date: 2017-01-25 00:00
6
6
sidebar: true
7
7
comments: false
@@ -12,9 +12,9 @@ ha_category: Hub
12
12
ha_release: "0.37"
13
13
---
14
14
15
-
The `microsoft_face` component platform is the main component for Microsoft Azure Cognitive service [Face](https://www.microsoft.com/cognitive-services/en-us/face-api). All data is stored in a private instance on Azure Cloud.
15
+
The `microsoft_face` component platform is the main component for Microsoft Azure Cognitive service [Face](https://www.microsoft.com/cognitive-services/en-us/face-api). All data are stored in your own private instance in the Azure cloud.
16
16
17
-
You need an API key which is free but requires a [Azure registration](https://azure.microsoft.com/de-de/free/)with your Microsoft Account. The free resource (*F0*) is limit to 30k requests in a month and 20 per minute. If you don't want use a the Azure cloud, you can also get a API key with registration on[cognitive-services](https://www.microsoft.com/cognitive-services/en-us/subscriptions). However, all keys on cognitive services must be recreated every 90 days.
17
+
You need an API key which is free but requires a [Azure registration](https://azure.microsoft.com/de-de/free/)using your microsoft ID. The free resource (*F0*) is limited to 20 requests per minute and 30k requests in a month. If you don't want to use the Azure cloud, you can also get an API key by registering with[cognitive-services](https://www.microsoft.com/cognitive-services/en-us/subscriptions). However, all keys on cognitive services must be recreated every 90 days.
18
18
19
19
To enable the Microsoft Face component, add the following lines to your `configuration.yaml`:
20
20
@@ -31,9 +31,9 @@ Configuration variables:
31
31
32
32
### {% linkable_title Person and Groups %}
33
33
34
-
For most of the services you need to set up a group or a person. This limits the processing and detection to elements provided by group. Home Assistent creates for all group a entity and allow you to show the state, person and IDs directly on the frontend.
34
+
For most services, you need to set up a group or a person. This limits the processing and detection to elements provided by the group. Home Assistent creates an entty for all groups and allows you to show the state, person and IDs directly on the frontend.
35
35
36
-
For managing this feature, you have the following services. They can be called with the Frontend, a script, or the REST API.
36
+
The following services are available for managing this feature. They can be called via the Frontend, a script, or the REST API.
37
37
38
38
- *microsoft_face.create_group*
39
39
- *microsoft_face.delete_group*
@@ -74,7 +74,7 @@ $ curl -v -X POST "https://westus.api.cognitive.microsoft.com/face/v1.0/persongr
0 commit comments