* Make event service optional * Correct strings for rename * Drop unload we are just testing config flow here
8 lines
182 B
Python
8 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"
|