Hi all, I am configurig a Konke K1 Smart Plug. I was reading that to integrate in home assistant I need to add in the HA config folder a folder named custom_components with more folders inside for each Konke device, swtick light etc.
I have added this folder and also added in configuration.yaml code below as described in the git information.
I just set this up myself after getting a deal on some compatible elf smart plugs on newegg.
The error you see happens because the custom component has not loaded yet. So, while the error is correct, you should be safe to restart homeassistant. Upon restart, the konke custom component should load. It works fine for me.
I update my homeassitant to HASSIO today and found my konke switch is not working in
latest HASSIO.
So I checked the change log and found:
Custom integrations (custom_components)
As mentioned in every release since 2021.3, custom integrations will require a version key in their manifest file.
As of this release, if that version key is missing in the manifest, the custom integration will no longer be loaded.
So the only thing need to do is open manifest.json
and add a version row (“version”: “1.0”,)
And …boom ! It works!
I know this is an old blog but hopefully someone still using Konke (smart plugs ie minik) has this working and can assist. Ive had 6 of these plugs sitting around & decided to try integrate them into HA. as mentioned above regarding manifest file, I downloaded the integration & noticed there isnt a manifest.json file included (perhaps my error) so I created one as per above (aside from changing “name: minik” in line two. Added the following to configuration file but still not finding the device in HA (after restart) anybody able to help?
Konke Smart Plugs - integration attempt