Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check the named entity's state/attribute when hiding #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

akomelj
Copy link

@akomelj akomelj commented Jan 7, 2023

This pull request extends hide_if configuration schema to optionally allow for using the named entity's state/attribute when evaluating criteria for showing/hiding the entity, instead of using the entity's own state/attribute.

Example

  - type: custom:multiple-entity-row
    entity: switch.dsc_armed_away
    toggle: true
    entities:
      - entity: sensor.dsc_exit_state
        hide_if:
          entity: switch.dsc_armed_away
          value: 'off'

Alarm exit state sensor's value (sensor.dsc_exit_state) will be displayed only when the alarm is armed (switch switch.dsc_armed_away is ON).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant