1
0
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:
Joost Lekkerkerker
2025-12-15 09:49:19 +01:00
committed by GitHub
parent 903c73b5dd
commit 5bea0d57ec
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]

View File

@@ -1812,7 +1812,7 @@
},
"epson": {
"name": "Epson",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},