From 517a5863ce9e24983a193365db7c086ca51831e1 Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Tue, 8 Oct 2019 18:30:44 +0200 Subject: [PATCH] Automation Icon fix --- app/templates/part/automationButton.phtml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/app/templates/part/automationButton.phtml b/app/templates/part/automationButton.phtml index 160bb16..3ceb814 100644 --- a/app/templates/part/automationButton.phtml +++ b/app/templates/part/automationButton.phtml @@ -6,27 +6,28 @@
type) { case 'sunSet': echo''; break; - + case 'sunRise': echo' '; break; - + case 'inHome': echo''; break; - + case 'outHome': echo''; break; - + case 'outDevice': echo''; break; - + default: echo''; break;