"hub" input type no longer working

Has anyone else found that input type “hub” is no longer working on preference pages with the latest SmartThings app?

section("Testing") {
      input "hub", "hub", title: "Select Hub"
}

This ends up showing the section name with nothing under it. I’ve testing it with multiple other types in-line and this one is simply skipped or hidden.

Hi, thanks for bringing this up, I’ll verify some details with our engineering team about it.
In the meantime, can you share more details about your Use Case to see if there’s an alternative, please?

1 Like

This is less of a “use case” issue than a straight-up regression bug. An existing SmartApp that worked for years, using a documented API is simply unusable now because the preferences page cannot be filled out. Any workaround would require a rewrite to that existing code.