We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
iPhone: 14 mini iOS 18.3.2 App 2025.2 (2025.1178) Running HAOS. Versions: Core 2025.3.4 Supervisor 2025.03.3 Operating System 15.0 Frontend 20250306.0
Steps to reproduce :
In iOS, manually add a dashboard element and paste the following in:
type: custom:auto-entities card: type: entities title: Room lights switched on state_color: true filter: include: - domain: number state: "on" exclude: - entity_id: "orange" show_empty: false sort: method: friendly_name
At this point, the card will auto render. Delete the state on line to reproduce the bug.
Current behaviour - app crashes.
Desired behaviour - app doesn’t crash and allows auto entity cards to be edited when on mobile.
Additional context
Never had the app crashes before but generally edit dashboards from home on a Mac.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
iPhone: 14 mini
iOS 18.3.2
App 2025.2 (2025.1178)
Running HAOS. Versions:
Core
2025.3.4
Supervisor
2025.03.3
Operating System
15.0
Frontend
20250306.0
Steps to reproduce :
In iOS, manually add a dashboard element and paste the following in:
type: custom:auto-entities
card:
type: entities
title: Room lights switched on
state_color: true
filter:
include:
- domain: number
state: "on"
exclude:
- entity_id: "orange"
show_empty: false
sort:
method: friendly_name
At this point, the card will auto render. Delete the state on line to reproduce the bug.
Current behaviour - app crashes.
Desired behaviour - app doesn’t crash and allows auto entity cards to be edited when on mobile.
Additional context
Never had the app crashes before but generally edit dashboards from home on a Mac.
The text was updated successfully, but these errors were encountered: