From 3c6b5582758c391dec461bbf7440756d3691615e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Apr 2017 10:58:34 +0200 Subject: [PATCH] Update ha_release, description, and category --- source/_components/sensor.cert_expiry.markdown | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/source/_components/sensor.cert_expiry.markdown b/source/_components/sensor.cert_expiry.markdown index 3cee97c6767..0321320e1d8 100644 --- a/source/_components/sensor.cert_expiry.markdown +++ b/source/_components/sensor.cert_expiry.markdown @@ -1,18 +1,18 @@ --- layout: page title: "Certificate Expiry" -description: "Track HTTPS (SSL) certificate expiry as HomeAssistant sensor." +description: "Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant." date: 2017-04-24 14:14 sidebar: true comments: false sharing: true footer: true logo: home-assistant.png -ha_category: Sensor -ha_release: 0.43 +ha_category: System Monitor +ha_release: 0.44 --- -This sensor fetches information from a configured URL and displays the certificate expiry (in days). The `host` and `port` must lead to a working SSL website. +The `cert_expiry` sensor fetches information from a configured URL and displays the certificate expiry in days. To add the Certificate Expiry sensor to your installation, add these options to `configuration.yaml` file: @@ -25,9 +25,10 @@ sensor: Configuration variables: -- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from -- **port** array (*Optional*): Port number (default **443**). +- **host** (*Required*): The host FQDN (or IP) to retrieve certificate from. +- **port** (*Optional*): The port number where the server is running. Defaults to `443`.

Make sure that the URL exactly matches your endpoint or resource.

+