forked from platypush/platypush
[switch.tplink] Demoted log trace for missing current_consumption property from warning to debug
This commit is contained in:
parent
c605a65bf1
commit
e3e3638ffe
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class SwitchTplinkPlugin(RunnablePlugin, SwitchEntityManager):
|
|||
try:
|
||||
return device.current_consumption()
|
||||
except SmartDeviceException as e:
|
||||
self.logger.warning(
|
||||
self.logger.debug(
|
||||
'Could not retrieve current consumption for device %s: %s',
|
||||
device.host,
|
||||
e,
|
||||
|
|
Loading…
Reference in a new issue