mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
nursery to girls room... finally
This commit is contained in:
+29
-29
@@ -13,7 +13,7 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-light-card
|
||||
entity: light.nursery_hue
|
||||
entity: light.girls_room_hue
|
||||
name: Lights
|
||||
use_light_color: false
|
||||
tap_action:
|
||||
@@ -21,9 +21,9 @@ cards:
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.nursery_occupied
|
||||
entity_id: input_boolean.girls_room_occupied
|
||||
- type: custom:mushroom-light-card
|
||||
entity: light.nursery_closet
|
||||
entity: light.girls_room_closet
|
||||
name: Closet
|
||||
use_light_color: false
|
||||
tap_action:
|
||||
@@ -32,21 +32,21 @@ cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_select.nursery_mode
|
||||
entity: input_select.girls_room_mode
|
||||
name: Mode
|
||||
- type: custom:mushroom-template-card
|
||||
secondary: '{{states(''input_select.nursery_color_set'')}}'
|
||||
entity: input_select.nursery_color_set
|
||||
secondary: "{{states('input_select.girls_room_color_set')}}"
|
||||
entity: input_select.girls_room_color_set
|
||||
icon: mdi:party-popper
|
||||
icon_color: >-
|
||||
{{ iif(is_state('input_boolean.nursery_light_cycle', 'on'),
|
||||
{{ iif(is_state('input_boolean.girls_room_light_cycle', 'on'),
|
||||
'yellow') }}
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: homeassistant.toggle
|
||||
service_data: {}
|
||||
target:
|
||||
entity_id: input_boolean.nursery_light_cycle
|
||||
entity_id: input_boolean.girls_room_light_cycle
|
||||
primary: Cycle
|
||||
hold_action:
|
||||
action: more-info
|
||||
@@ -54,10 +54,10 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Emmett
|
||||
secondary: '{{states(''select.black_bed_wled_preset'')}}'
|
||||
secondary: "{{states('select.black_bed_wled_preset')}}"
|
||||
entity: select.black_bed_wled_preset
|
||||
icon: mdi:led-strip-variant
|
||||
icon_color: '{{ iif(is_state(''light.black_bed_wled'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.black_bed_wled', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: more-info
|
||||
hold_action:
|
||||
@@ -71,10 +71,10 @@ cards:
|
||||
url_path: http://192.168.1.181
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Bridget
|
||||
secondary: '{{states(''select.white_bed_wled_preset'')}}'
|
||||
secondary: "{{states('select.white_bed_wled_preset')}}"
|
||||
entity: select.white_bed_wled_preset
|
||||
icon: mdi:led-strip-variant
|
||||
icon_color: '{{ iif(is_state(''light.white_bed_wled'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.white_bed_wled', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: more-info
|
||||
hold_action:
|
||||
@@ -94,14 +94,14 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Front Room
|
||||
secondary: '{{states(''input_select.front_room_mode'')}}'
|
||||
secondary: "{{states('input_select.front_room_mode')}}"
|
||||
entity: input_boolean.front_room_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: '{{ iif(is_state(''light.front_room_hue'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.front_room_hue', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:mushroom-template-card
|
||||
secondary: '{{states(''input_select.front_room_color_set'')}}'
|
||||
secondary: "{{states('input_select.front_room_color_set')}}"
|
||||
entity: input_select.front_room_color_set
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -122,10 +122,10 @@ cards:
|
||||
subtitle: Dining Room
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Dining Room
|
||||
secondary: '{{states(''input_select.dining_room_mode'')}}'
|
||||
secondary: "{{states('input_select.dining_room_mode')}}"
|
||||
entity: input_boolean.dining_room_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: '{{ iif(is_state(''light.dining_room_switch'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.dining_room_switch', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: vertical-stack
|
||||
@@ -134,10 +134,10 @@ cards:
|
||||
subtitle: Kitchen
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Kitchen
|
||||
secondary: '{{states(''input_select.kitchen_mode'')}}'
|
||||
secondary: "{{states('input_select.kitchen_mode')}}"
|
||||
entity: input_boolean.kitchen_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: '{{ iif(is_state(''light.kitchen_hue'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.kitchen_hue', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: vertical-stack
|
||||
@@ -148,7 +148,7 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Ceiling
|
||||
secondary: '{{states(''input_select.master_bedroom_mode'')}}'
|
||||
secondary: "{{states('input_select.master_bedroom_mode')}}"
|
||||
entity: input_boolean.master_bedroom_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -158,7 +158,7 @@ cards:
|
||||
action: toggle
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Closet
|
||||
secondary: '{{states(''light.master_bedroom_closet'')}}'
|
||||
secondary: "{{states('light.master_bedroom_closet')}}"
|
||||
entity: light.master_bedroom_closet
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -174,7 +174,7 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Master Bathroom
|
||||
secondary: '{{states(''input_select.master_bathroom_mode'')}}'
|
||||
secondary: "{{states('input_select.master_bathroom_mode')}}"
|
||||
entity: input_boolean.master_bathroom_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -192,14 +192,14 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Mode
|
||||
secondary: '{{states(''input_select.computer_area_mode'')}}'
|
||||
secondary: "{{states('input_select.computer_area_mode')}}"
|
||||
entity: input_boolean.computer_area_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: '{{ iif(is_state(''light.computer_area_hue'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.computer_area_hue', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:mushroom-template-card
|
||||
secondary: '{{states(''input_select.computer_area_color_set'')}}'
|
||||
secondary: "{{states('input_select.computer_area_color_set')}}"
|
||||
entity: input_select.computer_area_color_set
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -222,14 +222,14 @@ cards:
|
||||
cards:
|
||||
- type: custom:mushroom-template-card
|
||||
primary: Mode
|
||||
secondary: '{{states(''input_select.great_room_mode'')}}'
|
||||
secondary: "{{states('input_select.great_room_mode')}}"
|
||||
entity: input_boolean.great_room_occupied
|
||||
icon: mdi:lightbulb
|
||||
icon_color: '{{ iif(is_state(''light.great_room_hue'', ''on''), ''yellow'') }}'
|
||||
icon_color: "{{ iif(is_state('light.great_room_hue', 'on'), 'yellow') }}"
|
||||
tap_action:
|
||||
action: toggle
|
||||
- type: custom:mushroom-template-card
|
||||
secondary: '{{states(''input_select.great_room_color_set'')}}'
|
||||
secondary: "{{states('input_select.great_room_color_set')}}"
|
||||
entity: input_select.great_room_color_set
|
||||
icon: mdi:lightbulb
|
||||
icon_color: >-
|
||||
@@ -243,4 +243,4 @@ cards:
|
||||
entity_id: input_boolean.great_room_light_cycle
|
||||
primary: Cycle
|
||||
hold_action:
|
||||
action: more-info
|
||||
action: more-info
|
||||
|
||||
Reference in New Issue
Block a user