mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 03:37:51 +00:00

* Make event service optional * Correct strings for rename * Drop unload we are just testing config flow here
9 lines
182 B
Python
9 lines
182 B
Python
"""The Philips TV constants."""
|
|
|
|
DOMAIN = "philips_js"
|
|
CONF_SYSTEM = "system"
|
|
CONF_ALLOW_NOTIFY = "allow_notify"
|
|
|
|
CONST_APP_ID = "homeassistant.io"
|
|
CONST_APP_NAME = "Home Assistant"
|