Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
fix: Logging category name
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Oct 22, 2020
1 parent 98093ea commit c3d475e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homeassistant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "yio-interface/entities/remoteinterface.h"
#include "yio-interface/entities/switchinterface.h"

HomeAssistantPlugin::HomeAssistantPlugin() : Plugin("yio.dock.homeassistant", USE_WORKER_THREAD) {}
HomeAssistantPlugin::HomeAssistantPlugin() : Plugin("yio.plugin.homeassistant", USE_WORKER_THREAD) {}

Integration *HomeAssistantPlugin::createIntegration(const QVariantMap &config, EntitiesInterface *entities,
NotificationsInterface *notifications, YioAPIInterface *api,
Expand Down

0 comments on commit c3d475e

Please sign in to comment.