mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
* 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
936 B
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 |
|
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.
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 %}