Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wink sensors #22

Merged
merged 11 commits into from
Jan 20, 2015
Next Next commit
Device Tracker sets up group auto attribute proper
  • Loading branch information
balloob committed Jan 13, 2015
commit aa9673b208506e8df4fa5e47e13d7d6b3b8f2107
3 changes: 2 additions & 1 deletion homeassistant/components/device_tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def update_device_state(now):
""" 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):
Expand Down