Update wording

This commit is contained in:
Blake Blackshear 2023-05-11 05:48:28 -05:00 committed by GitHub
parent e337ffd1e3
commit 0987e11181
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,7 +182,7 @@ class Dispatcher:
if payload == "ON": if payload == "ON":
if not self.config.cameras[camera_name].record.enabled_in_config: if not self.config.cameras[camera_name].record.enabled_in_config:
logger.error( logger.error(
f"Recordings are not enabled in the config, they can not be enabled after startup." f"Recordings must be enabled in the config to be turned on via MQTT."
) )
return return