This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
homeassistant-config/lovelace/lights/lightgroups.yaml

23 lines
738 B
YAML
Raw Normal View History

2022-07-30 13:15:27 +00:00
- type: 'custom:button-card'
template: card_title
name: Light Groups
2022-07-30 14:41:49 +00:00
- type: "horizontal-stack"
cards:
- type: 'custom:button-card'
template: card_light_slider_collapse
variables:
ulm_card_light_slider_collapse_name: Indirect
2022-08-02 16:57:48 +00:00
ulm_card_light_enable_collapse: true
2022-07-30 14:41:49 +00:00
ulm_card_light_name: Indirect
ulm_input_select_option: light indirect
ulm_input_select: input_select.minimalist_ui_switch
entity: light.all_indirect
2022-07-30 13:15:27 +00:00
2022-07-30 14:41:49 +00:00
- type: 'custom:button-card'
template: card_light_slider_collapse
variables:
ulm_card_light_slider_collapse_name: Direct
2022-08-02 16:57:48 +00:00
ulm_card_light_enable_collapse: true
2022-07-30 14:41:49 +00:00
ulm_card_light_name: Direct
entity: light.all_direct