From: Giorgio Ravera Date: Thu, 21 May 2020 15:46:56 +0000 (+0200) Subject: Fixed expiration certificate sensor name (even if disabled) X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=f2188ea51b95ddb576836773b34988fe4afd8f26;p=homeassistant.git Fixed expiration certificate sensor name (even if disabled) --- diff --git a/sensor/system.yaml.disabled b/sensor/system.yaml.disabled index bf654159..e4dd1836 100644 --- a/sensor/system.yaml.disabled +++ b/sensor/system.yaml.disabled @@ -18,4 +18,4 @@ # command: "ssl-cert-check -b -c /etc/letsencrypt/live/server.giorgioravera.it/cert.pem | awk '{ print $NF }'" - platform: cert_expiry - host: home.giorgioravera.it + host: server.giorgioravera.it