:warning: This integration is broken due to changes in NWS radar servers.
Custom integration for NWS radar loops for Home Assistant. Radar stations can be found by clicking on this map.
custom_components/nwsradar/
folder into path/to/haconfig/custom_components/nwsradar/
Use UI to configure: Configuration -> Integrations -> National Weather Service (NWS) Radar
Standard
radar style offers a simple white background.Enhanced
radar style offers a topographical background.Mosaic
radar style offers a longer range radar view of regions or the entire US.Works with picture-entity card:
- type: picture-entity
entity: camera.vwx # use your entity name
There are system image library dependencies for the python Pillow package that may be required. Here are some reported by users:
libjpeg-dev
, libjpeg-turbo
or similar, that needs to be separately installed via sudo apt-get install libjpeg-turbo
. See here for report. You will get an error message like this otherwise: ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory
.libtiff5
or similar, that needs to be separately installed via sudo apt-get install libtiff5
. See here for report. You will get an error message like this otherwise: ImportError: libtiff.so.5: cannot open shared object file: No such file or directory
.