Hi,
I am attempting to setup a homebridge plugin to use with Homekit on Hassio.
The files from the below github are all copied to a folder custom_components in the config folder on Hassio
My question, is how/where do I put the info needed in the config.json to enable this plugin?
This is the default info that would normally go into the homebridge config.json
“platforms”: [
{
“platform”: “SmartAC”,
“name”: “ThinkEco SmartAC Platform”,
“username”: “[email protected]”,
“password”: “XXXX”
}
]
Where would this go to enable it in Hassio?
Thanks