#Using Local Copy of Core Integration

1 messages · Page 1 of 1 (latest)

fluid dove
#

How do I get HA to use my local copy of a core integration?

I've copied the files for an HA Core integration from the dev repo into a /config/custom_components/<integration> folder and made some changes. My local changes don't seem to be reflected on HA restart.

Am I missing something?

I'm not very git savvy, but would also like to make a PR if this all works out. I clearly don't need the whole HA repo, myself anyway.

dense hamlet
#

you need to add a version parameter in the manifest.json

#

and also for each change a restart of Home Assistant is required

fluid dove
#

There isn't one in there now. Is it just

#

I don't know.

dense hamlet
fluid dove
#

OK, for custom_integrations. I'll give it a go.