New plugin: DHT11/DHT22/AM2302
This commit is contained in:
parent
ce7db39da9
commit
cdd1e41823
11
debian/control
vendored
11
debian/control
vendored
@ -209,6 +209,17 @@ Description: nymea.io plugin for denon
|
||||
This package will install the nymea.io plugin for denon
|
||||
|
||||
|
||||
Package: nymea-plugin-dht
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
nymea-plugins-translations,
|
||||
python3-pip,
|
||||
Description: nymea.io plugin for DHT11/DHT22/AM2302
|
||||
This plugin add support for the DHT11, DHT22 and AM2302 temperature and humidity
|
||||
sensors to nymea.
|
||||
|
||||
|
||||
Package: nymea-plugin-doorbird
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
|
||||
3
debian/nymea-plugin-dht.install.in
vendored
Normal file
3
debian/nymea-plugin-dht.install.in
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
dht/integrationplugindht.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/dht/
|
||||
dht/integrationplugindht.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/dht/
|
||||
dht/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/dht/
|
||||
@ -14,6 +14,7 @@ PLUGIN_DIRS = \
|
||||
daylightsensor \
|
||||
denon \
|
||||
doorbird \
|
||||
dht \
|
||||
dweetio \
|
||||
dynatrace \
|
||||
elgato \
|
||||
|
||||
Reference in New Issue
Block a user