Fixed manifest files with outdated formats.

This commit is contained in:
Fabio Manganiello 2023-08-19 12:54:33 +02:00
parent e463a52435
commit c2b3ec8ce3
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
6 changed files with 6 additions and 8 deletions

View File

@ -18,7 +18,7 @@ manifest:
pacman: pacman:
- sudo - sudo
- cargo - cargo
exec: after:
- sudo cargo install librespot - sudo cargo install librespot
package: platypush.backend.music.spotify package: platypush.backend.music.spotify
type: backend type: backend

View File

@ -1,7 +1,6 @@
manifest: manifest:
events: events:
- platypush.message.event.gpio.GPIOEvent: - platypush.message.event.gpio.GPIOEvent
When the value of a monitored PIN changes.
install: install:
pip: pip:
- RPi.GPIO - RPi.GPIO

View File

@ -15,7 +15,7 @@ manifest:
- npm - npm
pip: pip:
- weasyprint - weasyprint
exec: after:
- sudo npm install -g @postlight/mercury-parser - sudo npm install -g @postlight/mercury-parser
package: platypush.plugins.http.webpage package: platypush.plugins.http.webpage
type: plugin type: plugin

View File

@ -1,7 +1,6 @@
manifest: manifest:
events: events:
- platypush.message.event.music.TidalPlaylistUpdatedEvent: when a user playlist - platypush.message.event.music.tidal.TidalPlaylistUpdatedEvent
is updated.
install: install:
pip: pip:
- tidalapi >= 0.7.0 - tidalapi >= 0.7.0

View File

@ -1,6 +1,6 @@
manifest: manifest:
events: events:
platypush.message.event.sensor import SensorDataChangeEvent: - platypush.message.event.sensor.SensorDataChangeEvent
install: install:
pip: pip:

View File

@ -1,6 +1,6 @@
manifest: manifest:
events: events:
- platypush.message.event.sensor.SensorDataChangeEvent: - platypush.message.event.sensor.SensorDataChangeEvent
install: install:
apk: apk:
- py3-pyserial - py3-pyserial