mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Add documentation for the BloomSky components.
This commit is contained in:
parent
4953d85f9e
commit
c15b695252
27
source/_components/bloomsky.markdown
Normal file
27
source/_components/bloomsky.markdown
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
layout: component
|
||||
title: "BloomSky"
|
||||
description: "Instructions how to integrate the BloomSky within Home Assistant."
|
||||
date: 2016-02-03 20:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: bloomsky.png
|
||||
ha_category: Hub
|
||||
---
|
||||
|
||||
|
||||
The `bloomsky` component allows you to access your [BloomSky](http://www.insteon.com/) weather station's [sensors](/components/sensor.bloomsky) and [camera](/components/camera.bloomsky) from Home Assistant.
|
||||
|
||||
To integrate your BloomSky hub with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
bloomsky:
|
||||
api_key: YOUR_API_KEY
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **api_key** *Required*: Your BloomSky API key, obtained from your [BloomSky dashboard](https://dashboard.bloomsky.com) (click `developers` in the bottom left of the screen)
|
23
source/_components/camera.bloomsky.markdown
Normal file
23
source/_components/camera.bloomsky.markdown
Normal 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
|
||||
```
|
43
source/_components/sensor.bloomsky.markdown
Normal file
43
source/_components/sensor.bloomsky.markdown
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
layout: component
|
||||
title: "BloomSky"
|
||||
description: "Instructions how to integrate the BloomSky sensors within Home Assistant."
|
||||
date: 2016-02-03 20:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: bloomsky.png
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
|
||||
The `bloomsky` sensor component allows you to view the measurements made by sensors in the [BloomSky](https://www.bloomsky.com) weather station. This can work in concert with the [BloomSky camera](/components/camera.bloomsky).
|
||||
|
||||
To enable these sensors in your installation, set up the [BloomSky component](/components/bloomsky) with your API key add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
platform: bloomsky
|
||||
monitored_conditions:
|
||||
- Temperature
|
||||
- Humidity
|
||||
- Rain
|
||||
- Pressure
|
||||
- UVIndex
|
||||
- Luminance
|
||||
- Night
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **api_key** *Required*: Your BloomSky API key, obtained from your [BloomSky dashboard](https://dashboard.bloomsky.com) (click `developers` in the bottom left of the screen)
|
||||
- **monitored_conditions** *Required*: The sensors that you wish to monitor on all of your devices. Select from these options:
|
||||
- Humidity
|
||||
- Luminance
|
||||
- Night
|
||||
- Pressure
|
||||
- Rain
|
||||
- Temperature
|
||||
- UVIndex
|
BIN
source/images/supported_brands/bloomsky.png
Normal file
BIN
source/images/supported_brands/bloomsky.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
Loading…
x
Reference in New Issue
Block a user