mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to anthemav (#158841)
This commit is contained in:
committed by
GitHub
parent
77b79fef8d
commit
96f8c39c6f
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@hyralex"],
|
"codeowners": ["@hyralex"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/anthemav",
|
"documentation": "https://www.home-assistant.io/integrations/anthemav",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["anthemav"],
|
"loggers": ["anthemav"],
|
||||||
"requirements": ["anthemav==1.4.1"]
|
"requirements": ["anthemav==1.4.1"]
|
||||||
|
|||||||
@@ -359,7 +359,7 @@
|
|||||||
},
|
},
|
||||||
"anthemav": {
|
"anthemav": {
|
||||||
"name": "Anthem A/V Receivers",
|
"name": "Anthem A/V Receivers",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user