Skip to content

98ultimate/kiosk-conditional-content-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

kiosk-conditional-content-card

hacs_badge GH-last-commit GH-code-size

This is example lovelace card to use with homeassistant / alarmo-card. It will simply list open sensors with conditional card.

Example lovelace yaml to use with homeassistant:

card:
    entities:
    - binary_sensor.sensor1
    - binary_sensor.doorsensor1
    - binary_sensor.movesonsor1
    - binary_sensor.movesonsor2
    - binary_sensor.movesonsor3
    state_filter:
        - 'on'
    type: entity-filter
    card:
        type: custom:kiosk-conditional-content-card
        show_name: true
        show_icon: false
        show_state: true
conditions:
    - entity: alarm_control_panel.alarmo
      state: disarmed
type: conditional

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors