Hi,
mir fehlt hier leider das hintergrundwissen, ich versuche mein Dashboard auf kacheln umzustellen. Hab dafür aus meinem alten Dashboard die Yaml codes übernommen, ich denke darum klappt das mit den Farben nicht.
Ich hab ein Theme das diesen Glaseffekt macht.
hier der code der Seite:
type: grid
cards:
- type: heading
heading: Wohnzimmer
heading_style: title
icon: phu:rooms-living
badges:
- type: entity
show_state: true
show_icon: true
entity: sensor.echo_wohnzimmer_temperature
- type: entity
show_state: false
show_icon: true
entity: binary_sensor.smart_thermostats_ventil
icon: mdi:thermostat
color: state
- type: tile
grid_options:
columns: 6
rows: 3
entity: light.wohnen
name: []
icon: phu:bulb-group-ceiling-flush-circular
show_entity_picture: true
hide_state: true
vertical: true
features:
- type: light-brightness
features_position: bottom
card_mod:
style: |
ha-tile-icon {
zoom: 2;
}
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.multimedia
icon_height: 50px
name: Multimedia
icon: mdi:television
show_state: false
card_mod:
style: |
ha-card {
background-color: transparent;
box-shadow: none;
border: none;
}
show_state: true
grid_options:
columns: 6
rows: 1
- type: vertical-stack
cards:
- type: horizontal-stack
cards:
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
show_state: false
icon_height: 50px
icon: mdi:cupboard-outline
entity: light.schrank
card_mod:
style: |
ha-card {
background-color: transparent;
box-shadow: none;
border: none;
}
grid_options:
columns: 6
rows: 1
- show_name: false
show_icon: true
type: button
tap_action:
action: toggle
entity: switch.steckdose_wohnzimmer
show_state: false
icon_height: 50px
name: Wohnz
card_mod:
style: |
ha-card {
background-color: transparent;
box-shadow: none;
border: none;
}
grid_options:
columns: 6
rows: 1
- type: custom:mushroom-climate-card
entity: climate.smart_thermostats
primary_info: none
secondary_info: none
icon_type: none
show_temperature_control: true
collapsible_controls: false
fill_container: true
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
icon: ""
hvac_modes: []
grid_options:
columns: 12
rows: 1
und hier ein Bild dazu:
Ich hätte gern das das icon der lampe und der schieberegler auch weiss sind.
Das icon dann noch transparent.
Ich kriegs nicht hin.
Danke für die Hilfe
Andreas






