From 34e266762e56ba9ee6f0eb498bed1b7ba439ccfb Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Wed, 26 Jun 2024 13:09:50 +0200 Subject: [PATCH] Remove unnecessary icon states in pyLoad integration (#120548) Remove unnecessary icon states --- homeassistant/components/pyload/icons.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/pyload/icons.json b/homeassistant/components/pyload/icons.json index 0e307a43e51..8bcc95c72d7 100644 --- a/homeassistant/components/pyload/icons.json +++ b/homeassistant/components/pyload/icons.json @@ -32,14 +32,12 @@ "download": { "default": "mdi:play", "state": { - "on": "mdi:play", "off": "mdi:pause" } }, "reconnect": { "default": "mdi:restart", "state": { - "on": "mdi:restart", "off": "mdi:restart-off" } }