Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """The Philips TV constants."""
2 
3 DOMAIN = "philips_js"
4 CONF_SYSTEM = "system"
5 CONF_ALLOW_NOTIFY = "allow_notify"
6 
7 CONST_APP_ID = "homeassistant.io"
8 CONST_APP_NAME = "Home Assistant"
9 
10 TRIGGER_TYPE_TURN_ON = "turn_on"