mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
parent
71e079773e
commit
25bd9cb7c5
33
source/_components/sensor.skybeacon.markdown
Normal file
33
source/_components/sensor.skybeacon.markdown
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Skybeacon sensor"
|
||||||
|
description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant."
|
||||||
|
date: 2017-01-17 10:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
ha_category: DIY
|
||||||
|
ha_release: 0.37
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
The `skybeacon` sensor platform supports [CR2477](http://cnsky9.en.alibaba.com)-powered [iBeacon](https://en.wikipedia.org/wiki/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:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# 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 paramaters that should be monitored.
|
||||||
|
- **temperature**: Temperature at the sensor's location.
|
||||||
|
- **humidity**: Humidity at the sensor's location.
|
||||||
|
|
@ -269,6 +269,7 @@ This page contains a list of people who have contributed in one way or another t
|
|||||||
- [vladonemo](https://github.com/vladonemo)
|
- [vladonemo](https://github.com/vladonemo)
|
||||||
- [Warren Konkel](https://github.com/wkonkel)
|
- [Warren Konkel](https://github.com/wkonkel)
|
||||||
- [webworxshop](https://github.com/webworxshop)
|
- [webworxshop](https://github.com/webworxshop)
|
||||||
|
- [Whytey](https://github.com/Whytey)
|
||||||
- [Willems Davy](https://github.com/joyrider3774)
|
- [Willems Davy](https://github.com/joyrider3774)
|
||||||
- [William Scanlon](https://github.com/w1ll1am23)
|
- [William Scanlon](https://github.com/w1ll1am23)
|
||||||
- [wind-rider](https://github.com/wind-rider)
|
- [wind-rider](https://github.com/wind-rider)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user