From 022b6af5d74b42476a6c4860838317645a4c6093 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 7 Feb 2019 11:55:56 +0100 Subject: [PATCH] Added system_healht and set initial state off to night and startup automations --- automation/home_assistant.yaml | 2 ++ automation/night_time.yaml | 2 ++ configuration.yaml | 3 +++ 3 files changed, 7 insertions(+) diff --git a/automation/home_assistant.yaml b/automation/home_assistant.yaml index 53600672..9393fdce 100644 --- a/automation/home_assistant.yaml +++ b/automation/home_assistant.yaml @@ -122,6 +122,8 @@ ###################################################################### - alias: "Home Assistant: startup automations" + initial_state: off + trigger: - platform: homeassistant event: start diff --git a/automation/night_time.yaml b/automation/night_time.yaml index f2a1f883..fd0376b4 100644 --- a/automation/night_time.yaml +++ b/automation/night_time.yaml @@ -4,6 +4,8 @@ ###################################################################### - alias: "Notte: Chiusura Tapparelle" + initial_state: 'off' + trigger: - platform: state entity_id: input_boolean.home_mode_night diff --git a/configuration.yaml b/configuration.yaml index ff592e97..ace81617 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -82,6 +82,9 @@ map: # Track the sun sun: +# Allow diagnosing system problems +system_health: + # UPNP upnp: port_mapping: false -- 2.47.3