Skip to content

Commit 25bd9cb

Browse files
authored
Skybeacon docs (home-assistant#1802)
* Add @Whytey * Add Skybeacon docs
1 parent 71e0797 commit 25bd9cb

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
layout: page
3+
title: "Skybeacon sensor"
4+
description: "Instructions on how to integrate MiFlora BLE plant sensor with Home Assistant."
5+
date: 2017-01-17 10:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
ha_category: DIY
11+
ha_release: 0.37
12+
ha_iot_class: "Local Polling"
13+
---
14+
15+
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.
16+
17+
To use your Skybeacon sensor in your installation, add the following to your `configuration.yaml` file:
18+
19+
```yaml
20+
# Example configuration.yaml entry
21+
sensor:
22+
- platform: skybeacon
23+
mac: "xx:xx:xx:xx:xx:xx"
24+
monitored_conditions:
25+
- temperature
26+
- humidity
27+
```
28+
29+
- **mac** (*Required*): The MAC address of your sensor. You can find this be running `hcitool lescan` from command line.
30+
- **monitored_conditions** array (*Required*): The paramaters that should be monitored.
31+
- **temperature**: Temperature at the sensor's location.
32+
- **humidity**: Humidity at the sensor's location.
33+

source/developers/credits.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ This page contains a list of people who have contributed in one way or another t
269269
- [vladonemo](https://github.com/vladonemo)
270270
- [Warren Konkel](https://github.com/wkonkel)
271271
- [webworxshop](https://github.com/webworxshop)
272+
- [Whytey](https://github.com/Whytey)
272273
- [Willems Davy](https://github.com/joyrider3774)
273274
- [William Scanlon](https://github.com/w1ll1am23)
274275
- [wind-rider](https://github.com/wind-rider)

0 commit comments

Comments
 (0)