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

forecast is not available in 2023.8 #82

Closed
alexanderznamensky opened this issue Aug 5, 2023 · 6 comments
Closed

forecast is not available in 2023.8 #82

alexanderznamensky opened this issue Aug 5, 2023 · 6 comments
Labels
bug Something isn't working

Comments

@alexanderznamensky
Copy link

The problem

After update to HA 2023.8.1 the forecast is disappeared.
image

What version of the integration has the issue?

3.1.0

What version of Home Assistant Core has the issue?

2023.8.1

What type of installation are you running?

Home Assistant Supervised

Anything in the logs that might be useful for us?

nothing

Additional information

It is started from HA 2023.8.0

@IATkachenko
Copy link
Owner

Thank you! I'll check 2023.8.

@IATkachenko IATkachenko added the bug Something isn't working label Aug 6, 2023
@IATkachenko IATkachenko changed the title forecast is not available forecast is not available in 2023.8 Aug 6, 2023
@IATkachenko
Copy link
Owner

Ooops... home-assistant/core#75219
Is not breaking change at all ... https://www.home-assistant.io/blog/2023/08/02/release-20238/#breaking-changes

Will fix it today.

@IATkachenko
Copy link
Owner

@IATkachenko
Copy link
Owner

IATkachenko commented Aug 6, 2023

"Fixed" in v3.1.1

@alexanderznamensky
Copy link
Author

Игорь, спасибо!
Правильно лия понимаю, что в UI теперь 2 периода не будет отражаться?

Странно то, что на одном сервере у меня почему-то после обновления появился прогноз в карточке, а на трех - нет.
image

@IATkachenko
Copy link
Owner

@alexanderznamensky
Я в интеграции сделал грязный хак чтобы все работало.
Правильное поведение сейчас (HA 2023.8.1 + v3.1.1 интеграции) -- карточка (и если просто на weather entity кликнуть) с прогнозом и подписями день/ночь.
Варианты следующие:

  • есть прогноз / нет подписей -- HA < 2023.8, интеграция < 3.1.1
  • не грузится интеграция -- HA < 2023.8, интеграция == 3.1.1 (уже поправил hacs.json)
  • нет прогноза -- HA >= 2023.8, интеграция < 3.1.1
  • есть прогноз и подписи -- HA >= 2023.8 интеграция >= 3.1.1
    Ваш скриншот похож на "HA < 2023.8, интеграция < 3.1.1"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants