Merge PR #396: New Plugin: Telegram
This commit is contained in:
commit
0c259c957f
10
debian/control
vendored
10
debian/control
vendored
@ -693,6 +693,15 @@ Description: nymea.io plugin for Texas Instruments devices
|
||||
This package will install the nymea.io plugin for Texas Instruments devices
|
||||
|
||||
|
||||
Package: nymea-plugin-telegram
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
nymea-plugins-translations,
|
||||
Description: nymea.io plugin for Telegram
|
||||
This plugin allows nymea to send messages to telegram via the bot API.
|
||||
|
||||
|
||||
Package: nymea-plugin-tplink
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
@ -1128,6 +1137,7 @@ Depends: nymea-plugin-anel,
|
||||
nymea-plugin-lifx,
|
||||
nymea-plugin-mailnotification,
|
||||
nymea-plugin-texasinstruments,
|
||||
nymea-plugin-telegram,
|
||||
nymea-plugin-nanoleaf,
|
||||
nymea-plugin-netatmo,
|
||||
nymea-plugin-networkdetector,
|
||||
|
||||
1
debian/nymea-plugin-telegram.install.in
vendored
Normal file
1
debian/nymea-plugin-telegram.install.in
vendored
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationplugintelegram.so
|
||||
@ -57,6 +57,7 @@ PLUGIN_DIRS = \
|
||||
tado \
|
||||
tasmota \
|
||||
tcpcommander \
|
||||
telegram \
|
||||
texasinstruments \
|
||||
tplink \
|
||||
tuya \
|
||||
|
||||
Reference in New Issue
Block a user