From 763a518c87e3c98e5dfb4ccb3d4c662456d3e5d0 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Sun, 13 Jan 2019 18:32:14 -0800 Subject: [PATCH 1/2] Embded geofency platform into component --- .../{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} (92%) diff --git a/homeassistant/components/device_tracker/geofency.py b/homeassistant/components/geofency/device_tracker.py similarity index 92% rename from homeassistant/components/device_tracker/geofency.py rename to homeassistant/components/geofency/device_tracker.py index cec494f322c7e9..2503e76351f727 100644 --- a/homeassistant/components/device_tracker/geofency.py +++ b/homeassistant/components/geofency/device_tracker.py @@ -1,5 +1,5 @@ """ -Support for the Geofency platform. +This platform provides the device tracker for the Geofency component. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/device_tracker.geofency/ From 468853e81839bba6aeb4b860ba7a5f3bd128daf3 Mon Sep 17 00:00:00 2001 From: Rohan Kapoor Date: Tue, 15 Jan 2019 21:56:18 -0800 Subject: [PATCH 2/2] #20083: Change docstring for geofency device tracker platform --- homeassistant/components/geofency/device_tracker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/geofency/device_tracker.py b/homeassistant/components/geofency/device_tracker.py index 2503e76351f727..af11194c1d6308 100644 --- a/homeassistant/components/geofency/device_tracker.py +++ b/homeassistant/components/geofency/device_tracker.py @@ -1,5 +1,5 @@ """ -This platform provides the device tracker for the Geofency component. +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/