Add documentation for the BloomSky components.

This commit is contained in:
Harald Nagel 2016-02-03 20:02:34 -07:00
parent 4953d85f9e
commit c15b695252
4 changed files with 93 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
layout: component
title: "BloomSky"
description: "Instructions how to integrate the BloomSky camera within Home Assistant."
date: 2016-02-03 20:00
sidebar: true
comments: false
sharing: true
footer: true
logo: bloomsky.png
ha_category: Camera
---
The `bloomsky` camera component allows you to view the current photo created by the camera in the [BloomSky](https://www.bloomsky.com) weather station. This can work in concert with [BloomSky sensors](/components/sensor.bloomsky).
To enable this camera in your installation, set up the [BloomSky component](/components/bloomsky) with your API key and add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
camera:
platform: bloomsky
```