Updated to use intents
- fixed config bug when broken config was found - more info logging
This commit is contained in:
@@ -126,6 +126,7 @@ def write_config_file(**kwargs):
|
||||
|
||||
def get_device_list():
|
||||
list_of_devices = query_devices().items()
|
||||
LOGGER.info("Returning queried device list:")
|
||||
LOGGER.debug(list_of_devices)
|
||||
return list_of_devices
|
||||
|
||||
|
||||
Reference in New Issue
Block a user