mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
USCIS sensor documentation improvements (#12524)
This commit is contained in:
parent
d27fc10d77
commit
871d46a708
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user