Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to master at platypush/platypush 2023-10-23 21:24:59 +02:00
51d12d6d64 [CI/CD] Ensure that public repo dirs are always readable by everyone.
blacklight pushed to master at platypush/platypush 2023-10-23 17:49:45 +02:00
a463c4dab4 Merge branch '284/refactor-google-assistant-integration'
bc1add8ccf Indent pre- and post-install shell scripts in docs.
Compare 2 commits »
blacklight pushed to master at platypush/platypush 2023-10-23 16:06:16 +02:00
6d694f02b4 [Automatic] Updated UI files
blacklight deleted branch 284/refactor-google-assistant-integration from platypush/platypush 2023-10-23 16:04:37 +02:00
blacklight pushed to master at platypush/platypush 2023-10-23 16:04:37 +02:00
6908a90d10 Merge pull request 'New assistant.google integration' (#335) from 284/refactor-google-assistant-integration into master
a005958317 [Assistant] Added assistant entity type.
fd26f7fef3 [UI Nav] Fixed position of the connected status dot.
5c22271e88 [UI] Expose the connected flag on the root element level.
4c0e3a16b6 Removed Alexa/AVS integration.
Compare 10 commits »
blacklight closed issue platypush/platypush#284 2023-10-23 16:04:35 +02:00
Merge assistant.google plugin and backend
blacklight merged pull request platypush/platypush#335 2023-10-23 16:04:35 +02:00
New `assistant.google` integration
blacklight created pull request platypush/platypush#335 2023-10-23 16:03:54 +02:00
New assistant.google integration
blacklight created branch 284/refactor-google-assistant-integration in platypush/platypush 2023-10-23 16:02:44 +02:00
a005958317 [Assistant] Added assistant entity type.
fd26f7fef3 [UI Nav] Fixed position of the connected status dot.
5c22271e88 [UI] Expose the connected flag on the root element level.
4c0e3a16b6 Removed Alexa/AVS integration.
fb017a8b35 [assistant.google] Added doc on how to configure audio devices.
Compare 9 commits »
blacklight opened issue platypush/platypush#334 2023-10-22 22:55:00 +02:00
Investigate possibility for a new Alexa integration
blacklight pushed to master at platypush/platypush 2023-10-22 19:09:47 +02:00
debb4f6f36 [Docs] Wrap generate_missing_docs logic in auto_mocks block.
blacklight pushed to master at platypush/platypush 2023-10-22 18:08:11 +02:00
e24438980a [sound] Better logic for default sound device auto-detection.
blacklight pushed to master at platypush/platypush 2023-10-22 02:35:04 +02:00
4d582bb6bc Ensure that the application always terminates on Ctrl+C.
f75a2159c7 [platyvenv] Add the venv bin directory to the PATH.
a909dc5f0f [Fix] The base per-OS requirements filename is always lowercase.
e65eef34d3 [application] application.install should redirect stderr->stdout.
8b5871af0e [Fix] platyvenv should also execute the before and after blocks.
Compare 5 commits »
blacklight pushed to master at platypush/platypush 2023-10-21 22:55:49 +02:00
ea88ab7f6c [Docs] Clone and build wiki pages on docs.platypush.tech.
b80a48ec80 [Docs] Added custom style to the main doc page.
02049030d0 paho module added to automocks.
deecde1d72 Fixed module name in docs.
4883f49b19 Removed unused travisci events.
Compare 7 commits »
blacklight pushed to master at platypush/platypush 2023-10-20 01:03:37 +02:00
0eae6fd48d Misc dependencies and mock fixes.
blacklight pushed to master at platypush/platypush 2023-10-20 00:00:15 +02:00
ed2a56de42 paho.mqtt should also be added to the mock modules
blacklight pushed to master at platypush/platypush 2023-10-19 23:57:10 +02:00
1e2ffc121f [CI/CD] Added yum install platypush-git line to index.txt.
blacklight pushed to master at platypush/platypush 2023-10-19 23:47:30 +02:00
a915dd1e1f [CI/CD] Regenerate the full apt and rpm repos in Drone pipeline.
blacklight pushed to master at platypush/platypush 2023-10-19 21:54:23 +02:00
5d3c7679b6 [Fix] Added mistakenly removed PKG_NAME variable.