This website requires JavaScript.
Explore
Help
Sign In
Home-Assistant
/
core
mirror of
https://github.com/home-assistant/core.git
Watch
1
Star
0
Fork
You've already forked core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9e04f618b8
core
/
homeassistant
/
components
/
nws
/
icons.json
8 lines
103 B
JSON
Raw
Normal View
History
Unescape
Escape
Add forecast service call for extra attributes for nws (#117254) * add service call * fix snapshots in test * add tests * fix no data service;add test * remove unreachable code * use only extra attributes+context attributes * detailed descr. only in twice daily; add dewpoint * fix import from merge * Remove dewpoint from twice daily. nws recently removed it * cleanup unused snapshots * remove dewpoint; use short_forecast * return [] for forecasts instead of None * Use str for short_description Co-authored-by: G Johansson <goran.johansson@shiftit.se> --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-07-18 14:26:07 +00:00
{
"services"
:
{
Update icons.json to new service schema part 3 (#124770)
2024-08-28 11:48:01 +00:00
"get_forecasts_extra"
:
{
"service"
:
"mdi:weather-cloudy-clock"
}
Add forecast service call for extra attributes for nws (#117254) * add service call * fix snapshots in test * add tests * fix no data service;add test * remove unreachable code * use only extra attributes+context attributes * detailed descr. only in twice daily; add dewpoint * fix import from merge * Remove dewpoint from twice daily. nws recently removed it * cleanup unused snapshots * remove dewpoint; use short_forecast * return [] for forecasts instead of None * Use str for short_description Co-authored-by: G Johansson <goran.johansson@shiftit.se> --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
2024-07-18 14:26:07 +00:00
}
}