Skip to content

Commit

Permalink
fix: add hide_serial for Debug Output (#2279)
Browse files Browse the repository at this point in the history
closes #2255
  • Loading branch information
tb-killa authored Jun 8, 2024
1 parent 4ae22cd commit f191c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/alexa_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ async def http2_handler(message_obj):
hass.data[DATA_ALEXAMEDIA]["accounts"][email]["excluded"].keys()
)
):
_LOGGER.debug("Discovered new media_player %s", serial)
_LOGGER.debug("Discovered new media_player %s", hide_serial(serial))
(
hass.data[DATA_ALEXAMEDIA]["accounts"][email]["new_devices"]
) = True
Expand Down

0 comments on commit f191c54

Please sign in to comment.