mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update and switch to new style (#5363)
This commit is contained in:
parent
cbca44a566
commit
8f835ce456
@ -14,6 +14,8 @@ 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.
|
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.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To use your Skybeacon sensor in your installation, add the following to your `configuration.yaml` file:
|
To use your Skybeacon sensor in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -26,8 +28,24 @@ sensor:
|
|||||||
- humidity
|
- humidity
|
||||||
```
|
```
|
||||||
|
|
||||||
- **mac** (*Required*): The MAC address of your sensor. You can find this be running `hcitool lescan` from command line.
|
{% configuration %}
|
||||||
- **monitored_conditions** array (*Required*): The parameters that should be monitored.
|
mac:
|
||||||
- **temperature**: Temperature at the sensor's location.
|
description: "The MAC address of your sensor. You can find this be running `hcitool lescan` from command line."
|
||||||
- **humidity**: Humidity at the sensor's location.
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: The name of the Skybeacon sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: Skybeacon
|
||||||
|
monitored_conditions:
|
||||||
|
description: The parameters that should be monitored.
|
||||||
|
required: false
|
||||||
|
type: map
|
||||||
|
keys:
|
||||||
|
temperature:
|
||||||
|
description: Temperature at the sensor's location.
|
||||||
|
humidity:
|
||||||
|
description: Humidity at the sensor's location.
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user