From 794ee15e259ee162baaa2d0a16b553fc9d981e97 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 24 Nov 2022 16:18:28 -0500 Subject: [PATCH] All device_trackers was a bad idea. Just doing Apple devices instead. --- configuration.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 9191e7e..d549507 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -135,7 +135,6 @@ influxdb: - climate - fan - person - - device_tracker entity_globs: - sensor.*energy_sensor - sensor.*power_sensor @@ -158,6 +157,10 @@ influxdb: - binary_sensor.*motion* - binary_sensor.*door* - binary_sensor.*window* + - device_tracker.*iphone* + - device_tracker.*ipad* + - device_tracker.*watch* + - device_tracker.*airpod* entities: - media_player.living_room_tv - media_player.basement_tv