hass-core/homeassistant/components/mutesync/manifest.json
Tom Toor a57761103c
Mutesync integration (#49679)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-27 13:44:59 -07:00

11 lines
258 B
JSON

{
"domain": "mutesync",
"name": "mutesync",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mutesync",
"requirements": ["mutesync==0.0.1"],
"iot_class": "local_polling",
"codeowners": [
"@currentoor"
]
}