.. |
assistant
|
- Stop assistant playback only if there was a user request. This
|
2018-03-21 23:21:41 +01:00 |
calendar
|
Calendar events can also be all day - in such a case parse the 'date' field instead of 'dateTime'
|
2018-06-13 00:54:59 +02:00 |
camera
|
Pi Camera backend version 1.0, now properly controllable
|
2018-06-14 12:37:14 +02:00 |
db
|
Refactored logging submodule
|
2018-06-06 20:09:23 +02:00 |
google
|
Refactored logging submodule
|
2018-06-06 20:09:23 +02:00 |
gpio
|
get_data alias for get_measuremnt
|
2018-06-12 00:46:51 +02:00 |
http
|
Refactored HTTP request plugin and fixed bug on the plugin name
|
2018-01-12 15:18:06 +01:00 |
lastfm
|
Added last.fm scrobbler plugin, solves #21
|
2018-01-15 02:40:22 +01:00 |
light
|
Refactored logging submodule
|
2018-06-06 20:09:23 +02:00 |
media
|
Reload logic on media.ctrl in case the connection with the media plugin has been reset
|
2018-04-22 23:39:23 +02:00 |
music
|
Added MPD play_if_paused and pause_if_playing methods
|
2018-05-25 18:04:37 +02:00 |
serial
|
Fixed missing output= argument
|
2018-04-29 16:38:05 +02:00 |
shell
|
- Major refactoring.
|
2017-12-20 20:25:08 +01:00 |
switch
|
Added comment to explain the reasons for sudo in the switchbot plugin
|
2018-06-11 22:41:23 +02:00 |
tts
|
Updated README
|
2018-01-03 02:23:25 +01:00 |
video
|
Using Redis backend as a fallback for send_message if a backend does not implement its own send_message
|
2018-06-14 20:42:57 +02:00 |
weather
|
Added __init__.py
|
2018-05-06 00:17:18 +02:00 |
__init__.py
|
Improved logging traces names for backends and plugins
|
2018-06-14 02:19:55 +02:00 |
midi.py
|
Refactored logging submodule
|
2018-06-06 20:09:23 +02:00 |
mqtt.py
|
A more robust way to handle JSON serialization/deserialization on MQTT backend
|
2018-06-12 10:33:30 +02:00 |
pushbullet.py
|
Added Pushbullet plugin to send pushes and files
|
2018-06-14 15:35:19 +00:00 |
redis.py
|
Refactored logging submodule
|
2018-06-06 20:09:23 +02:00 |
variable.py
|
Made variable.set less verbose and more flexible. Replace the syntax like {"action":"variable.set", "args": {"name":"foo", "value":"bar"}} with a more compact {"action":"variable.set", "args":{"foo":"bar"}}
|
2018-06-13 23:20:21 +02:00 |