1
0
Fork 0
Commit graph

305 commits

Author SHA1 Message Date
6b11db7afb
[docs] Added inherited-members.
Closes: 
2024-06-06 03:27:03 +02:00
7a8f30e5e0 [] Added assistant.openai and tts.openai plugins.
Closes: 
2024-06-02 15:31:11 +00:00
983bcc240a
[Docs] A more robust interceptor for the grid rendering. 2024-05-26 03:46:25 +02:00
a784a6fe23
The index symlink is not needed. 2024-05-25 23:23:15 +02:00
0baae01ab7
[README and wiki changes]
- Renamed _Post-installation_ README section as _Configuration_.

- Docs style tweaks for the latest version of the Sphinx theme.

- Adapted the docs index to the new structure of the wiki.
2024-05-25 23:17:12 +02:00
2ab1743bec
[Docs UI] Fix filter bar to the top while scrolling. 2024-05-19 02:17:42 +02:00
3d5c60e4f4
[UI docs] Added filter bar for integrations and events. 2024-05-17 02:21:57 +02:00
f06233801b
[] Dynamically generate setup extras.
Also, convert all code that relied on `manifest.yaml` to use
`manifest.json` instead.

Closes: 
2024-05-17 02:21:57 +02:00
c77cf2c98b
[] Removed Google Fit plugin.
The Fit API has (unfortunately) been deprecated by Google with no
alternatives - the new Health Connect API is only available on Android
devices.

Other Google APIs don't seem to be affected by the refresh token issue
either, so this should hopefully close that issue too.

Closes: 
2024-05-16 02:42:54 +02:00
98a98ea1dc
[] Removed custom Response objects from Tensorflow and response docs generation logic.
Closes: 
2024-05-15 09:55:58 +02:00
55e230c361
Removed wiimote events associated to removed wiimote plugin. 2024-05-15 01:29:45 +02:00
7ae99b4325
[] cups plugin refactor.
1. Renamed plugin: `printer.cups` ➡️  `cups`.
2. Replaced `Response` objects with schemas.
2024-05-13 02:22:04 +02:00
15b1c1f3c0
[] Replaced GoogleDriveFile response with GoogleDriveFileSchema. 2024-05-13 01:25:33 +02:00
6003b205c8
[] Removed TranslateResponse. 2024-05-13 01:25:33 +02:00
b662e98447
[] Removed ssh response objects. 2024-05-10 01:37:17 +02:00
6f8c2085f2
[] Replaced qrcode response objects with schemas. 2024-05-10 01:01:22 +02:00
3df76a4a9c
[] Replaced pihole response objects with schemas. 2024-05-09 14:06:54 +02:00
929ac09cae
[] Removed unused stt response module. 2024-05-09 11:01:42 +02:00
13bde4adba
[] Replaced camera response objects with schemas. 2024-05-09 01:41:15 +02:00
3c88593e9a
[] Merged midi plugin and backend.
Closes: 
2024-05-06 02:26:27 +02:00
d8e24207c5 Added openai plugin. 2024-05-02 00:51:09 +00:00
f0a780b759 Added assistant.picovoice.transcribe and assistant.picovoice.say. 2024-05-02 00:51:09 +00:00
f7517eb321 [WIP] Added speech detection logic over Cheetah. 2024-05-02 00:51:09 +00:00
a026a101cd
Removed stt.deepspeech integration.
The project hasn't seen a commit in three years and it's probably been
abandoned by Mozilla.

New and better maintained speech-to-text integrations will be
investigated.
2024-04-05 20:56:45 +02:00
496a3f4911 Updated docs 2024-04-04 00:52:30 +00:00
89d618b35f [WIP] music.mopidy refactor, initial backend rewrite. 2024-04-03 23:01:22 +00:00
05213d9afc
Updated docs 2024-03-03 22:50:57 +01:00
6bdc9e77ee
[] Refactored/rewritten telegram plugin.
1. `chat.telegram` -> `telegram` plugin.

2. Merged `backend.chat.telegram` logic into `telegram` plugin.

3. Rewritten the architecture of the integration to adapt to the new
   asyncio API introduced in the latest versions of telegram-bot-api.

Closes: 
2024-03-03 15:39:47 +01:00
7637890a54
[irc] Plugin rename/refactor.
The `chat.irc` plugin is now `irc`.
2024-03-03 15:39:47 +01:00
66e19d608a
Fixed flic events module name and path 2024-02-29 23:48:10 +01:00
d415d65bff
Removed legacy wiimote plugin 2024-02-29 00:49:56 +01:00
c7b0440562
[] Migrated backend.button.flic to flic plugin.
Closes: 
2024-02-29 00:27:32 +01:00
d16daa3fdf
Removed backend.sensor.ir.zeroborg.
That code is very old and broken, and it covers a very marginal feature
(events from the IR sensor of a Zeroborg board) that can be easily
covered by any general-purpose IR sensors.
2024-02-28 01:56:06 +01:00
ac9b82236e
Renamed http.request plugin as http. 2024-02-28 01:44:04 +01:00
553c4090b7
[] Remove wiimote integration.
The `cwiid` library and the Python bindings haven't been updated in
years, the `cwiid-git` package on Arch Linux still targets Python 2, and
installing `cwiid` via `pip` breaks recent versions of Python 3.

Closes: 
2024-02-28 01:25:49 +01:00
ea4e293338 [] Migrated backend.sensor.leap to leap plugin.
Closes: 
2024-02-27 22:18:41 +00:00
d77aa0b167 Removed legacy backend.scard.
Closes: 
2024-02-27 21:39:02 +00:00
850cbe4237
Updated docs 2024-02-27 00:53:27 +01:00
8999a226b1
[WIP] Updated documentation for camera.pi. 2024-02-24 21:16:43 +01:00
2b595623b3
[] Converted gps backend into a plugin.
Closes: 
2024-02-05 02:16:02 +01:00
c8944feca4 [] Merge + refactor for the mail backend/plugin ()
Closes: 

Reviewed-on: 
2024-02-03 22:09:40 +01:00
746423a113 [] Merged adafruit.io plugin and backend. 2024-01-19 20:58:35 +00:00
eb47f9ded0 [] Merged google.pubsub plugin and backend.
Closes: 
2024-01-19 02:14:49 +00:00
f9bd5b3abc [] Merge google.fit backend and plugin.
Closes: .
2024-01-18 23:31:27 +00:00
95c15f3f5f [] Merge kafka backend and plugin.
Closes: 
2024-01-18 01:28:56 +00:00
85db77bb7b
[] Merged nextcloud backend and plugin.
Closes: 
2024-01-18 00:26:22 +01:00
9fa5989e21 [] Merged pushbullet backend and plugin.
Also, added support for more granular Pushbullet events.

Closes: 
2024-01-09 23:46:07 +00:00
314e1a98ef
Updated dist files 2024-01-08 22:35:57 +01:00
4aeff10a5d
[] Merge Foursquare backend and plugin.
Closes: 
2024-01-01 22:54:18 +01:00
2701f69d17
[] Migrated github from a backend to a runnable plugin.
Closes: 
2023-12-30 16:28:12 +01:00