Guten Tag,
weiß jemand wie man um eine Card einen Rahmen macht?
Würde gerne die jeweiligen Räume mit einem Rahmen zusammenfassen.
type: vertical-stack
cards:
- type: custom:mushroom-title-card
title: Gästezimmer / Büro
- type: custom:mushroom-climate-card
entity: climate.eg_wohnen_essen
show_temperature_control: true
collapsible_controls: false
layout: horizontal
- type: custom:mushroom-chips-card
chips:
- type: entity
entity: sensor.kmh
icon: mdi:weather-windy
- type: entity
entity: sensor.aussentemperatur_wetterstation
content_info: state
icon: mdi:home-thermometer-outline
- type: template
content: |-
{% set total = 0 %}
{% if is_state('light.gastezimmer_beleuchtung', 'on') %}
{% set total = total + 1 %}
{% endif %}
{% if is_state('light.gastezimmer_bad_spiegellampe', 'on') %}
{% set total = total + 1 %}
{% endif %}
{% if is_state('light.gastezimmer_bad_deckenlicht', 'on') %}
{% set total = total + 1 %}
{% endif %}
({{total}}) Lights ON
icon: mdi:lightbulb-group
icon_color: |-
{% if is_state('light.gastezimmer_beleuchtung', 'on') %}
orange
{% elif is_state("light.gastezimmer_bad_spiegellampe", "on") %}
orange
{% elif is_state("light.gastezimmer_beleuchtung", "on") %}
orange
{% else %}
grey
{% endif %}
tap_action:
action: more-info
entity: light.wohnzimmer
- type: custom:mushroom-cover-card
layout: horizontal
tap_action:
action: more-info
hold_action:
action: more-info
double_tap_action:
action: more-info
show_tilt_position_control: true
show_position_control: true
show_buttons_control: true
fill_container: false
primary_info: name
secondary_info: state
name: Jalousie
entity: cover.gastezimmer_sud
- type: custom:mushroom-light-card
entity: light.gastezimmer_beleuchtung
show_brightness_control: true
collapsible_controls: false
layout: horizontal
secondary_info: last-changed
icon_type: entity-picture
- type: custom:mushroom-light-card
show_color_control: false
entity: light.gastezimmer_bad_deckenlicht
- type: custom:mushroom-light-card
entity: light.gastezimmer_bad_spiegellampe
secondary_info: last-changed
- type: custom:mushroom-light-card
entity: light.gastezimmer_steckdose_tv
secondary_info: last-changed
icon_color: green