USCIS sensor documentation improvements (#12524)

This commit is contained in:
Christopher Rosset 2020-03-28 17:30:45 -04:00 committed by GitHub
parent d27fc10d77
commit 871d46a708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@ ha_iot_class: Cloud Polling
ha_domain: uscis
---
The `uscis` sensor integration allows you get updates on your USCIS case using your case/receipt number. The sensor gets the case information from [USCIS Website]( https://egov.uscis.gov/casestatus/landing.do)
The `uscis` sensor integration allows you get updates on your USCIS case using your case/receipt number. The sensor gets the case information from the [USCIS Website](https://egov.uscis.gov/casestatus/landing.do).
## Configuration
To use your Sonarr sensor in your installation, add the following to your `configuration.yaml` file:
To use this sensor in your installation, add the following to your `configuration.yaml` file:
```yaml
sensor:
@ -28,9 +28,9 @@ name:
default: USCIS
type: string
case_id:
description: Case/receipt number used to get the case details from USCIS web client.
description: Case/receipt number used to get the case details from the USCIS web client.
required: true
type: string
{% endconfiguration %}
All the data will be fetch from [USCIS](https://egov.uscis.gov/casestatus/mycasestatus.do).
All the data will be fetched from [USCIS](https://egov.uscis.gov/casestatus/mycasestatus.do).