Skip to content

Commit

Permalink
debug statements to resolve issue
Browse files Browse the repository at this point in the history
  • Loading branch information
c503ghosh committed Mar 25, 2024
1 parent d391b9f commit aae7e68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/dirigera_platform/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ async def async_setup_entry(

logger.debug("Found {} env devices to setup...".format(len(env_devices)))
logger.debug("Found {} env entities to setup...".format(len(env_sensors)))
logger.debug("Found {} controller devices to setup...".format(len(controller_devices)))

logger.debug(env_sensors)
logger.debug(controller_devices)

async_add_entities(env_sensors)
async_add_entities(controller_devices)

Expand Down

0 comments on commit aae7e68

Please sign in to comment.