home-assistant/core

NYT Games entity for "Connections highest streak" does not maintain max value

Closed this issue · 1 comments

The problem

The NYT Games integration (Wordle, etc.) displays, as the state, the number of days the game has been played successfully. The "highest_streak" entities should maintain the actual highest streak obtained.

For Wordle, this works correctly, but for Connections the counter of the "highest_streak" entity is reset to 0 if the streak was broken.

What version of Home Assistant Core has the issue?

core-2024.10.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

nyt_games

Link to integration documentation on our website

https://www.home-assistant.io/integrations/nyt_games

Diagnostics information

Screenshot of entity status when streak was broken today:

image

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

Hey there @joostlek, mind taking a look at this issue as it has been labeled with an integration (nyt_games) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of nyt_games can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign nyt_games Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


nyt_games documentation
nyt_games source
(message by IssueLinks)