From 694ded50a01d38b408f94e6b3fa4b7ef3f1b92f0 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Mon, 20 Apr 2020 13:06:07 +0300 Subject: [PATCH] Adjust system states positioning --- .../floorplan-dashboard/picture_elements/system.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/lovelace/floorplan-dashboard/picture_elements/system.yaml b/config/lovelace/floorplan-dashboard/picture_elements/system.yaml index 8de62ac..3d79e24 100644 --- a/config/lovelace/floorplan-dashboard/picture_elements/system.yaml +++ b/config/lovelace/floorplan-dashboard/picture_elements/system.yaml @@ -4,14 +4,14 @@ template: floorplan_state_with_icon variables: - entity: input_boolean.floorplan_night_mode - - top: 3.2% - - left: 1.8% + - top: 25px + - left: 25px - icon: mdi:white-balance-sunny - type: custom:decluttering-card template: floorplan_state_with_icon variables: - entity: input_boolean.floorplan_show_all - - top: 9.5% - - left: 1.8% + - top: 70px + - left: 25px - icon: mdi:arrow-expand-all