platypush/platypush/plugins
Fabio Manganiello e66c02f3de Added documentation for response objects as well 2020-03-05 17:41:26 +01:00
..
adafruit Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
assistant Support for custom TTS engine for rendering assistant response (see #86) 2020-02-24 20:23:22 +01:00
bluetooth - Added bluetooth LTE plugin 2019-12-13 02:08:43 +01:00
calendar Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
camera Refactored and improved camera plugin 2019-12-29 16:28:07 +01:00
chat Extended Telegram integration 2020-01-01 20:59:22 +01:00
db More robust logic to handle temporary database connection errors through retry mechanism 2019-07-16 16:40:56 +02:00
esp Removed old comment note for esp.file_download 2020-01-20 15:41:24 +01:00
google Fixed docs 2020-01-09 23:40:59 +01:00
gpio Fixed docs 2020-01-09 23:40:59 +01:00
http Added Telegram integration 2020-01-01 15:40:42 +01:00
lastfm Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
light Initialize the animation groups map only if groups was specified 2019-11-03 14:45:03 +01:00
media Support for default media player volume 2020-02-21 18:40:46 +01:00
ml Added machine learning plugin based on OpenCV cv2.dnn module 2019-09-27 11:46:50 +02:00
mobile Fixed docs 2020-01-09 23:40:59 +01:00
music music.mpd.play should add the resource at the beginning of the 2020-01-01 21:16:27 +01:00
printer Added CUPS plugin - closes #93 2020-01-05 19:25:20 +01:00
sensor get_data/get_measurement/close should be implemented in a base SensorPlugin 2020-01-08 00:20:00 +01:00
serial Don't overwrite the original byte read from serial 2020-02-26 11:22:52 +01:00
shell ignore_errors parameter supported in shell plugin 2018-10-20 17:56:36 +02:00
sound typo 2019-09-27 10:35:16 +02:00
switch Added Arduino over Firmata integration - closes #92 2020-01-05 00:46:46 +01:00
system Improved consistency and robustness of sensors backend 2020-01-08 22:58:24 +01:00
tts Cleaned up unused variables 2020-01-20 08:54:59 +01:00
video Refactored mplayer and omxplayer under the same media player 2019-02-02 00:06:28 +01:00
weather - Added Buienradar integration 2019-12-31 08:51:19 +01:00
zigbee Added Zigbee web panel (closes #123) 2020-02-23 22:54:50 +01:00
zwave Completed ZWave web panel (see #123) 2020-02-22 01:00:52 +01:00
__init__.py Throw an assert error (no reload/retry mechanism) instead of a runtime error when a method is called outside of the registered plugin actions 2020-01-10 00:07:40 +01:00
alarm.py Support for custom audio volume for alarms 2020-02-23 23:09:40 +01:00
arduino.py get_data/get_measurement/close should be implemented in a base SensorPlugin 2020-01-08 00:20:00 +01:00
autoremote.py Fixed documentation and added missing docs to the index 2019-07-16 20:28:00 +02:00
clipboard.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
dropbox.py [#84] Completed Dropbox support 2019-09-30 00:04:48 +02:00
file.py New media webplugin WIP 2019-06-24 01:01:08 +02:00
foursquare.py Added Foursquare integration - closes #94 2020-01-10 22:51:07 +01:00
graphite.py Added Pi-hole integration - closes #100 2020-01-06 19:22:04 +01:00
homeseer.py Added HomeSeer plugin 2018-12-28 09:55:09 +01:00
ifttt.py Fixes 2019-12-30 19:04:13 +01:00
inputs.py Added keyboard/mouse plugin 2019-12-30 21:39:56 +01:00
inspect.py Added documentation for response objects as well 2020-03-05 17:41:26 +01:00
kafka.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
logger.py Added logger plugin 2018-07-19 00:03:19 +02:00
midi.py Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
mqtt.py Added zigbee2mqtt integration (see #76) 2020-01-22 18:34:28 +01:00
nmap.py Added nmap integration (closes #99) 2020-01-11 18:51:54 +01:00
pihole.py Added Pi-hole integration - closes #100 2020-01-06 19:22:04 +01:00
ping.py Added ping plugin and backend 2019-12-27 23:26:39 +01:00
pushbullet.py Improved Pushbullet plugin 2019-12-09 11:00:31 +00:00
redis.py Extended Telegram integration 2020-01-01 20:59:22 +01:00
tcp.py Added TCP and UDP plugins - closes #106 2020-01-05 20:52:42 +01:00
todoist.py Added Todoist integration 2019-12-25 20:33:26 +01:00
torrent.py Only set up listen ports for libtorrent if it's a new session 2019-10-08 10:06:33 +00:00
travisci.py Removed header from documentation - pydoc can't handle headers in methods 2020-02-21 18:20:38 +01:00
trello.py Added Trello integration 2019-12-27 19:18:56 +01:00
udp.py Added TCP and UDP plugins - closes #106 2020-01-05 20:52:42 +01:00
user.py Implemented settings page and finalized multi-user support 2019-07-19 00:50:52 +02:00
utils.py Replaced references to in pydoc with format, as doesn't seem to work in RTD 2019-07-16 23:00:20 +02:00
variable.py More consistent naming 2018-10-06 23:30:11 +02:00
websocket.py Refactored SSL context logic as utils methods 2018-11-01 23:34:14 +01:00
wiimote.py Handling Wiimote timeout on Wiimote backend 2018-12-01 18:43:18 +01:00