mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update tplink supported devices (#37139)
* Update tplink supported devices * Add chime to only Tapo support sentence
This commit is contained in:
parent
f9e525eabe
commit
9904ff7607
@ -14,6 +14,7 @@ ha_category:
|
||||
- Sensor
|
||||
- Siren
|
||||
- Switch
|
||||
- Vacuum
|
||||
ha_release: 0.89
|
||||
ha_iot_class: Local Polling
|
||||
ha_config_flow: true
|
||||
@ -35,11 +36,12 @@ ha_platforms:
|
||||
- sensor
|
||||
- siren
|
||||
- switch
|
||||
- vacuum
|
||||
ha_dhcp: true
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
The `tplink` integration allows you to control your [TP-Link Kasa Smart Home Devices](https://www.tp-link.com/kasa-smart/) and [TP-Link Tapo Devices](https://www.tapo.com/) such as cameras, lights, plugs, wall switches, hubs, and hub-attached devices.
|
||||
The `tplink` integration allows you to control your [TP-Link Kasa Smart Home Devices](https://www.tp-link.com/kasa-smart/) and [TP-Link Tapo Devices](https://www.tapo.com/) such as cameras, doorbells, chimes, lights, plugs, wall switches, robot vacuums, hubs, and hub-attached devices.
|
||||
|
||||
## How you can use this integration
|
||||
|
||||
@ -106,10 +108,12 @@ Alternatively, you can factory reset and then prevent the device from accessing
|
||||
|
||||
- **Plugs**: P100, P110, P110M, P115, P125M, P135, TP15
|
||||
- **Power Strips**: P210M, P300, P304M, P306, TP25
|
||||
- **Wall Switches**: S500D, S505, S505D
|
||||
- **Wall Switches**: S210, S220, S500D, S505, S505D
|
||||
- **Bulbs**: L510B, L510E, L530E, L630
|
||||
- **Light Strips**: L900-10, L900-5, L920-5, L930-5
|
||||
- **Cameras**: C100, C210, C225, C325WB, C520WS, TC65, TC70
|
||||
- **Cameras**: C100, C210, C220, C225, C325WB, C520WS, C720, TC65, TC70
|
||||
- **Doorbells and chimes**: D100C, D130, D230
|
||||
- **Vacuums**: RV20 Max Plus, RV30 Max
|
||||
- **Hubs**: H100, H200
|
||||
- **Hub-Connected Devices[^3]**: S200B, S200D, T100, T110, T300, T310, T315
|
||||
|
||||
@ -120,10 +124,10 @@ Alternatively, you can factory reset and then prevent the device from accessing
|
||||
|
||||
## Supported functionality
|
||||
|
||||
### Cameras
|
||||
### Cameras, doorbells and chimes
|
||||
|
||||
Only Tapo cameras are currently supported.
|
||||
In order for live view to work, you will need to enable your camera account in the Tapo App under **Device Settings** > **Advanced Settings** > **Camera Account**.
|
||||
Only Tapo cameras, doorbells, and chimes are currently supported.
|
||||
In order for live view to work on devices that support it, you will need to enable your camera account in the Tapo App under **Device Settings** > **Advanced Settings** > **Camera Account**.
|
||||
If you do not want to do this, keep **Live view** unchecked when adding the device. This can be changed at a later date using the `reconfigure` option on the integration entry.
|
||||
|
||||
Depending on the supported features of the camera, you can control various settings such as privacy mode, pan/tilt, and motion detection alerts.
|
||||
@ -142,6 +146,10 @@ Depending on the supported features of the device you can control various other
|
||||
|
||||
Switch entities are added for plugs, simple wall switches and power strips. In addition to turning devices on and off, you can control the various configuration options that the device supports, such as auto-on/off and automatic firmware updates.
|
||||
|
||||
### Robot vacuums
|
||||
|
||||
Vacuum entities are added for robot vacuums. In addition to starting and pausing devices, you can call them home, locate them, and control the various configuration options such as fan speed.
|
||||
|
||||
### Energy monitoring
|
||||
|
||||
If a device supports energy monitoring sensors will be created for consumption metrics which can be fed into the Home Assistant energy dashboard.
|
||||
|
Loading…
x
Reference in New Issue
Block a user