Hallo
ich stehe grad vor dem selben Problem. Ich bekome bei allen Karten die Backround Tranzparenz hin und die Border weg.
Bei den Chips stoße ich grad an meine Grenze.
Ich habe bei allen karten den Schnipsel eingefügt und das hat bisher geklappt.
card_mod:
style: |
ha-card {
background: transparent;
border: none;
}
Bei dem ganzen Stapel an chips geht es nicht. Am liebsten wäre es mir bei allen Chips aufeinmal zu machen.
Also code ganz unten eingefügt, geht nicht. passiert gar nichts auf dem Dashboard.
Code bei jedem Chip rein selbes ergebniss.
Hat vielleicht jemand eine Idee?
type: custom:mushroom-chips-card
chips:
- type: weather
card_mod:
style: |
ha-card {
background: transparent;
border: none;
}
entity: weather.forecast_home
tap_action:
action: navigate
navigation_path: /dashboard-familie/wetter
show_conditions: false
show_temperature: true
hold_action:
action: url
url_path: https://www.wetteronline.de/regenradar/bayern?mode=interactive
double_tap_action:
action: none
- type: entity
entity: sensor.keller_vegi_humidity
tap_action:
action: navigate
navigation_path: /dashboard-familie/wohnzimmer
hold_action:
action: none
double_tap_action:
action: none
name: Zu Hause
icon_color: blue
use_entity_picture: false
- type: entity
entity: sensor.keller_vegi_temperature
icon_color: deep-orange
- type: template
entity: switch.pool_pumpe_switch_0
content_info: state
tap_action:
action: navigate
navigation_path: /dashboard-familie/garten
use_entity_picture: false
icon: mdi:pool
icon_color: |-
{% set state=states('switch.pool_pumpe_switch_0') %}
{% if state=='off' %}
orange
{% else %}
cyan
{% endif %}
content: |
{% set state=states('switch.pool_pumpe_switch_0') %}
{% if state=='off' %}
Aus
{% else %}
{{ states('sensor.pool_pumpe_switch_0_power') | round(0) }} W
{% endif %}
- type: entity
entity: sensor.pool_warmepumpe_outlet_water_temperature
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
content_info: state
icon: mdi:pool-thermometer
icon_color: cyan
tap_action:
action: none
- type: entity
entity: switch.pool_umluft
name: pool Umluft
icon_color: amber
content_info: name
icon: mdi:fan-clock
- type: entity
entity: switch.pool_licht
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: none
icon: mdi:lightbulb-spot
icon_color: purple
- type: light
entity: switch.shellypro2_2cbcbb9e7080_switch_0
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
use_light_color: false
content_info: name
icon: mdi:lightbulb-group
- type: light
entity: switch.shellypro2_2cbcbb9e7080_switch_1
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
content_info: name
icon: mdi:lightbulb-group
- type: light
entity: light.dots_garten_18
tap_action:
action: none
hold_action:
action: more-info
double_tap_action:
action: none
content_info: name
name: Dots
- type: light
entity: light.wz_decke_1
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /test-2/wohnzimmer
double_tap_action:
action: none
content_info: name
alignment: center
grid_options:
columns: full
rows: auto
EDIT: Lösung gefunden
Hallo Jetzt habe ich doch noch ein Problem.
Man sieht jetzt immer noch um die einzelnen entitäten den Rahmen. Wie bekomme ich den weg?
EDTIT2:
type: custom:mushroom-chips-card
chips:
- type: weather
entity: weather.forecast_home
tap_action:
action: navigate
navigation_path: /dashboard-familie/wetter
show_conditions: false
show_temperature: true
hold_action:
action: url
url_path: https://www.wetteronline.de/regenradar/bayern?mode=interactive
double_tap_action:
action: none
- type: entity
entity: sensor.keller_vegi_humidity
tap_action:
action: navigate
navigation_path: /dashboard-familie/wohnzimmer
hold_action:
action: none
double_tap_action:
action: none
name: Zu Hause
icon_color: blue
use_entity_picture: false
- type: entity
entity: sensor.keller_vegi_temperature
icon_color: deep-orange
- type: template
entity: switch.pool_pumpe_switch_0
content_info: state
tap_action:
action: navigate
navigation_path: /dashboard-familie/garten
use_entity_picture: false
icon: mdi:pool
icon_color: |-
{% set state=states('switch.pool_pumpe_switch_0') %}
{% if state=='off' %}
orange
{% else %}
cyan
{% endif %}
content: |
{% set state=states('switch.pool_pumpe_switch_0') %}
{% if state=='off' %}
Aus
{% else %}
{{ states('sensor.pool_pumpe_switch_0_power') | round(0) }} W
{% endif %}
- type: entity
entity: sensor.pool_warmepumpe_outlet_water_temperature
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
content_info: state
icon: mdi:pool-thermometer
icon_color: cyan
tap_action:
action: none
- type: entity
entity: switch.pool_umluft
name: pool Umluft
icon_color: amber
content_info: name
icon: mdi:fan-clock
- type: entity
entity: switch.pool_licht
tap_action:
action: toggle
hold_action:
action: more-info
double_tap_action:
action: none
icon: mdi:lightbulb-spot
icon_color: purple
- type: light
entity: switch.shellypro2_2cbcbb9e7080_switch_0
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
use_light_color: false
content_info: name
icon: mdi:lightbulb-group
- type: light
entity: switch.shellypro2_2cbcbb9e7080_switch_1
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /dashboard-familie/garten
double_tap_action:
action: none
content_info: name
icon: mdi:lightbulb-group
- type: light
entity: light.dots_garten_18
tap_action:
action: none
hold_action:
action: more-info
double_tap_action:
action: none
content_info: name
name: Dots
- type: light
entity: light.wz_decke_1
tap_action:
action: toggle
hold_action:
action: navigate
navigation_path: /test-2/wohnzimmer
double_tap_action:
action: none
content_info: name
alignment: center
grid_options:
columns: full
rows: auto
card_mod:
style: |
ha-card {
--chip-background: transparent;
--chip-border: none;
}
by HarryP: Zusammenführung Doppelpost (bei Änderungen oder hinzufügen von Inhalten bitte die „Bearbeitungsfunktion“ anstatt „Antworten“ zu nutzen)