core/homeassistant/components/switchmate/manifest.json

13 lines
245 B
JSON
Raw Normal View History

{
"domain": "switchmate",
"name": "Switchmate",
"documentation": "https://www.home-assistant.io/components/switchmate",
"requirements": [
"pySwitchmate==0.4.5"
],
"dependencies": [],
"codeowners": [
"@danielhiversen"
]
}