[register_devices] Support comment lines #30127
|
Right now, register_devices expects devices_file to contain only the header row and valid device rows. Any blank line or comment causes the action to fail. It would be nice to allow lightweight annotations in the file, so larger device lists are easier to organize and maintain. IdeaSupport #-prefixed comment lines (and blank lines) in devices_file, ignored before the device rows are parsed. Backwards compatibilityFiles without comments or blank lines would keep working exactly as they do today. ExampleWhy this could help
|
Answered by
iBotPeaches
Jul 21, 2026
Replies: 1 comment
Answer selected by
iBotPeaches
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Merged here by yourself - d534769