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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
manifest:
|
manifest:
|
||||||
events:
|
events:
|
||||||
platypush.message.event.sensor import SensorDataChangeEvent:
|
- platypush.message.event.sensor.SensorDataChangeEvent
|
||||||
|
|
||||||
install:
|
install:
|
||||||
pip:
|
pip:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue