mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Added warning if no devices are setup to be tracked
This commit is contained in:
parent
f7522c6ed3
commit
986d72f523
@ -47,6 +47,8 @@ class TomatoDeviceScanner(object):
|
||||
# unqualified exec is not allowed in function '__init__' it contains a nested function with free variables
|
||||
# self.devices_to_track = {mac: known_devices[mac]['name'] for mac in known_devices if known_devices[mac]['track'] == '1'}
|
||||
|
||||
if len(self.devices_to_track) == 0:
|
||||
self.logging.warning("Found no devices to track. Please update {}.".format(KNOWN_DEVICES_FILE))
|
||||
|
||||
def get_devices_to_track(self):
|
||||
return self.devices_to_track
|
||||
|
Loading…
x
Reference in New Issue
Block a user