mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 03:35:14 +01:00
13 lines
241 B
JSON
13 lines
241 B
JSON
{
|
|
"domain": "switchbot",
|
|
"name": "Switchbot",
|
|
"documentation": "https://www.home-assistant.io/components/switchbot",
|
|
"requirements": [
|
|
"PySwitchbot==0.6.2"
|
|
],
|
|
"dependencies": [],
|
|
"codeowners": [
|
|
"@danielhiversen"
|
|
]
|
|
}
|