home-assistant.github.io/source/_components/sensor.uscis.markdown
Mohamad Tarbin 4a9bd5e720 Adding markdown and imagie for USCIS sensor (#5138)
* Adding markdown and imagie for USCIS sensor

* Update the markdown

* Update sensor.uscis.markdown

* Update sensor.uscis.markdown

* Update sensor.uscis.markdown

* Minor changes
2018-04-13 22:03:57 -04:00

1,008 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page USCIS Sensor Instructions on how to set up USCIS within Home Assistant. 2018-03-21 08:00 false false true true uscis.jpg Sensor 0.68 Cloud Polling

The uscis sensor component allows you get updates on your USCIS case using your case/receipt number. The sensor gets the case information from USCIS Website

Example for configuration.yaml :

sensor:
  - platform: uscis
    case_id: YOUR_CASE_NUMBER
    name: OPTIONAL_NAME

{% configuration %} friendly_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 USCIS web client. required: true type: string {% endconfiguration %}

All the data will be fetch from USCIS.