]> git.giorgioravera.it Git - homeassistant.git/commitdiff
Added system_healht and set initial state off to night and startup automations
authorGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 7 Feb 2019 10:55:56 +0000 (11:55 +0100)
committerGiorgio Ravera <giorgio.ravera@gmail.com>
Thu, 7 Feb 2019 10:55:56 +0000 (11:55 +0100)
automation/home_assistant.yaml
automation/night_time.yaml
configuration.yaml

index 53600672d4fb38c5e1cfba2305c3e265310b7681..9393fdced3eed364296e155ddc94b4f61386e5ec 100644 (file)
 ######################################################################
 
 - alias: "Home Assistant: startup automations"
+  initial_state: off
+
   trigger:
     - platform: homeassistant
       event: start
index f2a1f8833f1a1a96afe275e47b301f16a2462b4a..fd0376b475572bad65b1c9d2e8dea76d4df330f9 100644 (file)
@@ -4,6 +4,8 @@
 ######################################################################
 
 - alias: "Notte: Chiusura Tapparelle"
+  initial_state: 'off'
+
   trigger:
     - platform: state
       entity_id: input_boolean.home_mode_night
index ff592e97c8b4aaeec59fbde676a36cc1313e21cf..ace8161789cd1126ffebe6ed2a62f8ef2c644ebd 100644 (file)
@@ -82,6 +82,9 @@ map:
 # Track the sun
 sun:
 
+# Allow diagnosing system problems
+system_health:
+
 # UPNP
 upnp:
   port_mapping: false