d086da64f6
Bump version: 0.21.2 → 0.21.3
2021-07-28 01:09:27 +02:00
90ec108580
Added Slack integration
2021-07-28 01:09:09 +02:00
286bab7489
typo
2021-07-27 00:11:57 +02:00
0f37102ce4
Close Redis connection upon backend stop
2021-07-26 01:06:35 +02:00
8e2d4d0bce
Make sure that the accept() in backend.tcp does not block the process
2021-07-25 11:33:48 +02:00
550fd3abe9
Don't fail on the Pushbullet close handler
2021-07-25 01:17:25 +02:00
2fc7327788
Missing import
2021-07-24 23:49:23 +02:00
371dd6da0a
Added sun
plugin [ closes #194 ]
2021-07-22 01:02:15 +02:00
47228f2432
Bump version: 0.21.1 → 0.21.2
2021-07-20 01:36:59 +02:00
1483d602f8
Added music.spotify UI integration
2021-07-20 01:35:21 +02:00
00e744e93e
Added type field metadata
2021-07-17 22:28:48 +02:00
35c4a30a63
Added music.spotify plugin and refactored MusicPlugin
2021-07-17 22:14:15 +02:00
f250681a78
Refactored documentation and changed theme
2021-07-17 14:41:35 +02:00
db8ea33b68
Removed deprecated setup.py web_build
command from platydock [see #195 ]
2021-07-05 20:07:55 +02:00
03631bcebc
Fixed import error in Adafruit.IO
2021-07-04 23:49:18 +02:00
ade3a7c2cf
Added plugin_name to weather.buienradar events
2021-07-04 18:04:51 +02:00
1f6c7aae60
get_redis() should be a general utility method
2021-06-26 11:14:26 +02:00
a6c7d64511
Removed audio_format option from Spotify Connect backend (not supported by all versions of Librespot)
2021-06-25 23:20:21 +02:00
af7977bcf7
Added music.spotify.connect backend
2021-06-25 22:47:40 +02:00
0762004838
Bump version: 0.21.0 → 0.21.1
2021-06-22 23:40:53 +02:00
Fabio Manganiello
c8bfbae4f0
Prevented an infinite recursion error on the Pushbullet on_error() handler in case close() failed
2021-05-20 02:06:43 +02:00
Fabio Manganiello
d35a9729a4
More robust reconnection logic for Pushbullet backend
2021-05-19 18:44:01 +02:00
a39452124d
Refactored PCA9685 backend
2021-05-17 15:32:43 +02:00
fc1d9ad3e6
Added joystick.linux backend
2021-05-17 14:52:08 +02:00
7ee869ce42
More robust logic for smooth transients on PCA9685
2021-05-16 18:14:02 +02:00
df36a9f811
s/execute/write/
2021-05-16 17:53:22 +02:00
abf793e703
Added get_channels() method to PCA9685 driver
2021-05-16 17:51:51 +02:00
132c659d3c
Reset self._pca to None on deinit()
2021-05-16 17:42:05 +02:00
acc4f1c0e3
Added PCA9685 PWM driver plugin
2021-05-16 17:29:03 +02:00
d7d5bcdd0c
Wait until the joystick device is readable after it appears to prevent race conditions where jstest fails with temporary "permission denied" errors
2021-05-16 00:26:28 +02:00
def8c0dd76
The joystick backend should properly jstest even when the jstest executable fails
2021-05-16 00:16:19 +02:00
6cc28a3c3b
More robust logic in case of joystick device lost while the backend is running
2021-05-16 00:06:20 +02:00
93c3327bcd
Map name typo fix
2021-05-15 23:53:24 +02:00
85d975edc6
Logic typo
2021-05-15 23:50:23 +02:00
d767cafafe
joystick.jstest
should actually run the parent run
method but not extend JoystickBackend
2021-05-15 23:48:17 +02:00
cee8f9f8e0
joystick.jstest
should not execute the parent run
method
2021-05-15 23:43:37 +02:00
b2e2ae9538
Proper initialization for device attribute in parent joystick backend class
2021-05-15 23:34:41 +02:00
f296f4b161
Added generic joystick.jstest
backend
2021-05-15 23:28:24 +02:00
9eab526e47
Specify propertyKey on set_value() if exposed/required by the value payload [see #188 ]
2021-05-13 22:38:04 +02:00
8f6404d0b1
Revert "Support for custom timeout on MQTT message publish" (already implemented in the current logic)
2021-05-13 21:49:24 +02:00
eac26b9b22
CHANGELOG edit
2021-05-13 21:37:45 +02:00
b42c491390
Support for custom timeout on MQTT message publish
2021-05-13 21:33:08 +02:00
c7fb97cdc7
Updated CHANGELOG
2021-05-10 21:23:15 +02:00
18e99c6f12
Added new Google Fit scopes for sleep and heart rate read
2021-05-10 21:21:03 +02:00
664ce4050d
Added Switchbot plugin
2021-05-10 18:43:00 +02:00
69583d2e15
Added support for Marshmallow schemas in responses
2021-05-10 18:42:13 +02:00
2f840200be
Updated UI files
2021-05-10 18:40:35 +02:00
46aef7c8b5
autodoc fixes
2021-05-08 21:38:32 +02:00
5ca15937e3
Bump version: 0.20.10 → 0.21.0
2021-05-06 23:21:11 +02:00
ce882381c0
Fixes to torrent search + SASS library migration
...
- Support for custom PopcornTime API mirror/base URL.
- Full support for TV series search.
- Fixed torrent search (now using a different PopcornTime API mirror).
- Migrated SASS engine from `node-sass` (currently deprecated and broken on Node 16) to `sass`.
- Fixed alignment of Z-Wave UI header on Chrome/Webkit.
2021-05-06 23:18:47 +02:00