From a9b1181e994dc312bc4e48fff6a855b62c216f53 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Sat, 2 Mar 2019 11:34:41 +0100 Subject: [PATCH] minor changes to device tracker --- components/google.yaml | 8 ++++++++ components/mercedesme.yaml | 2 +- device_tracker/ping.yaml.disabled | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/components/google.yaml b/components/google.yaml index fac57ada..219add61 100644 --- a/components/google.yaml +++ b/components/google.yaml @@ -5,6 +5,12 @@ project_id: !secret google_project api_key: !secret google_api_key expose_by_default: false +exposed_domains: + - climate + - cover + - input_boolean + - media_player + - script entity_config: climate.bagno_termostato_bagno: name: Termostato Bagno @@ -58,3 +64,5 @@ entity_config: name: TV Sala room: Sala expose: true + script.speech_status: + expose: true diff --git a/components/mercedesme.yaml b/components/mercedesme.yaml index ef562d49..dcb229c7 100644 --- a/components/mercedesme.yaml +++ b/components/mercedesme.yaml @@ -4,4 +4,4 @@ username: !secret mb_user password: !secret mb_password -scan_interval: 60 +scan_interval: 120 diff --git a/device_tracker/ping.yaml.disabled b/device_tracker/ping.yaml.disabled index 09624e2e..c034b400 100644 --- a/device_tracker/ping.yaml.disabled +++ b/device_tracker/ping.yaml.disabled @@ -12,7 +12,7 @@ # Seconds between each scan for new devices interval_seconds: 60 # Seconds to wait till marking someone as not home after not being seen - consider_home: 180 + consider_home: 300 new_device_defaults: track_new_devices: true hide_if_away: false -- 2.47.3