Update service domain for epson from 'media_player' to 'epson' (#29113)

* update .coveragerc, move epson constants to const.py, move epson cutsom service to epson domain

* Newline in services.yaml
This commit is contained in:
Raman Gupta 2019-11-26 14:12:50 -05:00 committed by Paulus Schoutsen
parent 9e01591cac
commit c21650473a
5 changed files with 28 additions and 19 deletions

View file

@ -0,0 +1,10 @@
"""Constants for the Epson projector component."""
DOMAIN = "epson"
SERVICE_SELECT_CMODE = "select_cmode"
ATTR_CMODE = "cmode"
DATA_EPSON = "epson"
DEFAULT_NAME = "EPSON Projector"
SUPPORT_CMODE = 33001