1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/epson/const.py
2026-02-03 11:10:10 +01:00

10 lines
157 B
Python

"""Constants for the epson integration."""
DOMAIN = "epson"
CONF_CONNECTION_TYPE = "connection_type"
ATTR_CMODE = "cmode"
HTTP = "http"
SERIAL = "serial"