Skybeacon sensor
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 lescanfrom 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.