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
|
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
|
Package: nymea-plugin-tplink
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
@ -1128,6 +1137,7 @@ Depends: nymea-plugin-anel,
|
|||||||
nymea-plugin-lifx,
|
nymea-plugin-lifx,
|
||||||
nymea-plugin-mailnotification,
|
nymea-plugin-mailnotification,
|
||||||
nymea-plugin-texasinstruments,
|
nymea-plugin-texasinstruments,
|
||||||
|
nymea-plugin-telegram,
|
||||||
nymea-plugin-nanoleaf,
|
nymea-plugin-nanoleaf,
|
||||||
nymea-plugin-netatmo,
|
nymea-plugin-netatmo,
|
||||||
nymea-plugin-networkdetector,
|
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 \
|
tado \
|
||||||
tasmota \
|
tasmota \
|
||||||
tcpcommander \
|
tcpcommander \
|
||||||
|
telegram \
|
||||||
texasinstruments \
|
texasinstruments \
|
||||||
tplink \
|
tplink \
|
||||||
tuya \
|
tuya \
|
||||||
|
|||||||
Reference in New Issue
Block a user