From 743d0beaa01451fe1e1b9eb7934fb8b92b744723 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 13 Feb 2019 22:06:46 +0100 Subject: [PATCH] Minor changes --- automation/ciao.yaml.disabled | 2 +- automation/climate.yaml | 2 +- automation/day.yaml | 2 +- automation/home_assistant.yaml | 2 +- automation/media_player.yaml | 2 +- automation/night.yaml | 2 +- automation/welcome.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automation/ciao.yaml.disabled b/automation/ciao.yaml.disabled index 06cae166..5b47a589 100644 --- a/automation/ciao.yaml.disabled +++ b/automation/ciao.yaml.disabled @@ -14,4 +14,4 @@ data_template: message: >- {% set ora = now().strftime('%H') %} - "Sono le {{ ora }} e tutto va bene" + "Sono le {{ ora }} e tutto va bene" \ No newline at end of file diff --git a/automation/climate.yaml b/automation/climate.yaml index 4f14a9e2..570f4592 100644 --- a/automation/climate.yaml +++ b/automation/climate.yaml @@ -119,4 +119,4 @@ - service: script.climate_away_mode data_template: entity_id: climate.camera_termostato_camera - mode: trigger.to_state.state + mode: trigger.to_state.state \ No newline at end of file diff --git a/automation/day.yaml b/automation/day.yaml index f81829ea..5bb499b8 100644 --- a/automation/day.yaml +++ b/automation/day.yaml @@ -24,4 +24,4 @@ entity_id: - cover.tapparella_cucina - cover.tapparella_studio - position: 85 + position: 85 \ No newline at end of file diff --git a/automation/home_assistant.yaml b/automation/home_assistant.yaml index b734d017..c13f1759 100644 --- a/automation/home_assistant.yaml +++ b/automation/home_assistant.yaml @@ -150,4 +150,4 @@ - service: system_log.clear - service: recorder.purge data: - keep_days: 0 + keep_days: 0 \ No newline at end of file diff --git a/automation/media_player.yaml b/automation/media_player.yaml index 33721107..0e409230 100644 --- a/automation/media_player.yaml +++ b/automation/media_player.yaml @@ -32,4 +32,4 @@ - service: script.speech_engine data_template: media_player: "media_player.google_home" - message: "{{ trigger.to_state.state }}" + message: "{{ trigger.to_state.state }}" \ No newline at end of file diff --git a/automation/night.yaml b/automation/night.yaml index f6f44f4e..d6362ed4 100644 --- a/automation/night.yaml +++ b/automation/night.yaml @@ -25,4 +25,4 @@ - service: cover.set_cover_position data: entity_id: cover.tapparella_camera - position: 0 + position: 0 \ No newline at end of file diff --git a/automation/welcome.yaml b/automation/welcome.yaml index f8856d86..940f29bd 100644 --- a/automation/welcome.yaml +++ b/automation/welcome.yaml @@ -84,4 +84,4 @@ - service: input_boolean.turn_off data: - entity_id: input_boolean.home_mode_away + entity_id: input_boolean.home_mode_away \ No newline at end of file -- 2.47.3