mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 01:07:36 +00:00
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|
page | Skybeacon sensor | Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant. | 2017-01-17 10:00 | true | false | true | true | DIY | 0.37 | Local Polling |
The skybeacon
sensor platform supports CR2477-powered iBeacon/eddystone sensors that come with temperature/sensor module.
To use your Skybeacon sensor in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- platform: skybeacon
mac: "xx:xx:xx:xx:xx:xx"
monitored_conditions:
- temperature
- humidity
- mac (Required): The MAC address of your sensor. You can find this be running
hcitool lescan
from command line. - monitored_conditions array (Required): The parameters that should be monitored.
- temperature: Temperature at the sensor's location.
- humidity: Humidity at the sensor's location.