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

How to get daily projected max. temperature? #64

Open
Schnabulation opened this issue May 16, 2022 · 0 comments
Open

How to get daily projected max. temperature? #64

Schnabulation opened this issue May 16, 2022 · 0 comments

Comments

@Schnabulation
Copy link

Dear all

I would like to create an automation based on the maximum temperature that is expected for today.
I can see that the weather entity has that attributes for the following 5 days, but not for today:

forecast:
  - datetime: '2022-05-17'
    templow: 13
    temperature: 27
    condition: partlycloudy
  - datetime: '2022-05-18'
    templow: 14
    temperature: 28
    condition: sunny
  - datetime: '2022-05-19'
    templow: 15
    temperature: 29
    condition: partlycloudy
  - datetime: '2022-05-20'
    templow: 17
    temperature: 30
    condition: partlycloudy
  - datetime: '2022-05-21'
    templow: 16
    temperature: 26
    condition: rainy

Is it possible to get the value temperature and templow for today?

@Schnabulation Schnabulation changed the title How to get daily max. temperature? How to get daily projected max. temperature? May 16, 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

No branches or pull requests

1 participant