home-assistant.github.io/source/_components/sensor.bloomsky.markdown
2016-02-05 18:50:50 -07:00

1.2 KiB

layout title description date sidebar comments sharing footer logo ha_category
component BloomSky Instructions how to integrate the BloomSky sensors within Home Assistant. 2016-02-03 20:00 true false true true bloomsky.png Sensor

The bloomsky sensor component allows you to view the measurements made by sensors in the BloomSky weather station. This can work in concert with the BloomSky camera.

To enable these sensors in your installation, set up the BloomSky component with your API key add the following to your configuration.yaml file:

# 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 (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