From c9fa2626c5641a15f95077efa9ef39bb8f1dae69 Mon Sep 17 00:00:00 2001 From: aderusha Date: Wed, 3 Mar 2021 17:24:21 -0500 Subject: [PATCH] fix duplicate domains in lovelace entities --- .../blueprints/hasp_Core_Functionality.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Home_Assistant/blueprints/hasp_Core_Functionality.yaml b/Home_Assistant/blueprints/hasp_Core_Functionality.yaml index 765f9f7..1db91f0 100644 --- a/Home_Assistant/blueprints/hasp_Core_Functionality.yaml +++ b/Home_Assistant/blueprints/hasp_Core_Functionality.yaml @@ -492,24 +492,24 @@ action: state_color: true entities: - - entity: number.{{haspentities.activepage}} + - entity: {{haspentities.activepage}} - type: divider - - entity: light.{{haspentities.backlight}} + - entity: {{haspentities.backlight}} secondary_info: brightness - type: divider - - entity: light.{{haspentities.selectedforeground}} + - entity: {{haspentities.selectedforeground}} icon: 'mdi:palette' name: Selected Foreground Color secondary_info: brightness - - entity: light.{{haspentities.selectedbackground}} + - entity: {{haspentities.selectedbackground}} icon: 'mdi:palette' name: Selected Background Color secondary_info: brightness - - entity: light.{{haspentities.unselectedforeground}} + - entity: {{haspentities.unselectedforeground}} icon: 'mdi:palette' name: Unselected Foreground Color secondary_info: brightness - - entity: light.{{haspentities.unselectedbackground}} + - entity: {{haspentities.unselectedbackground}} icon: 'mdi:palette' name: Unselected Background Color secondary_info: brightness