diff --git a/info.md b/info.md index 31a5b91..3c882c2 100644 --- a/info.md +++ b/info.md @@ -20,21 +20,26 @@ The core of the integration is provied by [plugp100](https://github.com/petretia [![Project Maintenance][maintenance-shield]][user_profile] [![BuyMeCoffee][buymecoffeebadge]][buymecoffee] -## Next improvements (TODO) +## Features -- [x] add support for tapo light bulb +- [x] pure async home assistant's method +- [x] support for tapo switch (`P100`, `P110`, `P105`) +- [x] support for tapo light bulb with or without color (`L530`, `L510`) +- [x] support for P110 energy monitoring - [x] allow configuration from home assistant UI with config flow -- [x] improve it using pure async home assistant's method -- [ ] add support for color bulb +- [x] allow configuration from `configuration.yaml`. supported domains are `switch`, `light`, `sensor` ## Installation - Recomended way: 1. Install from HACS, add this repository as custom repository 2. Search into HACS store the tapo integration and install 3. Full restart of home assistant is recomended +This video show installation steps: + +[![Install Steps](http://img.youtube.com/vi/KSYldphgE5A/0.jpg)](https://youtu.be/KSYldphgE5A) + "Manual" way: 1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`). @@ -53,6 +58,18 @@ Recomended way: 4. Wait for connection. It automatically recognize if the tapo device is switch or light +## Configuration by configuration.yaml +Domain can be `switch`, `light` or `sensor`. + +An example with switch: +```yaml +switch: + platform: tapo + host: ... + username: ... + password: ... +``` + ## Contributions are welcome! Open a pull request, every contribution are welcome.