From 7d28240d144c8c559aa09abb5e23b3dba05b28e8 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 8 Jun 2019 14:01:22 +0200 Subject: [PATCH] Fixed minor changes --- binary_sensor/car.yaml | 2 +- components/google_assistant.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/binary_sensor/car.yaml b/binary_sensor/car.yaml index cf770877..524ed963 100644 --- a/binary_sensor/car.yaml +++ b/binary_sensor/car.yaml @@ -29,7 +29,7 @@ value_template: >- {{ not is_state_attr('sensor.ff590mr_lock', 'doorsClosed', 'true') }} icon_template: >- - {% is_state_attr('sensor.ff590mr_lock', 'doorsClosed', 'true') %} + {% if is_state_attr('sensor.ff590mr_lock', 'doorsClosed', 'true') %} mdi:car-door {% else %} mdi:car-door diff --git a/components/google_assistant.yaml b/components/google_assistant.yaml index 501c754c..c1e946a0 100644 --- a/components/google_assistant.yaml +++ b/components/google_assistant.yaml @@ -63,14 +63,14 @@ entity_config: climate.studio_termostato_studio: room: Studio expose: true -# Script & Routine - input_boolean.home_mode_away: - room: Generale - expose: true # Media Player media_player.tv_sala: room: Sala expose: true +# Script & Routine + input_boolean.home_mode_away: + room: Generale + expose: true script.speech_status: expose: true room: Generale -- 2.47.3