2018-09-04 10:59:49 +02:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page BloomSky Instructions on how to integrate the BloomSky within Home Assistant. 2016-02-03 20:00 true false true true bloomsky.png Environment 0.14 Cloud Polling

The bloomsky component allows you to access your BloomSky weather station's sensors, binary sensors, and camera from Home Assistant.

{% linkable_title Setup %}

Obtain your API key from your BloomSky dashboard. Click developers in the bottom left of the screen.

{% linkable_title Configuration %}

To integrate your BloomSky hub with Home Assistant, add the following section to your configuration.yaml file:

# Example configuration.yaml entry
bloomsky:
  api_key: YOUR_API_KEY

{% configuration %} api_key: description: Your BloomSky API key. required: true type: string {% endconfiguration %}