Minor Title Changes

pull/1/head
riley 1 year ago
parent ee72c62c8c
commit 07bdcf6703

@ -15,7 +15,7 @@ s = m:section(SimpleSection, translate("Container Status"))
s:append(Template("frigate/status")) s:append(Template("frigate/status"))
-- General Frigate Docker setup -- General Frigate Docker setup
s = m:section(NamedSection, "docker", "frigate_config", "General settings for Docker") s = m:section(NamedSection, "docker", "frigate_config", "Docker Configuration")
s.addremove = false s.addremove = false
s.anonymous = true s.anonymous = true
@ -35,7 +35,7 @@ o = s:option(Value, "storage", "Storage Path")
o.default = "./frigate/storage" o.default = "./frigate/storage"
-- MQTT Configuration -- MQTT Configuration
s = m:section(NamedSection, "mqtt", "frigate_config", "Settings for MQTT") s = m:section(NamedSection, "mqtt", "frigate_config", "MQTT Configuration")
s.addremove = false s.addremove = false
s.anonymous = true s.anonymous = true
@ -46,7 +46,7 @@ o = s:option(Value, "host", "MQTT Host")
o.default = "mqtt.server.com" o.default = "mqtt.server.com"
-- Detectors Configuration -- Detectors Configuration
s = m:section(NamedSection, "detectors", "frigate_config", "Settings for Detectors") s = m:section(NamedSection, "detectors", "frigate_config", "TPU Configuration")
s.addremove = false s.addremove = false
s.anonymous = true s.anonymous = true
@ -60,7 +60,7 @@ o = s:option(Value, "device", "Device")
o.default = "usb" o.default = "usb"
-- Camera Configuration -- Camera Configuration
s = m:section(TypedSection, "camera_config", "Camera Configuration", "Settings for Cameras") s = m:section(TypedSection, "camera_config", "Camera Configuration")
s.addremove = true s.addremove = true
s.anonymous = true s.anonymous = true
s.novaluetext = "There are no cameras configured yet." s.novaluetext = "There are no cameras configured yet."

Loading…
Cancel
Save