We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7f051 commit cb73660Copy full SHA for cb73660
1 file changed
paradox/interfaces/text/homeassistant_notifications.py
@@ -38,7 +38,7 @@ def __init__(self, alarm):
38
def send_message(self, message: str, level: EventLevel):
39
if not self.token:
40
logger.warning(
41
- 'Unable to send a notification to Home Assistant. "SUPERVISOR_TOKEN" environment variable is not set'
+ "Unable to send a notification to Home Assistant. No token is set."
42
)
43
return
44
0 commit comments