diff --git a/app/blocks/power_ups/air_quality.js b/app/blocks/power_ups/air_quality.js index b688f7a..225f5cf 100644 --- a/app/blocks/power_ups/air_quality.js +++ b/app/blocks/power_ups/air_quality.js @@ -52,7 +52,7 @@ export default { // re-run the things that use the data block.refreshPropertyOptions({}) }) - }, 1) + }, 5) } }, @@ -66,7 +66,7 @@ export default { fields: { POWER_UP_ID: { - description: "Select a location from those defined by the Air Quality Power-Up", + description: "Select a location from those defined by the Air Quality Power-Up.\n\nCreate locations via Power-Ups => Air Quality ([https://io.adafruit.com/services/air_quality](https://io.adafruit.com/services/air_quality))", options: [ [ "Loading locations...", "" ], ] diff --git a/app/blocks/power_ups/weather.js b/app/blocks/power_ups/weather.js index fd60e89..56c5337 100644 --- a/app/blocks/power_ups/weather.js +++ b/app/blocks/power_ups/weather.js @@ -59,7 +59,7 @@ export default { // @ts-ignore re-run the things that use the data block.refreshPropertyOptions({}) }) - }, 1) + }, 5) } }, @@ -117,6 +117,8 @@ export default { The list of weather locations defined in the Weather Power-Up. Select the location you would like weather information for. + Create locations via Power-Ups => Weather ([https://io.adafruit.com/services/weather](https://io.adafruit.com/services/weather)) + ### \`Forecast\` and \`Metric\` A list a weather forecasts to choose from. The weather metrics available are different based on the chosen forecast.