home-assistant.io/source/_components/sensor.bloomsky.markdown
Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.2 KiB

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

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
    - Pressure
    - UVIndex
    - Luminance
    - Voltage

Configuration variables:

  • monitored_conditions array (Required): The sensors that you wish to monitor on all of your devices. Select from these options:
    • Humidity
    • Luminance
    • Pressure
    • Temperature
    • UVIndex
    • Voltage

More conditions are available using the BloomSky binary sensor component.