Skip to content

Commit

Permalink
fix(home-assistant): log undefined for unkown message receivers
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Feb 21, 2020
1 parent fdc41fb commit 45f3232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/home-assistant/home-assistant.service.ts
Expand Up @@ -219,7 +219,7 @@ export class HomeAssistantService
);
this.logger.debug(
`Received message ${message.toString()} on ${topic} for ${
config.uniqueId
config?.uniqueId
}`
);

Expand Down

0 comments on commit 45f3232

Please sign in to comment.