Skip to content

YamlCardPower

olialb edited this page Jun 8, 2026 · 1 revision

Card type cardPower

The card type cardPower can be used to show your power flow at home

The card has no extra card attributes. The slots are defined as following:

image

Slot number OH item type slot types default value optional / Mandetory Description
1,2 Number number - O Power overview in home rectangle
3-8 Number number - O Different power sources or power consumers. Attribute speed can be used to control the animation speed

Example cardPower:

cards:
  - name: TestPower #test cardPower
    title: Test cardPower
    type: cardPower
    slots:
      - class: ohItem
        type: number
        icon: home
        iconColor: green
        item: Power1
      - class: ohItem
        type: number
        item: Power2
      - class: ohItem
        type: number
        speed: -20
        text: Solar 1
        icon: solar-power-variant
        iconColor: yellow
        item: Power3
      - class: ohItem
        type: number
        text: Car port 1
        icon: car-electric
        iconColor: blue
        speed: 20
        item: Power4
      - class: ohItem
        type: number
        text: Car port 2
        icon: car-electric
        iconColor: blue
        speed: 100
        item: Power5
      - class: ohItem
        type: number
        text: Solar 2
        icon: solar-power-variant
        iconColor: yellow
        speed: 20
        item: Power6
      - class: ohItem
        type: number
        text: Car port 3
        icon: car-electric
        iconColor: blue
        speed: -50
        item: Power7
      - class: ohItem
        type: number
        text: Car port 4
        icon: car-electric
        iconColor: blue
        speed: -10
        item: Power8

image

Clone this wiki locally