Skybeacon
The skybeacon
sensor platform supports CR2477-powered iBeacon/eddystone sensors that come with temperature/sensor module.
Configuration
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
Configuration Variables
The MAC address of your sensor. You can find this be running hcitool lescan
from command line.