Skip to content

Commit

Permalink
Create Card_Temp_1.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BangerTech authored Dec 7, 2021
1 parent 4cfe95a commit 1a274ee
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions StateCards/Card_Temp_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
uid: Card_Temp_1
tags: []
props:
parameters:
- context: item
description: Item Temperatur
label: Item Temp
name: itemtemp
required: false
type: TEXT
- context: item
description: Item Humidity
label: Item Hum.
name: itemhum
required: false
type: TEXT
- description: Headline
label: Headline
name: headline
required: false
type: TEXT
timestamp: Feb 18, 2021, 10:10:33 AM
component: oh-label-cell
config:
header: '=(props.headline) ? props.headline : "Headline"'
item: =props.itemtemp
trendItem: =props.itemtemp
action: group
actionGroupPopupItem: WZ_Klima
icon: f7:thermometer
subtitle: =items.HM_WZ_Heizung_ActProfile.displayState
footer: ="Luftfeuchtigkeit " + items[props.itemhum].displayState
expandable: false
style:
background: '=(items.[props.itemhum].displayState > 10) ? "red" : "blue"'

0 comments on commit 1a274ee

Please sign in to comment.