862 B
862 B
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Domain Expiry | Instructions on how to set up Domain expiry sensors within Home Assistant. | 2018-04-24 14:14 | true | false | true | true | home-assistant.png | System Monitor | 0.69 | depends |
The domain_expiry
sensor gets whois information about domain and displays the expiry in days.
To add the Domain Expiry sensor to your installation, add these options to configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: domain_expiry
domain: home-assistant.io
{% configuration %} domain: description: Domain name to track required: true type: string name: description: The friendly name for the certificate. required: false type: string default: Domain Expiry {% endconfiguration %}