Hallo Leute !
Wie integriere ich eine Card (z.B. :Thermostat,Switch,v-stach echt.) in meiner Tab-Card ?
Will meine einzelnen Räume über die Tabs aufrufen und darin Die Heizungscard oder dazugehörige Daten anzeigen.Danke Euch im voraus für die Hilfe.Karl
Die Idee hatte ich auch schon hab mir deswegen ein 1 Panel Dashboard angelegt. Funktioniert bei mir gut mein manko noch keine Zeit gefunden alles da rüber zu basteln aber hier meine zusammenstellung:
type: custom:tabbed-card
tabs:
- card:
type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: entities
title: Wetter
entities:
- entity: weather.openweathermap_2
type: custom:multiple-entity-row
name: Berlin
- entity: weather.openweathermap_2
type: custom:multiple-entity-row
name: Wind
attribute: wind_speed
unit: km/h
- type: vertical-stack
cards:
- type: entities
title: Info box 2
entities:
- entity: sensor.processor_temperature
type: custom:multiple-entity-row
name: CPU3
state_header: Temperatur
- type: vertical-stack
cards:
- type: entities
title: Info box 3
entities:
- entity: sensor.processor_temperature
type: custom:multiple-entity-row
name: CPU6
state_header: Temperatur
- type: entities
title: Info-unten
entities:
- entity: sensor.processor_temperature
type: custom:multiple-entity-row
name: CPU
state_header: Temperatur
attributes:
label: Übersicht
- card:
type: horizontal-stack
cards:
- type: vertical-stack
cards:
- type: entities
title: Info2
entities:
- entity: sensor.processor_temperature
type: custom:multiple-entity-row
name: CPU2
- type: vertical-stack
cards:
- type: entities
title: Info box XX
entities:
- entity: sensor.processor_temperature
type: custom:multiple-entity-row
name: CPU3
state_header: Temperatur
attributes:
label: Energie
Entitäten musste natürlich auf deine umstellen
Und habe die Card noch drin: GitHub - benct/lovelace-multiple-entity-row: Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
Ob weder raus nehmen oder die installieren.