home-assistant.github.io/source/_components/sensor.whois.markdown
Adam Cooper 55c2e26e60
Whois Sensor (#3744)
* Init whois sensor docs

* Fixed glaring typo (hostname => domain)
2017-10-31 20:19:54 +01:00

790 B

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 home-assistant.png Sensor 0.57 Cloud Polling

whois sensor 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.

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

Configuration variables:

  • domain (Required): The domain you want to perform WHOIS lookups against.
  • name (Optional): A friendly name to apply to this sensor.