mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
11 lines
277 B
JSON
11 lines
277 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"],
|
|
"loggers": ["mutesync"]
|
|
}
|