Update ha_release, description, and category

This commit is contained in:
Fabian Affolter 2017-04-25 10:58:34 +02:00
parent 1efc095942
commit 3c6b558275
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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`.
<p class='note warning'>
Make sure that the URL exactly matches your endpoint or resource.
</p>