hass-core/homeassistant/components/philips_js/const.py
Joakim Plate 0d689eefd6
Make Philips TV notify service optional (#50691)
* Make event service optional

* Correct strings for rename

* Drop unload we are just testing config flow here
2021-06-27 22:57:08 +02:00

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"