diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a5e7a6210..50de0c29d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -19,4 +19,4 @@ repos:
- id: mypy
args: ["--install-types", "--non-interactive", "--ignore-missing-imports"]
additional_dependencies: [sqlalchemy2-stubs <= 0.0.2a20, SQLAlchemy <= 1.4]
-exclude: docs/conf.py
\ No newline at end of file
+exclude: docs/conf.py
diff --git a/docs/reference/apidoc/code_visualization.svg b/docs/reference/apidoc/code_visualization.svg
index 6c3c7d4ea..3e6610a72 100644
--- a/docs/reference/apidoc/code_visualization.svg
+++ b/docs/reference/apidoc/code_visualization.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/tutorials/template_writing.ipynb b/docs/tutorials/template_writing.ipynb
index b0a0efb4d..96b6544d8 100644
--- a/docs/tutorials/template_writing.ipynb
+++ b/docs/tutorials/template_writing.ipynb
@@ -46,7 +46,7 @@
" @prefix brick: .\n",
" p:name a brick:Variable_Air_Volume_Box_With_Reheat ;\n",
" brick:hasPart p:damper, p:htg-coil ;\n",
- " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp ;\n",
+ " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp, p:occ, p:co2 ;\n",
" brick:feeds p:zone .\n",
" optional: ['occ', 'co2']\n",
" dependencies:\n",
@@ -95,7 +95,7 @@
" @prefix brick: .\n",
" p:name a brick:Variable_Air_Volume_Box_With_Reheat ;\n",
" brick:hasPart p:damper, p:htg-coil ;\n",
- " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp ;\n",
+ " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp, p:occ, p:co2 ;\n",
" brick:feeds p:zone .\n",
"```\n",
"\n",
@@ -121,7 +121,7 @@
" @prefix brick: .\n",
" p:name a brick:Variable_Air_Volume_Box_With_Reheat ;\n",
" brick:hasPart p:damper, p:htg-coil ;\n",
- " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp ;\n",
+ " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp, p:occ, p:co2 ;\n",
" brick:feeds p:zone .\n",
" optional: ['occ', 'co2']\n",
"```\n",
@@ -150,7 +150,7 @@
" @prefix brick: .\n",
" p:name a brick:Variable_Air_Volume_Box_With_Reheat ;\n",
" brick:hasPart p:damper, p:htg-coil ;\n",
- " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp ;\n",
+ " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp, p:occ, p:co2 ;\n",
" brick:feeds p:zone .\n",
" optional: ['occ', 'co2']\n",
" dependencies:\n",
@@ -215,7 +215,7 @@
" @prefix brick: .\n",
" p:name a brick:Variable_Air_Volume_Box_With_Reheat ;\n",
" brick:hasPart p:damper, p:htg-coil ;\n",
- " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp ;\n",
+ " brick:hasPoint p:sa-flow, p:sa-temp, p:za-temp, p:occ, p:co2 ;\n",
" brick:feeds p:zone .\n",
" optional: ['occ', 'co2']\n",
" dependencies:\n",