Skip to content

Help with logic #77

Answered by sergeantbort
sergeantbort asked this question in Q&A
Discussion options

You must be logged in to vote

I found a discussion that had several examples on the HA forums that had the logic I needed to get it going. Figured I would post here in case someone else needed it.

`

type: custom:hui-entities-card
entities:

  • card:
    entity: input_boolean.test_chore
    row: true
    type: custom:restriction-card
    restrictions:
    block: true
    condition:
    value: 'on'
    entity: input_boolean.test_chore

`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sergeantbort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant