From 11c78d5de81162da91af0a8eac115764b60e3fad Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Wed, 16 Jan 2019 01:33:25 -0800 Subject: [PATCH] Embed geofency platform into component (#20083) * Embded geofency platform into component * #20083: Change docstring for geofency device tracker platform --- .../{device_tracker/geofency.py => geofency/device_tracker.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename homeassistant/components/{device_tracker/geofency.py => geofency/device_tracker.py} (94%) diff --git a/homeassistant/components/device_tracker/geofency.py b/homeassistant/components/geofency/device_tracker.py similarity index 94% rename from homeassistant/components/device_tracker/geofency.py rename to homeassistant/components/geofency/device_tracker.py index cec494f322c..af11194c1d6 100644 --- a/homeassistant/components/device_tracker/geofency.py +++ b/homeassistant/components/geofency/device_tracker.py @@ -1,5 +1,5 @@ """ -Support for the Geofency platform. +Support for the Geofency device tracker platform. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/device_tracker.geofency/