mirror of
https://github.com/home-assistant/core.git
synced 2025-12-19 18:38:58 +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"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/epson",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["epson_projector"],
|
||||
"requirements": ["epson-projector==0.6.0"]
|
||||
|
||||
@@ -1812,7 +1812,7 @@
|
||||
},
|
||||
"epson": {
|
||||
"name": "Epson",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user