I am trying to add my Tapo Plugs to Home Assistant.
I am running this on my Synology NAS via Docker.
I have updated the configuration.yaml file by adding the following lines
switch:
platform: tapo_p100_control
ip_address: 192.168.***.***
email: s**********[email protected]
password: *****************
I have also added the custom_components folder to docker>homeassistant (which is the same root folder that the config file is stored in.
In the custom components folder, I have extracted the tapo_p100_control folder and contents.
Following this, I rebooted my Docker instance however, the Tapo devices are still not showing. I did double check to see if they now appeared in the Integrations which they don’t.
Have I missed something in the setup? How can I control my Tapo devices?
Thank you,
Pie