Merge PR #460: New plugin: DHT11/DHT22/AM2302
This commit is contained in:
commit
e6a651c07d
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
|
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
|
Package: nymea-plugin-doorbird
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
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 \
|
daylightsensor \
|
||||||
denon \
|
denon \
|
||||||
doorbird \
|
doorbird \
|
||||||
|
dht \
|
||||||
dweetio \
|
dweetio \
|
||||||
dynatrace \
|
dynatrace \
|
||||||
elgato \
|
elgato \
|
||||||
|
|||||||
Reference in New Issue
Block a user