mirror of
https://github.com/HASwitchPlate/HASPone.git
synced 2025-07-28 13:46:35 +00:00
fix duplicate domains in lovelace entities
This commit is contained in:
parent
46c16fb1a0
commit
c9fa2626c5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user