mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Remove U.S. Citizenship and Immigration Services (USCIS) integration (#24126)
This commit is contained in:
parent
124acce50a
commit
7e358bcd19
@ -1,43 +0,0 @@
|
||||
---
|
||||
title: U.S. Citizenship and Immigration Services (USCIS)
|
||||
description: Instructions on how to set up USCIS within Home Assistant.
|
||||
ha_category:
|
||||
- Sensor
|
||||
ha_release: 0.68
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_domain: uscis
|
||||
ha_platforms:
|
||||
- sensor
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
<div class='note warning'>
|
||||
This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2022.10.
|
||||
</div>
|
||||
|
||||
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 this sensor in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
sensor:
|
||||
- platform: uscis
|
||||
case_id: YOUR_CASE_NUMBER
|
||||
name: OPTIONAL_NAME
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
name:
|
||||
description: Name of the sensor in Home Assistant.
|
||||
required: false
|
||||
default: USCIS
|
||||
type: string
|
||||
case_id:
|
||||
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 fetched from [USCIS](https://egov.uscis.gov/casestatus/mycasestatus.do).
|
@ -503,6 +503,7 @@
|
||||
/integrations/uber /more-info/removed-integration 301
|
||||
/integrations/updater /more-info/removed-integration 301
|
||||
/integrations/ups /more-info/removed-integration 301
|
||||
/integrations/uscis /more-info/removed-integration 301
|
||||
/integrations/usps /more-info/removed-integration 301
|
||||
/integrations/weblink /more-info/removed-integration 301
|
||||
/integrations/wink /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user