mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 02:57:48 +00:00
* switch Epson from HTTP to TCP communication * fix tests * add asyncio websession * fix manifest * fix config flow * fix manifest * fix logger warnings * switch Epson from HTTP to TCP communication * fix tests * add asyncio websession * fix config flow * fix manifest * fix logger warnings * add already configured to import yaml * remove neccessary projector on on config.yaml * remove check import None * reload integration if no unique_id * async_migrate_entry * add async_migrate_entry * add init tests * media player migration uid * unifi config flow * Update homeassistant/components/epson/media_player.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update homeassistant/components/epson/media_player.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * review * remove unnecessary try except * add import test * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * revert PORT option from config yaml * fix tests * remove port from config flow * fix CONFIG_SCHEMA Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
10 lines
245 B
JSON
10 lines
245 B
JSON
{
|
|
"domain": "epson",
|
|
"name": "Epson",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/epson",
|
|
"requirements": ["epson-projector==0.4.2"],
|
|
"codeowners": ["@pszafer"],
|
|
"iot_class": "local_polling"
|
|
}
|