Add config flow to epson and fix timeouts (#39697)

This commit is contained in:
Pawel 2020-11-07 18:15:29 +01:00 committed by GitHub
parent 12a891cc0a
commit df38c59dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 310 additions and 71 deletions

View file

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