From 33b29a55b420efa74f733b20a44e77391cdaea2d Mon Sep 17 00:00:00 2001 From: IgnacioAyllon Date: Wed, 28 Jan 2026 10:17:38 +0100 Subject: [PATCH 1/2] Fix image route of confort sensor --- imbuildings-imbuildings-comfort-sensor/plugin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imbuildings-imbuildings-comfort-sensor/plugin.json b/imbuildings-imbuildings-comfort-sensor/plugin.json index bb799b56..5beeec81 100644 --- a/imbuildings-imbuildings-comfort-sensor/plugin.json +++ b/imbuildings-imbuildings-comfort-sensor/plugin.json @@ -12,7 +12,7 @@ "metadata": { "name": "IMBUILDINGS-COMFORT-SENSOR", "description": "Sensor for monitoring Indoor Air Quality", - "image": "assets/imbuildings-people-counter-black.png", + "image": "assets/imbuildings-comfort-sensor.png", "category": "devices", "vendor": "imbuildings" }, @@ -641,4 +641,4 @@ } ] } -} \ No newline at end of file +} From 693a7418e244af97730df15fdf2336f82535c7e9 Mon Sep 17 00:00:00 2001 From: IgnacioAyllon Date: Wed, 28 Jan 2026 16:26:38 +0100 Subject: [PATCH 2/2] Fix directory route --- imbuildings-imbuildings-comfort-sensor/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imbuildings-imbuildings-comfort-sensor/plugin.json b/imbuildings-imbuildings-comfort-sensor/plugin.json index 5beeec81..791def59 100644 --- a/imbuildings-imbuildings-comfort-sensor/plugin.json +++ b/imbuildings-imbuildings-comfort-sensor/plugin.json @@ -7,7 +7,7 @@ "repository": { "type": "git", "url": "https://github.com/thinger-io/plugins.git", - "directory": "imbuildings-imbuildings-people-counter" + "directory": "imbuildings-imbuildings-comfort-sensor" }, "metadata": { "name": "IMBUILDINGS-COMFORT-SENSOR",