Add config flow to epson and fix timeouts (#39697)
This commit is contained in:
parent
12a891cc0a
commit
df38c59dc8
14 changed files with 310 additions and 71 deletions
|
@ -1,10 +1,8 @@
|
|||
"""Constants for the Epson projector component."""
|
||||
"""Constants for the epson integration."""
|
||||
|
||||
DOMAIN = "epson"
|
||||
SERVICE_SELECT_CMODE = "select_cmode"
|
||||
|
||||
ATTR_CMODE = "cmode"
|
||||
|
||||
DATA_EPSON = "epson"
|
||||
DEFAULT_NAME = "EPSON Projector"
|
||||
|
||||
SUPPORT_CMODE = 33001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue