This is now a part of Home Assistant https://www.home-assistant.io/components/sensor.launch_library/
A platform which allows you to get information from alerts.weather.gov.
To get started put /custom_components/sensor/launchlibrary.py
here:
<config directory>/custom_components/sensor/launchlibrary.py
Example configuration.yaml:
sensor:
platform: launchlibrary
Configuration variables:
key | description |
---|---|
platform (Required) | The platform name. |
This platform is using the launchlibrary.net API to get the information.
Due to how custom_componentes
are loaded, it is normal to see a ModuleNotFoundError
error on first boot after adding this, to resolve it, restart Home-Assistant.