forked from platypush/platypush
Fixed manifest files with outdated formats.
This commit is contained in:
parent
e463a52435
commit
c2b3ec8ce3
6 changed files with 6 additions and 8 deletions
|
@ -18,7 +18,7 @@ manifest:
|
|||
pacman:
|
||||
- sudo
|
||||
- cargo
|
||||
exec:
|
||||
after:
|
||||
- sudo cargo install librespot
|
||||
package: platypush.backend.music.spotify
|
||||
type: backend
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
manifest:
|
||||
events:
|
||||
- platypush.message.event.gpio.GPIOEvent:
|
||||
When the value of a monitored PIN changes.
|
||||
- platypush.message.event.gpio.GPIOEvent
|
||||
install:
|
||||
pip:
|
||||
- RPi.GPIO
|
||||
|
|
|
@ -15,7 +15,7 @@ manifest:
|
|||
- npm
|
||||
pip:
|
||||
- weasyprint
|
||||
exec:
|
||||
after:
|
||||
- sudo npm install -g @postlight/mercury-parser
|
||||
package: platypush.plugins.http.webpage
|
||||
type: plugin
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
manifest:
|
||||
events:
|
||||
- platypush.message.event.music.TidalPlaylistUpdatedEvent: when a user playlist
|
||||
is updated.
|
||||
- platypush.message.event.music.tidal.TidalPlaylistUpdatedEvent
|
||||
install:
|
||||
pip:
|
||||
- tidalapi >= 0.7.0
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
manifest:
|
||||
events:
|
||||
platypush.message.event.sensor import SensorDataChangeEvent:
|
||||
- platypush.message.event.sensor.SensorDataChangeEvent
|
||||
|
||||
install:
|
||||
pip:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
manifest:
|
||||
events:
|
||||
- platypush.message.event.sensor.SensorDataChangeEvent:
|
||||
- platypush.message.event.sensor.SensorDataChangeEvent
|
||||
install:
|
||||
apk:
|
||||
- py3-pyserial
|
||||
|
|
Loading…
Reference in a new issue