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

Add filters for event type and level #176

Merged
merged 3 commits into from
May 18, 2023
Merged

Conversation

MrBartusek
Copy link
Owner

@MrBartusek MrBartusek commented May 18, 2023

Fixes: #112

Users can now configure filters in YAML configuration to exclude specific events or levels

type: custom:meteoalarm-card
integration: env_canada
entities:
  - entity: sensor.sundre_warnings
ignored_levels:
  - Yellow
ignored_events:
  - Air Quality

@MrBartusek MrBartusek added the enhancement New feature or request label May 18, 2023
@MrBartusek MrBartusek linked an issue May 18, 2023 that may be closed by this pull request
src/events-praser.ts Fixed Show fixed Hide fixed
@MrBartusek MrBartusek closed this May 18, 2023
@MrBartusek MrBartusek reopened this May 18, 2023
@MrBartusek MrBartusek merged commit fc07e02 into master May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter for alert severity
1 participant