1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-25 04:17:02 +00:00
Files
core/homeassistant/components/mutesync/manifest.json
2023-02-08 20:38:43 +01:00

11 lines
277 B
JSON

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