homebridge-flowerpower
v0.0.1
Published
Parrot Flower Power plugin for HomeBridge
Downloads
2
Maintainers
Readme
homebridge-flowerpower
Parrot Flower Power plugin for Homebridge
This plugin allows you to connect your Parrot Flower Power sensors to HomeBridge. Currently, it only allows you to access the sensors like air temperature, as well as the standard system data.
Installation
- Install homebridge using: npm install -g homebridge
- Install this plugin using: npm install -g homebridge-flowerpower
- Update your configuration file. See sample config.json snippet below.
Configuration
Configuration sample:
"platforms": [
{
"platform": "FlowerPower",
"name": "Flower Power"
}
]
Fields:
- "platform": Must always be "FlowerPower" (required)
- "name": Can be anything (required)