Skip to content

Commit cb73660

Browse files
committed
Improve error message
1 parent 5c7f051 commit cb73660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paradox/interfaces/text/homeassistant_notifications.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, alarm):
3838
def send_message(self, message: str, level: EventLevel):
3939
if not self.token:
4040
logger.warning(
41-
'Unable to send a notification to Home Assistant. "SUPERVISOR_TOKEN" environment variable is not set'
41+
"Unable to send a notification to Home Assistant. No token is set."
4242
)
4343
return
4444

0 commit comments

Comments
 (0)