
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
homebridge-tp-link-tapo
Advanced tools
A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs
I recommend to use the platform as a Child Bridge for the best performance.
Most of the time the response time between the app and the device is 80ms. With the official app i measured around 1s to 2s as a response time.
The platform name was changed to HomebridgeTPLinkTapo
from HomebridgeTPLinkLights
Package was renamed from homebridge-tplink-smart-light
to homebridge-tp-link-tapo
For other device type just open a issue.
You can add multiple devices bulbs with a single platform.
{
"platforms": [
{
"platform": "HomebridgeTPLinkTapo",
"name": "TPLink Tapo Platform",
"email": "tplink-email",
"password": "tplink-password",
"addresses": ["192.168.x.x (the ip address of the device)"]
}
]
}
FAQs
A platform to implement the tp-link tapo device and Adaptive Lighting for light bulbs
The npm package homebridge-tp-link-tapo receives a total of 148 weekly downloads. As such, homebridge-tp-link-tapo popularity was classified as not popular.
We found that homebridge-tp-link-tapo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.