A custom integration for home assistant to control the Tapo P100 plugs
To install the Tapo P100 integration copy the tapo_p100_control
folder into the custom_components
folder on your home assistant instance then these lines should be added to your configuration.yaml
file.
#P100 or P105 Plug
switch:
platform: tapo_p100_control
ip_address: 192.168.x.x
email: [email protected]
password: Password123
#L510 Series Bulbs
light:
platform: tapo_p100_control
ip_address: 192.168.x.x
email: [email protected]
password: Password123
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change
- Support for L530 Colour Bulbs
- UI setup integration
- Uploading to HACS