mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to epson (#159008)
This commit is contained in:
committed by
GitHub
parent
903c73b5dd
commit
5bea0d57ec
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@pszafer"],
|
"codeowners": ["@pszafer"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/epson",
|
"documentation": "https://www.home-assistant.io/integrations/epson",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["epson_projector"],
|
"loggers": ["epson_projector"],
|
||||||
"requirements": ["epson-projector==0.6.0"]
|
"requirements": ["epson-projector==0.6.0"]
|
||||||
|
|||||||
@@ -1812,7 +1812,7 @@
|
|||||||
},
|
},
|
||||||
"epson": {
|
"epson": {
|
||||||
"name": "Epson",
|
"name": "Epson",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user