mirror of
https://github.com/home-assistant/core.git
synced 2025-06-03 04:37:15 +00:00
8 lines
147 B
Python
8 lines
147 B
Python
"""The Philips TV constants."""
|
|
|
|
DOMAIN = "philips_js"
|
|
CONF_SYSTEM = "system"
|
|
|
|
CONST_APP_ID = "homeassistant.io"
|
|
CONST_APP_NAME = "Home Assistant"
|