mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 06:17:35 +00:00
981 B
981 B
title | description | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Certificate Expiry | Instructions on how to set up HTTPS (SSL) certificate expiry sensors within Home Assistant. |
|
0.44 | Cloud Polling | true |
|
cert_expiry |
|
integration |
The Certificate Expiry integration fetches the certificate from a configured host and displays its expiration in a timestamp sensor. The sensor checks and updates the certificate information for the configured host every 12 hours.
{% 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. |