forked from platypush/platypush
Fabio Manganiello
beff88986a
Removed `backend.sensor.dht` and `gpio.sensor.dht`. They have been merged into the new `sensor.dht` integration, which supports the new `SensorPlugin` API.
10 lines
311 B
YAML
10 lines
311 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.sensor.SensorDataAboveThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataBelowThresholdEvent:
|
|
platypush.message.event.sensor.SensorDataChangeEvent:
|
|
install:
|
|
pip:
|
|
- Adafruit_Python_DHT
|
|
package: platypush.plugins.sensor.dht
|
|
type: plugin
|