core/homeassistant/components/switchbot/manifest.json

13 lines
241 B
JSON
Raw Normal View History

{
"domain": "switchbot",
"name": "Switchbot",
"documentation": "https://www.home-assistant.io/components/switchbot",
"requirements": [
"PySwitchbot==0.6.2"
],
"dependencies": [],
"codeowners": [
"@danielhiversen"
]
}