home-assistant.io/source/_integrations/cert_expiry.markdown
Franck Nijhof 3b07f98388
Add generic config flow block (#16508)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2021-02-16 07:24:37 +01:00

844 B

title, description, ha_category, ha_release, ha_iot_class, ha_config_flow, ha_codeowners, ha_domain, ha_platforms
title description ha_category ha_release ha_iot_class ha_config_flow ha_codeowners ha_domain ha_platforms
Certificate Expiry Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant.
Network
0.44 Configurable true
@Cereal2nd
@jjlawren
cert_expiry
sensor

The cert_expiry integration fetches the certificate from a configured host and displays its expiration in a timestamp sensor.

{% include integrations/config_flow.md %}

Attributes

The Certificate Expiry entities provide extra attributes to represent the state of the certificate.

Name Description
is_valid If the certificate is able to be validated: True / False.
error A human-readable error description if the certificate is considered invalid, "None" otherwise.