Thanks Duda!
Our nodes collection is already in production though so the alternate solution you mentioned was to just remove ‘device-’ from the front right?
I guess to update the property, I can do
articles.config.add_property(
Property(
name="onHomepage",
data_type=DataType.BOOL
)
)