hass-core/homeassistant/components/epson/manifest.json
Pawel dfee5d06a6
Add support for more busy codes for Epson (#99771)
add support for more busy codes
2023-09-07 12:45:31 +02:00

10 lines
279 B
JSON

{
"domain": "epson",
"name": "Epson",
"codeowners": ["@pszafer"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/epson",
"iot_class": "local_polling",
"loggers": ["epson_projector"],
"requirements": ["epson-projector==0.5.1"]
}