From: Giorgio Ravera Date: Sat, 8 Jun 2019 12:01:22 +0000 (+0200) Subject: Fixed minor changes X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=7d28240d144c8c559aa09abb5e23b3dba05b28e8;p=homeassistant.git Fixed minor changes --- 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