Skip to content

Commit

Permalink
Merge pull request #5 from dm82m/master
Browse files Browse the repository at this point in the history
fixed the debug logging to make it compatible with the documentation
  • Loading branch information
erikkastelec authored Feb 26, 2021
2 parents fd39678 + a99f7bd commit 3052e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/wemportal/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
""" Constants for the WEM Portal Integration """
import logging

_LOGGER = logging.getLogger('custom_component.wemportal')
_LOGGER = logging.getLogger('custom_components.wemportal')
DOMAIN = "wemportal"
DEFAULT_NAME = "Weishaupt WEM Portal"
DEFAULT_TIMEOUT = 60
Expand Down

0 comments on commit 3052e16

Please sign in to comment.