diff --git a/homeassistant/components/device_tracker/__init__.py b/homeassistant/components/device_tracker/__init__.py index 3da9054be8d..04cea3e047b 100644 --- a/homeassistant/components/device_tracker/__init__.py +++ b/homeassistant/components/device_tracker/__init__.py @@ -111,7 +111,8 @@ class DeviceTracker(object): """ Triggers update of the device states. """ self.update_devices(now) - dev_group = group.Group(hass, GROUP_NAME_ALL_DEVICES) + dev_group = group.Group( + hass, GROUP_NAME_ALL_DEVICES, user_defined=False) # pylint: disable=unused-argument def reload_known_devices_service(service):