Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.09 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.09 KB

Archived

This is now a part of Home Assistant https://www.home-assistant.io/components/sensor.launch_library/

sensor.launchlibrary Build Status

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.

Sample overview

Sample overview

Home-Assistant demo site.

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.