Skip to content

Commit

Permalink
Update info.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petretiandrea authored Oct 1, 2021
1 parent fbdc7fe commit 36a7c44
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).
Expand All @@ -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.
Expand Down

0 comments on commit 36a7c44

Please sign in to comment.