From e4503322c4f472c6fb0617bcd749f52043fc9189 Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 26 Jun 2019 22:24:49 -0400 Subject: [PATCH] Device Tracking stopped using the Known Devices yaml file and switched to being a built in entity. This resulted in owntracks reporting dansphone_2 but all the automations were setup for 'dansphone'. I renamed the known devices file and renamed the entity in HA. This seems to have the tracking and automations working correctly again. --- ecobee.conf | 2 +- known_devices.yaml => known_devices.OLD | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename known_devices.yaml => known_devices.OLD (100%) diff --git a/ecobee.conf b/ecobee.conf index ceec1d4..b7ae79c 100644 --- a/ecobee.conf +++ b/ecobee.conf @@ -1 +1 @@ -{"API_KEY": "8DSRpsILZJNUIJXvSzY6C4ufrMQNQsHa", "ACCESS_TOKEN": "Qcc9PZdrmep5mVpxrEUC8SJQQqeWZhzx", "REFRESH_TOKEN": "JUfW7vo01SfVDBpf83oT8EvEx6VVJJXD", "AUTHORIZATION_CODE": "f7eDBBVWQootcVDogCRxBBWO1joSDJNH"} \ No newline at end of file +{"API_KEY": "8DSRpsILZJNUIJXvSzY6C4ufrMQNQsHa", "ACCESS_TOKEN": "KGJr0F41hxb8g9f7blNbkkYgFDgp6g65", "REFRESH_TOKEN": "LyH0WyHoK69dUBVSNE1bGzTiqR9P03tR", "AUTHORIZATION_CODE": "KFEN3CjbXBh6xUQ9zLiAPclzbp1rmxou"} \ No newline at end of file diff --git a/known_devices.yaml b/known_devices.OLD similarity index 100% rename from known_devices.yaml rename to known_devices.OLD