Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.0 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
USCIS Sensor Instructions on how to set up USCIS within Home Assistant. uscis.png
Sensor
0.68 Cloud Polling
/components/sensor.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

Configuration

To use your Sonarr 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 USCIS web client. required: true type: string {% endconfiguration %}

All the data will be fetch from USCIS.