fix duplicate domains in lovelace entities

This commit is contained in:
aderusha 2021-03-03 17:24:21 -05:00
parent 46c16fb1a0
commit c9fa2626c5

View File

@ -492,24 +492,24 @@ action:
state_color: true state_color: true
entities: entities:
- entity: number.{{haspentities.activepage}} - entity: {{haspentities.activepage}}
- type: divider - type: divider
- entity: light.{{haspentities.backlight}} - entity: {{haspentities.backlight}}
secondary_info: brightness secondary_info: brightness
- type: divider - type: divider
- entity: light.{{haspentities.selectedforeground}} - entity: {{haspentities.selectedforeground}}
icon: 'mdi:palette' icon: 'mdi:palette'
name: Selected Foreground Color name: Selected Foreground Color
secondary_info: brightness secondary_info: brightness
- entity: light.{{haspentities.selectedbackground}} - entity: {{haspentities.selectedbackground}}
icon: 'mdi:palette' icon: 'mdi:palette'
name: Selected Background Color name: Selected Background Color
secondary_info: brightness secondary_info: brightness
- entity: light.{{haspentities.unselectedforeground}} - entity: {{haspentities.unselectedforeground}}
icon: 'mdi:palette' icon: 'mdi:palette'
name: Unselected Foreground Color name: Unselected Foreground Color
secondary_info: brightness secondary_info: brightness
- entity: light.{{haspentities.unselectedbackground}} - entity: {{haspentities.unselectedbackground}}
icon: 'mdi:palette' icon: 'mdi:palette'
name: Unselected Background Color name: Unselected Background Color
secondary_info: brightness secondary_info: brightness