hass-core/homeassistant/components/nws
MatthewFlamm f479b64ff9
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 16:26:07 +02:00
..
__init__.py Keep observation data valid for 60 min and retry with no data for nws (#117109) 2024-05-21 22:14:05 -10:00
config_flow.py
const.py Add forecast service call for extra attributes for nws (#117254) 2024-07-18 16:26:07 +02:00
coordinator.py Keep observation data valid for 60 min and retry with no data for nws (#117109) 2024-05-21 22:14:05 -10:00
diagnostics.py Use config entry runtime_data in nws (#117593) 2024-05-16 23:14:44 +02:00
icons.json Add forecast service call for extra attributes for nws (#117254) 2024-07-18 16:26:07 +02:00
manifest.json Updated pynws to 1.8.2 (#120164) 2024-06-22 17:24:31 +02:00
sensor.py Keep observation data valid for 60 min and retry with no data for nws (#117109) 2024-05-21 22:14:05 -10:00
services.yaml Add forecast service call for extra attributes for nws (#117254) 2024-07-18 16:26:07 +02:00
strings.json Add forecast service call for extra attributes for nws (#117254) 2024-07-18 16:26:07 +02:00
weather.py Add forecast service call for extra attributes for nws (#117254) 2024-07-18 16:26:07 +02:00