update debian/control
parent
ce7db39da9
commit
bd5fbbbc4c
|
|
@ -1080,6 +1080,22 @@ Description: nymea.io plugin to monitor the ISS position
|
|||
This package will install the nymea.io plugin for wheretheiss.at
|
||||
|
||||
|
||||
Package: nymea-plugin-yamaha
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
nymea-plugins-translations,
|
||||
python3-pip,
|
||||
Description: nymea.io plugin for Yamaha receivers
|
||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||
server works like a translator for devices, things and services and
|
||||
allows them to interact.
|
||||
With the powerful rule engine you are able to connect any device available
|
||||
in the system and create individual scenes and behaviors for your environment.
|
||||
.
|
||||
This package will install the nymea.io plugin for (non-Musiccast) Yamaha AV receivers.
|
||||
|
||||
|
||||
Package: nymea-plugin-zigbee-develco
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
|
|
@ -1237,6 +1253,7 @@ Depends: nymea-plugin-anel,
|
|||
nymea-plugin-keba,
|
||||
nymea-plugin-unifi,
|
||||
nymea-plugin-usbrelay,
|
||||
Nymea-plugin-yamaha,
|
||||
nymea-plugins-zigbee,
|
||||
Description: Plugins for nymea IoT server - the default plugin collection
|
||||
The nymea daemon is a plugin based IoT (Internet of Things) server. The
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
yamahaavr/integrationpluginyamaha.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/
|
||||
yamahaavr/integrationpluginyamaha.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/
|
||||
yamahaavr/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/
|
||||
Loading…
Reference in New Issue