platypush/platypush/plugins
Fabio Manganiello 03631bcebc Fixed import error in Adafruit.IO 2021-07-04 23:49:18 +02:00
..
adafruit Fixed import error in Adafruit.IO 2021-07-04 23:49:18 +02:00
assistant Major LINT fixes 2021-04-05 00:58:44 +02:00
bluetooth Added active_scan mode to bluetooth.scanner backend to actively perform a lookup name on each device discovered at least once [see #174] 2021-03-09 11:50:59 +01:00
calendar calendar.ical.get_upcoming_events should fail hard if there was any exception/unsuccessful response 2021-03-05 11:16:14 +01:00
camera More LINT fixes 2021-04-06 21:10:48 +02:00
chat Extended Telegram integration 2020-01-01 20:59:22 +01:00
db Major LINT fixes 2021-04-05 00:58:44 +02:00
esp Major LINT fixes 2021-04-05 00:58:44 +02:00
google Added new Google Fit scopes for sleep and heart rate read 2021-05-10 21:21:03 +02:00
gpio More LINT fixes 2021-04-06 21:10:48 +02:00
http More LINT fixes 2021-04-06 21:10:48 +02:00
lastfm Moved imports for extra dependencies inside the methods where they are actually used 2019-12-01 23:35:05 +01:00
lcd Fixed auto-generated docs indentation and code blocks 2020-08-31 17:39:42 +02:00
light Migrated switches web panel and refactored switch plugins to expose a more consistent interface 2021-02-19 02:54:12 +01:00
luma Added missing docs 2020-08-23 00:49:51 +02:00
mail Open the source file in read non-binary mode in case of MIMEText 2020-09-05 01:29:43 +02:00
media Fixes to torrent search + SASS library migration 2021-05-06 23:18:47 +02: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 Major LINT fixes 2021-04-05 00:58:44 +02:00
printer Added CUPS plugin - closes #93 2020-01-05 19:25:20 +01:00
pwm Refactored PCA9685 backend 2021-05-17 15:32:43 +02:00
sensor get_data/get_measurement/close should be implemented in a base SensorPlugin 2020-01-08 00:20:00 +01:00
serial Major LINT fixes 2021-04-05 00:58:44 +02:00
shell Added support for background shell commands 2021-02-04 01:43:51 +01:00
sound Major LINT fixes 2021-04-05 00:58:44 +02:00
ssh Major LINT fixes 2021-04-05 00:58:44 +02:00
stt ReadTheDocs fixes 2020-08-24 01:14:40 +02:00
switch Added Switchbot plugin 2021-05-10 18:43:00 +02:00
switchbot Added Switchbot plugin 2021-05-10 18:43:00 +02:00
system Improved consistency and robustness of sensors backend 2020-01-08 22:58:24 +01:00
tensorflow Major LINT fixes 2021-04-05 00:58:44 +02:00
tts Higher priority to gstreamer plugin over omxplayer for tts 2021-02-21 02:44:26 +01:00
tv Moved definition of workdir inside the constructor, otherwise readthedocs will fail for missing configuration file 2020-08-22 15:33:44 +02:00
weather More LINT fixes 2021-04-06 21:10:48 +02:00
zigbee More LINT fixes 2021-04-06 21:10:48 +02:00
zwave Specify propertyKey on set_value() if exposed/required by the value payload [see #188] 2021-05-13 22:38:04 +02:00
__init__.py Refactored logging names 2020-09-27 01:33:38 +02: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 Major LINT fixes 2021-04-05 00:58:44 +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
config.py New template for index panel 2020-11-30 20:57:00 +01:00
covid19.py Use the /total/country/<cc> endpoint instead of /total/dayone/country/<cc> 2020-05-17 16:52:37 +02:00
csv.py Tensorflow plugin implementation WIP [#121] 2020-03-21 19:50:59 +01:00
dbus.py Added DBus integration [closes #141] 2020-08-16 01:57:30 +02:00
dropbox.py [#84] Completed Dropbox support 2019-09-30 00:04:48 +02:00
ffmpeg.py Use youtube-dl to extract the video URL instead of streaming its content to a local sock file 2020-11-11 03:07:23 +01:00
file.py Major LINT fixes 2021-04-05 00:58:44 +02:00
foursquare.py ReadTheDocs fixes 2020-08-24 01:14:40 +02: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 More LINT fixes 2021-04-06 21:10:48 +02:00
kafka.py Major LINT fixes 2021-04-05 00:58:44 +02:00
linode.py Added Linode integration [closes #116] 2020-03-09 21:34:06 +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 More LINT fixes 2021-04-06 21:10:48 +02:00
nextcloud.py Added NextCloud integration [closes #149] 2020-09-10 11:10:26 +02:00
nmap.py Added nmap integration (closes #99) 2020-01-11 18:51:54 +01:00
otp.py Added OTP integration [closes #118] 2020-03-09 01:11:23 +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 Major LINT fixes 2021-04-05 00:58:44 +02:00
qrcode.py Camera plugins refactor 2020-09-25 17:19:43 +02:00
redis.py Major LINT fixes 2021-04-05 00:58:44 +02:00
rtorrent.py New media panel [WIP] 2021-01-14 00:15:35 +01:00
smartthings.py Added SmartThings switch web plugin 2021-03-05 21:29:32 +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 Fixes to torrent search + SASS library migration 2021-05-06 23:18:47 +02:00
travisci.py Major LINT fixes 2021-04-05 00:58:44 +02:00
trello.py Added Trello integration 2019-12-27 19:18:56 +01:00
twilio.py Fixed auto-generated docs indentation and code blocks 2020-08-31 17:39:42 +02:00
udp.py Added TCP and UDP plugins - closes #106 2020-01-05 20:52:42 +01:00
user.py Migrated settings panel and logout button 2021-02-15 23:09:27 +01:00
utils.py Migrated switches web panel and refactored switch plugins to expose a more consistent interface 2021-02-19 02:54:12 +01:00
variable.py Refactored variable plugin 2020-09-09 02:14:59 +02:00
websocket.py Fix compatibility with all versions of websocket-client, regardless of the list of arguments required by the callbacks (either ws as a first argument or not) 2021-04-02 19:27:25 +02:00
wiimote.py Handling Wiimote timeout on Wiimote backend 2018-12-01 18:43:18 +01:00
zeroconf.py Major LINT fixes 2021-04-05 00:58:44 +02:00