Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.01 KB

Parrot Flower Power BLE sensor integration for Home Assistant

It's sketchy but it works.

Usage :

  • Copy folder "parrotflowerpower" to /custom_components
  • Edit configuration.yaml by adding :
sensor:
  - platform: parrotflowerpower
    mac: 'A0:14:3D:xx:xx:xx'
    name: "Flower Power xxxx"
    scan_interval: 1800

Values for config :

mac: the MAC address of the sensor
name: the name of the sensor
scan_interval: refresh interval in seconds (e.g. 1800 = every 30 mn)

Useful and used resources :