diff --git a/debian/control b/debian/control index b6e5585..94c22c5 100644 --- a/debian/control +++ b/debian/control @@ -1096,6 +1096,22 @@ Description: nymea.io plugin to monitor the ISS position This package will install the nymea.io plugin for wheretheiss.at +Package: nymea-plugin-yamahaavr +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}, @@ -1254,6 +1270,7 @@ Depends: nymea-plugin-anel, nymea-plugin-keba, nymea-plugin-unifi, nymea-plugin-usbrelay, + nymea-plugin-yamahaavr, 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 diff --git a/debian/nymea-plugin-yamahaavr.install.in b/debian/nymea-plugin-yamahaavr.install.in new file mode 100644 index 0000000..b95cf3f --- /dev/null +++ b/debian/nymea-plugin-yamahaavr.install.in @@ -0,0 +1,4 @@ +yamahaavr/integrationpluginyamahaavr.json usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/ +yamahaavr/integrationpluginyamahaavr.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/ +yamahaavr/zeroconfbrowser.py usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/ +yamahaavr/requirements.txt usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/yamahaavr/ \ No newline at end of file