diff --git a/edge-apps/tfl-bus-status/screenly.yml b/edge-apps/tfl-bus-status/screenly.yml index 1132653..cc902f6 100644 --- a/edge-apps/tfl-bus-status/screenly.yml +++ b/edge-apps/tfl-bus-status/screenly.yml @@ -1,6 +1,7 @@ --- syntax: manifest_v1 id: 01J014HW843KTC13XKXV3ABD04 +ready_signal: true description: | Displays TFL Bus Status for a given bus stop. You can find the list of all bus stops here: @@ -23,10 +24,3 @@ settings: help_text: | You can find your bus stop here: https://playground.srly.io/edge-apps/helpers/tfl/bus-stop-lookup/ - screenly_render_notification: - type: string - default_value: "1" - title: Requires ready for rendering - optional: true - help_text: | - Leave as is. diff --git a/edge-apps/tfl-bus-status/screenly_qc.yml b/edge-apps/tfl-bus-status/screenly_qc.yml index d061f22..ab9dec1 100644 --- a/edge-apps/tfl-bus-status/screenly_qc.yml +++ b/edge-apps/tfl-bus-status/screenly_qc.yml @@ -1,6 +1,7 @@ --- syntax: manifest_v1 id: 01J013T9F09HS3TSPWF226ND18 +ready_signal: true description: | Displays TFL Bus Status for a given bus stop. You can find the list of all bus stops here: @@ -23,10 +24,3 @@ settings: help_text: | You can find your bus stop here: https://playground.srly.io/edge-apps/helpers/tfl/bus-stop-lookup/ - screenly_render_notification: - type: string - default_value: "1" - title: Requires ready for rendering - optional: true - help_text: | - Leave as is.