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:
|
try:
|
||||||
return device.current_consumption()
|
return device.current_consumption()
|
||||||
except SmartDeviceException as e:
|
except SmartDeviceException as e:
|
||||||
self.logger.warning(
|
self.logger.debug(
|
||||||
'Could not retrieve current consumption for device %s: %s',
|
'Could not retrieve current consumption for device %s: %s',
|
||||||
device.host,
|
device.host,
|
||||||
e,
|
e,
|
||||||
|
|
Loading…
Reference in a new issue