Fix spacing of arrows

This commit is contained in:
Joseph Abbey
2024-01-27 14:02:05 +00:00
parent 4ff1509046
commit 96abff9339
2 changed files with 9 additions and 9 deletions

View File

@ -184,11 +184,11 @@ class WebhookManager {
// System.println("WebhookManager onReturnRegisterWebhookSensor(): Registering next sensor: Activity");
if (Activity has :getProfileInfo) {
registerWebhookSensor({
"name" => "Activity",
"state" => Activity.getProfileInfo().name,
"type" => "sensor",
"unique_id" => "activity",
"disabled" => false
"name" => "Activity",
"state" => Activity.getProfileInfo().name,
"type" => "sensor",
"unique_id" => "activity",
"disabled" => false
}, 2);
break;
}