mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Device Tracker sets up group auto attribute proper
This commit is contained in:
parent
2fa4e2e468
commit
aa9673b208
@ -111,7 +111,8 @@ class DeviceTracker(object):
|
|||||||
""" Triggers update of the device states. """
|
""" Triggers update of the device states. """
|
||||||
self.update_devices(now)
|
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
|
# pylint: disable=unused-argument
|
||||||
def reload_known_devices_service(service):
|
def reload_known_devices_service(service):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user