diff --git a/source/_integrations/uscis.markdown b/source/_integrations/uscis.markdown index d44a345b295..7b842c60b25 100644 --- a/source/_integrations/uscis.markdown +++ b/source/_integrations/uscis.markdown @@ -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).