We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a5821f + 3dd44f4 commit e4b13e4Copy full SHA for e4b13e4
README.md
@@ -66,7 +66,7 @@ entities:
66
- alarm_control_panel.alarm
67
- climate.ecobee
68
card:
69
- type: "${vars[0] === 'on' ? 'custom:hui-glance-card' : 'custom:hui-entities-card'}"
+ type: "${vars[0] === 'on' ? 'glance' : 'entities'}"
70
entities:
71
- entity: alarm_control_panel.alarm
72
name: "${vars[1] === 'open' && states['alarm_control_panel.alarm'].state === 'armed_home' ? 'Close the garage!' : ''}"
0 commit comments