Adding extra_attributes to Weather forecast #1080
Replies: 4 comments 10 replies
-
Just add additional entities? |
Beta Was this translation helpful? Give feedback.
-
I'm not quite getting what you mean. Do you mean to add additional sensors to specific weather integration? |
Beta Was this translation helpful? Give feedback.
-
@MatthewFlamm Do you have any thoughts on this? I really want to try to get those extra bits of forecast in from NWS (from detailed_forecast). Unless I'm misunderstanding how this would work, for one, that seems to me creating a whole lot of sensors - not to mention to fit in with the forecast model of hourly/daily/twice_daily, you would have to create three separate sensors of each attribute for each type of forecast. Unless we add a special service to call to get these extra forecast attributes depending on the forecast type. But then I feel like we're just duplicating the Thanks for humoring my thoughts. |
Beta Was this translation helpful? Give feedback.
-
I would like to propose allowing extra attributes back into the weather forecast, this time as a dict on
extra_attributes
attribute. Right now, the weather template limits the attributes forecasts can return, but many services return useful and interesting data (for example, it is possible from NWS to get chance of thunderstorm, wet bulb temperature, etc.).I am also unsure about the reason for the strict attribute list in the forecasts. Was this because of worries about the size of the state?
There have been some users discussing a bit here: #114799
Beta Was this translation helpful? Give feedback.
All reactions