Hass.io Enocean debug message

Hey there,

im not really new to HA but wanted to help a Friend with his Eltako Enocean Home. I tried to update and work on enocen and added a ned custome_component in /config/custome_component/enocean.py with a copy of the original but made some slightly changes like REQUIREMENTS = ['enocean==0.41']
und tried to debug.
but when I add some logging.debug like

class EnOceanDongle:
"""Representation of an EnOcean dongle."""

def __init__(self, hass, ser):
    _LOGGER.info("Init Enocean-new with: %s", ser)
    """Initialize the EnOcean dongle."""

nothing appears in the logs. The orig. enocean component logged me every seconds some messages.
Do i have to change something in config? Now i have:

enocean-new:
  device: /dev/ttyUSB1
  
logger:
  default: error
  logs:
    homeassistant.components.enocean-new: debug 

Actually i’m running Hass.io Raspi image 0.83.3

Solved…

had to add
custom_components.enocean-new: debug