-
Notifications
You must be signed in to change notification settings - Fork 1
Enhance documentation for weather locations #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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))", | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. use it'll strip the leading/trailing newlines and the leading whitespace automatically, keeps it looking like itself. other options exist when it gets too hairy for even that, you can use the |
||
| options: [ | ||
| [ "Loading locations...", "" ], | ||
| ] | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why this change? (this block and weather block)