Catching up on old updates.

This commit is contained in:
Jeffrey Stone
2019-09-07 15:11:00 -04:00
parent e9daa0eb35
commit b00344fc14
15 changed files with 363 additions and 327 deletions

View File

@@ -29,9 +29,9 @@ sensor:
- 'time_date'
- 'time_utc'
- 'beat'
- platform: cert_expiry
host: !secret ahsl_base_url
name: SSL Cert Expiration
# - platform: cert_expiry
# host: !secret ahsl_base_url
# name: SSL Cert Expiration
- platform: command_line
name: "HA Uptime"
command: echo "$(($(date +%s) - $(date -d "$(head -n1 /home/homeassistant/.homeassistant/home-assistant.log | cut -d' ' -f-2)" +%s)))"