Moin zusammen,
in sachen Dashboard hab ich noch viel Lernbedarf.
Folgendes hätte ich gerne.
Den Sommer über sollen die Heizungssteuerungen ausgeblendet werden.
Ich nutze Stapelkarten im Dashboard. So sieht das Wohnzimmer aus:
Hier der Code dazu:
type: vertical-stack
title: Wohnzimmer
cards:
- type: horizontal-stack
cards:
- type: tile
name: Temperatur
entity: sensor.homematicip_wandthermostat_wohnzimmer_temperature
icon_tap_action:
action: navigate
navigation_path: ""
tap_action:
action: more-info
features_position: bottom
vertical: false
- type: tile
tap_action:
action: navigate
navigation_path: /dashboard-roombased/wohnbereich
name: TV Status
icon: mdi:television
entity: media_player.shield
- type: horizontal-stack
cards:
- type: tile
tap_action:
action: toggle
name: TV Beleuchtung
entity: switch.tv_beleuchtung
- type: tile
tap_action:
action: toggle
name: Wohnzimmer Schrank
entity: light.wohnzimmerschrank
features:
- type: light-brightness
- type: horizontal-stack
cards:
- type: tile
entity: cover.homematicip_rollladen_grosses_fenster
tap_action:
action: toggle
name: Rolladen Groß
features:
- type: cover-position
- type: tile
tap_action:
action: toggle
name: Rolladen Klein
entity: cover.homematicip_rollladen_kleines_fenster
features:
- type: cover-position
- type: horizontal-stack
cards:
- type: tile
entity: binary_sensor.homematicip_wohnzimmer_grosses_fenster
name: Fenster Groß
icon: mdi:window-closed-variant
- type: tile
name: Fenster Klein
entity: binary_sensor.homematicip_wohnzimmer_kleines_fenster
icon: mdi:window-closed-variant
- type: tile
show_entity_picture: false
tap_action:
action: toggle
entity: climate.homematicip_wohnzimmer
name: Wohnzimmer Heizung
vertical: false
hide_state: false
features:
- type: target-temperature
- type: climate-hvac-modes
hvac_modes:
- auto
- heat
- type: climate-preset-modes
style: dropdown
preset_modes:
- boost
- eco
- Heizung aus
- features:
- type: vacuum-commands
commands:
- start_pause
- stop
- locate
type: tile
tap_action:
action: toggle
name: Saugroboter
entity: vacuum.fred
features_position: bottom
vertical: false
Gibt es eine Möglichkeit die Heizungssteuerung z.B. nur von Mai-September anzuzeigen? Ich werde bei google nicht wirklich fündig.
Das gleiche habe ich mit Steckdosen vor. Ich habe für die Weihnachtsbeleuchtung im Wohnzimmer extra Steckdosen die natürlich nur zur Weihnachtszeit angeschlossen sind. Diese würde ich gerne auch nur dann im Dashboard sehen.
Kann mir jemand helfen?
LG Tim

