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

Fix dumps with idle_view #664

Closed
wants to merge 1 commit into from

Conversation

spacegaier
Copy link
Contributor

Fixes #658

The access to media_position_updated_at failed and resulted in the card from rendering with the idle feature.

YAML setup (did not test without the vertical-stack but that should have no impact here either way).

type: vertical-stack
cards:
  - type: custom:mini-media-player
    entity: media_player.sonos_living_front
    idle_view:
      when_paused: true

@spacegaier spacegaier changed the base branch from master to dev May 6, 2022 19:55
@kalkih
Copy link
Owner

kalkih commented May 8, 2022

Thanks for the PR, made me realise the source issue _attr should never be undefined in updatedAt.
Closing this in favor for #667

@kalkih kalkih closed this May 8, 2022
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.

Error when using idle view
2 participants