Hi ich habe gesucht aber nichts gefunden das passt.
In der HA App auf meinem Iphone sieht mein Dashboard so aus.
Ich hätte gerne die Schalter, also Rolo rauf runter stop und temperatur + - transparent.
Ich hab den ganzen morgen probiert und versagt:
Hier der Code vom Rollo
type: custom:mushroom-cover-card
entity: cover.alle_rollos
show_position_control: false
show_buttons_control: true
show_tilt_position_control: false
grid_options:
columns: 12
rows: auto
layout: horizontal
fill_container: true
card_mod:
style: |
ha-card {
background-color: transparent;
box-shadow: none;
border: none;
}
:host {
--rgb-state-cover: 255, 255, 255 !important;
--icon-symbol-size: 45px !important;
--icon-size: 60px !important;
}
mushroom-shape-icon {
--shape-color: transparent !important;
--icon-color: white !important;
}
ha-state-icon {
color: white !important;
}
mushroom-state-info {
/* Zieht den Text näher an das Icon heran */
margin-left: -15px !important;
}
und hier der Code von der Temperatursteuerung:
type: custom:mushroom-climate-card
entity: climate.thermostat_buro
primary_info: none
secondary_info: none
icon_type: none
show_temperature_control: true
collapsible_controls: false
fill_container: true
card_mod:
style: |
ha-card {
background-color: transparent;
box-shadow: none;
border: none;
margin-right: 0px;
margin-left: 0px;
margin-top: 0px;
}
grid_options:
columns: 12
rows: 1
Hat irgendjemand eine Idee? Vielen Dank vorab für eure Zeit
Andreas




