forked from platypush/platypush
Fabio Manganiello
5dabfed365
Removed the old `backend.sensor.bme280` and the old `gpio.sensor.bme280` plugin. They have now been merged into the new `sensor.bme280` runnable plugin, which extends the `SensorPlugin` API and supports entities.
10 lines
310 B
YAML
10 lines
310 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.sensor.SensorDataAboveThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataBelowThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataChangeEvent:
|
|
install:
|
|
pip:
|
|
- pimoroni-bme280
|
|
package: platypush.plugins.sensor.bme280
|
|
type: plugin
|