mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Add integration_type service to mutesync (#159701)
This commit is contained in:
committed by
GitHub
parent
3175c149c6
commit
cd6bb861a8
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@currentoor"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/mutesync",
|
||||
"integration_type": "service",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["mutesync"],
|
||||
"requirements": ["mutesync==0.0.1"]
|
||||
|
||||
@@ -4277,7 +4277,7 @@
|
||||
},
|
||||
"mutesync": {
|
||||
"name": "mutesync",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user