Skip to content

Commit

Permalink
fix: Add logging when loading external converters #23703
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 30, 2024
1 parent 406deaa commit b2bae6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/extension/externalConverters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default class ExternalConverters extends Extension {
delete toAdd['homeassistant'];
zhc.addDefinition(toAdd);
}
logger.info(`Loaded external converter '${file}'`);
} catch (error) {
logger.error(`Failed to load external converter file '${file}' (${error.message})`);
logger.error(
Expand Down

0 comments on commit b2bae6b

Please sign in to comment.