home-assistant/example-custom-config

Integration error: hello_world - Integration 'hello_world' not found

VoiceOfSoftware opened this issue · 1 comments

I copied everything from Home Assistant's own hello_world example, and still get the error message "Integration error: hello_world - Integration 'hello_world' not found." when I click [Check Configuration]
I used HA's own File editor plugin to create the file /config/custom_components/hello_world/__init__.py, and pasted the contents from GitHub into it. Same for /config/custom_components/hello_world/manifest.json
Then, per the instructions, I edited /config/configuration.yaml to add a single new line near the top:
hello_world:

You need to restart Home Assistant 1 time before you add the configuration for it to make Home Assistant aware of the new integration.