Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: horizontal-stack
- cards:
- - type: horizontal-stack
- cards:
- - type: custom:stack-in-card
- mode: horizontal
- cards:
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Living Room
- secondary: >-
- {{ states('sensor.living_room_temperature')|round(2) }}°F | {{
- states('sensor.living_room_humidity')|round(2) }}%
- card_mod:
- style:
- mushroom-shape-icon$: |
- .shape {
- display: none !important;
- }
- .: |
- ha-card {
- border: 0px;
- padding-left: 10px;
- padding-top: 10px;
- width: 500px;
- }
- - type: custom:mushroom-template-card
- entity: light.family_light
- layout: horizontal
- icon: mdi:sofa
- hold_action:
- action: more-info
- icon_color: >-
- {% if is_state('light.family_light', 'on') %} #72A0BE {% else
- %} #7A7A7F {% endif %}
- primary_info: none
- secondary_info: none
- card_mod:
- style:
- mushroom-shape-icon$: |
- .shape {
- --icon-size: 135px;
- }
- .: |
- ha-card {
- border: 0px;
- margin-left: -30px;
- margin-top: -20px;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- entity: light.black_lamp
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:floor-lamp-dual-outline
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('light.black_lamp', 'on') %} #E3C8C4 {% else %} #353535 {% endif %};
- --color: {% if is_state('light.black_lamp', 'on') %} #433752 {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- entity: switch.black_cabinet_plug_zb
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:leaf
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('switch.black_cabinet_plug_zb', 'on') %} #98A8A2 {% else %} #353535 {% endif %};
- --color: {% if is_state('switch.black_cabinet_plug_zb', 'on') %} #4E6365 {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- entity: light.fish_tank_bulb_zb
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:fish
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('light.fish_tank_bulb_zb', 'on') %} #72A0BE {% else %} #353535 {% endif %};
- --color: {% if is_state('light.fish_tank_bulb_zb', 'on') %} #3A507B {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- tap_action:
- action: perform-action
- perform_action: switch.turn_on
- target:
- entity_id: switch.apple_tv_3rd_128_110_aed4_turn_on
- hold_action:
- action: none
- double_tap_action:
- action: perform-action
- perform_action: switch.turn_on
- target:
- entity_id: switch.apple_tv_3rd_128_110_aed4_turn_off
- icon: mdi:monitor
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('media_player.sony_tv_hk_direct_television', 'on') %} #BB6052 {% else %} #353535 {% endif %};
- --color: {% if is_state('media_player.sony_tv_hk_direct_television', 'on') %} #793C3C {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- card_mod:
- style: |
- .chip-container {
- flex-flow: column wrap-reverse !important;
- display: flex !important;
- --chip-spacing: 8px;
- margin: 12px;
- }
- .: |
- .container {
- align: end;
- }
- card_mod:
- style: |
- ha-card {
- max-width: 100%;
- min-width: 50%;
- height: 186px;
- }
- grid_options:
- columns: 6
- rows: 3
- - type: horizontal-stack
- cards:
- - type: custom:stack-in-card
- mode: horizontal
- cards:
- - type: vertical-stack
- cards:
- - type: custom:mushroom-template-card
- primary: Kitchen
- entity: light.kitchen_dimmer
- tap_action:
- action: navigate
- navigation_path: kitchen
- secondary: >-
- {{ (states('sensor.kitchen_outlet_fellow_15_1d') | float +
- states('sensor.mudroom_5_1d') | float +
- states('sensor.fridge_12_1d') | float +
- states('sensor.microwave_6_1d') | float +
- states('sensor.oven_2_1d') | float) | round(2) }} kWh
- card_mod:
- style:
- mushroom-shape-icon$: |
- .shape {
- display: none !important;
- }
- .: |
- ha-card {
- border: 0px;
- padding-left: 10px;
- padding-top: 10px;
- width: 500px;
- }
- - type: custom:mushroom-template-card
- entity: light.kitchen_dimmer
- layout: horizontal
- icon: |
- {% if is_state('switch.coffee_zb', 'on') %}
- mdi:coffee-outline
- {% elif is_state('input_boolean.dishwasher_boolean', 'on') %}
- mdi:dishwasher
- {% else %}
- mdi:coffee-maker-outline
- {% endif %}
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon_color: |-
- {% if is_state('light.kitchen_dimmer', 'on') %}
- #A692B9
- {% elif is_state('input_boolean.dishwasher_boolean', 'on') %}
- #A697C1
- {% else %}
- #7A7A7F
- {% endif %}
- primary_info: none
- secondary_info: none
- card_mod:
- style:
- mushroom-shape-icon$: |
- .shape {
- --icon-size: 135px;
- }
- .: |
- ha-card {
- border: 0px;
- margin-left: -30px;
- margin-top: -20px;
- }
- - type: custom:mushroom-chips-card
- chips:
- - type: template
- entity: light.wled
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:led-strip-variant
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('light.wled', 'on') %} #679DB1 {% else %} #353535 {% endif %};
- --color: {% if is_state('light.wled', 'on') %} #35515B {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- entity: light.smart_dining_light
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:silverware-fork-knife
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('light.smart_dining_light', 'on') %} #D2A7A7 {% else %} #353535 {% endif %};
- --color: {% if is_state('light.smart_dining_light', 'on') %} #715A5A {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- entity: switch.kitchen_cabinet_light
- tap_action:
- action: toggle
- hold_action:
- action: more-info
- double_tap_action:
- action: more-info
- icon: mdi:pot-mix
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('switch.kitchen_cabinet_light', 'on') %} #DB9D54 {% else %} #353535 {% endif %};
- --color: {% if is_state('switch.kitchen_cabinet_light', 'on') %} #95712E {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- - type: template
- entity: switch.coffee_zb
- tap_action:
- action: toggle
- confirmation:
- text: Do you want to toggle on Coffee machine?
- hold_action:
- action: none
- double_tap_action:
- action: none
- icon: mdi:coffee-outline
- card_mod:
- style: |
- ha-card {
- --chip-background: {% if is_state('switch.coffee_zb', 'on') %} #AD7D79 {% else %} #353535 {% endif %};
- --color: {% if is_state('switch.coffee_zb', 'on') %} #50443F {% else %} #DBDBDB {% endif %};
- justify-content: center;
- height: 35px !important;
- width: 35px !important;
- border: 0 !important;
- box-shadow: none !important;
- border-radius: 22px !important;
- }
- card_mod:
- style: |
- .chip-container {
- flex-flow: column wrap-reverse !important;
- display: flex !important;
- --chip-spacing: 8px;
- margin: 12px;
- }
- .: |
- .container {
- align: end;
- }
- card_mod:
- style: |
- ha-card {
- max-width: 100%;
- min-width: 50%;
- height: 186px;
- }
- grid_options:
- columns: 6
- rows: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement