maximvelichko / pyvera

A python library to control devices via the Vera hub
GNU General Public License v2.0
26 stars 31 forks source link

fix logger so that HomeAssistant can pass logging on to pyvera #94

Closed jwater7 closed 6 years ago

jwater7 commented 6 years ago

After you pointed out that HA can also enable logging, as in adding this to configuration.yaml:

logger:
  logs:
      pyvera: debug

I realized I messed that ability up with my last pull request, please merge this one to fix the problem I introduced. Thanks