1.2 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_domain ha_platforms ha_integration_type
U.S. Citizenship and Immigration Services (USCIS) Instructions on how to set up USCIS within Home Assistant.
Sensor
0.68 Cloud Polling uscis
sensor
integration
This integration is pending removal from Home Assistant and will be no longer available as of Home Assistant 2022.10.

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.

Configuration

To use this sensor in your installation, add the following to your configuration.yaml file:

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.