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

custom-components/sensor.launchlibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.