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

936 B

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Whois Sensor Instructions on how to integrate WHOIS lookup sensor within Home Assistant. icann.png
Network
0.57 Cloud Polling
/components/sensor.whois/

The whois sensor platform allows you to perform daily WHOIS lookups against your owned domains. This provides you with information such as expiration_date, name_servers and registrar details.

Configuration

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

# Example configuration.yaml entry
sensor:
  - platform: whois
    domain: example.net

{% configuration %} domain: description: The domain you want to perform WHOIS lookups against. required: true type: string name: description: Name to use in the frontend. required: false default: Whois type: string {% endconfiguration %}