home-assistant.io/source/_components/sensor.whois.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

1008 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Whois Sensor Instructions on how to integrate WHOIS lookup sensor within Home Assistant. 2017-10-22 00:00 true false true true icann.png Network 0.57 Cloud Polling

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.

{% linkable_title 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 %}