From: Giorgio Ravera Date: Thu, 7 Feb 2019 10:55:56 +0000 (+0100) Subject: Added system_healht and set initial state off to night and startup automations X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=022b6af5d74b42476a6c4860838317645a4c6093;p=homeassistant.git Added system_healht and set initial state off to night and startup automations --- 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