From 78bb84c4c690a686d94b23bd83498b3e0e964643 Mon Sep 17 00:00:00 2001
From: Olivier Zalmanski <88216225+OlivierZal@users.noreply.github.com>
Date: Thu, 26 Sep 2024 01:00:08 +0200
Subject: [PATCH] remove unused logos
---
.../capabilities/fan_power_state.json | 1 -
.../capabilities/operation_mode_state.json | 1 -
app.json | 2 --
assets/fan_power_state.svg | 19 -------------------
assets/operation_mode_state.svg | 17 -----------------
5 files changed, 40 deletions(-)
delete mode 100644 assets/fan_power_state.svg
delete mode 100644 assets/operation_mode_state.svg
diff --git a/.homeycompose/capabilities/fan_power_state.json b/.homeycompose/capabilities/fan_power_state.json
index 8cb37764..14255e65 100644
--- a/.homeycompose/capabilities/fan_power_state.json
+++ b/.homeycompose/capabilities/fan_power_state.json
@@ -1,6 +1,5 @@
{
"getable": true,
- "icon": "/assets/fan_power_state.svg",
"insights": true,
"setable": false,
"title": {
diff --git a/.homeycompose/capabilities/operation_mode_state.json b/.homeycompose/capabilities/operation_mode_state.json
index bd1781fb..3d5a768f 100644
--- a/.homeycompose/capabilities/operation_mode_state.json
+++ b/.homeycompose/capabilities/operation_mode_state.json
@@ -1,6 +1,5 @@
{
"getable": true,
- "icon": "/assets/operation_mode_state.svg",
"setable": false,
"title": {
"da": "Aktuel drift",
diff --git a/app.json b/app.json
index 1c4ee7db..866c82bd 100644
--- a/app.json
+++ b/app.json
@@ -5213,7 +5213,6 @@
},
"fan_power_state": {
"getable": true,
- "icon": "/assets/fan_power_state.svg",
"insights": true,
"setable": false,
"title": {
@@ -5376,7 +5375,6 @@
},
"operation_mode_state": {
"getable": true,
- "icon": "/assets/operation_mode_state.svg",
"setable": false,
"title": {
"da": "Aktuel drift",
diff --git a/assets/fan_power_state.svg b/assets/fan_power_state.svg
deleted file mode 100644
index 88ea6af9..00000000
--- a/assets/fan_power_state.svg
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/assets/operation_mode_state.svg b/assets/operation_mode_state.svg
deleted file mode 100644
index b9db5ffd..00000000
--- a/assets/operation_mode_state.svg
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
\ No newline at end of file