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

MIssing states for 'cover' in Carplay interface #3469

Open
mdehaas opened this issue Feb 28, 2025 · 0 comments
Open

MIssing states for 'cover' in Carplay interface #3469

mdehaas opened this issue Feb 28, 2025 · 0 comments

Comments

@mdehaas
Copy link

mdehaas commented Feb 28, 2025

iOS device model, version and app version
Model Name: iPhone 15 Pro
Software Version: 18.3.1
App version: 2025.1 (2025.1073)

Home Assistant Core Version
2025.2.5

Describe the bug
The cover entity in HA Core has four states (open, closed, opening, closing) of which the last two are not supported in the Carplay item (I have this under Quick Access). The Carplay interface falls back to the 'raw' states (without capitals). I searched the code through Github and think these states are not present in the strings file

Exerpt from 'Core.strings' (in this case Dutch/NL)

"component::cover::entity_component::_::state::closed" = "Gesloten";
"component::cover::entity_component::_::state::open" = "Open";

To Reproduce
Pin a cover (e.g. Garagedoor) witch supports al fout states to quick access and use the Carplay app to control the entity.

Expected behavior
All four states should be natively displayed and be present in the translatable strings. For Dutch/NL these should be:

"component::cover::entity_component::_::state::closing" = "Sluiten";
"component::cover::entity_component::_::state::opening" = "Openen";

Addiotinal Info
I have not tried to reproduce this in Safari. The interface (Mushroom Cover Card and native Tile Card) shows the correct and translated values on the dashboard.

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

No branches or pull requests

1 participant