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:
parent
9e01591cac
commit
c21650473a
5 changed files with 28 additions and 19 deletions
10
homeassistant/components/epson/const.py
Normal file
10
homeassistant/components/epson/const.py
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue