chore(garden): themes dir placeholder, empty-include markers, doorman contract pointer [#784]
ci / lint (push) Failing after 9s

Gardening pass: themes/ dir must exist for include_dir_merge_named;
scenes/scripts marked intentionally-empty; cross-repo contract pointer
to KNEL/doorman README. dev only.
https://projects.knownelement.com/issues/784
This commit is contained in:
2026-09-04 07:46:10 -05:00
parent 6266043d11
commit 528dab5100
4 changed files with 5 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
# PR gate). The roster is fetched live from the gitea API — NO git # PR gate). The roster is fetched live from the gitea API — NO git
# mechanics, NO submodule (git_pull add-on lacks submodule support), # mechanics, NO submodule (git_pull add-on lacks submodule support),
# NO local copy: access-roster remains the single source of truth. # NO local copy: access-roster remains the single source of truth.
# Reader/door contract (webhook JSON + unlock endpoint): KNEL/doorman README
# #
# UNLOCK PATH (founder-approved 2026-09-03): valid badge + the # UNLOCK PATH (founder-approved 2026-09-03): valid badge + the
# doorman_unlock_enabled input_boolean ON -> rest_command fires the # doorman_unlock_enabled input_boolean ON -> rest_command fires the
+1
View File
@@ -0,0 +1 @@
# intentionally empty — scenes are authored in the HA UI if ever needed
+1
View File
@@ -0,0 +1 @@
# intentionally empty — scripts are authored in the HA UI if ever needed
+2
View File
@@ -0,0 +1,2 @@
# intentional placeholder: themes dir must exist for the
# !include_dir_merge_named in configuration.yaml [#784 gardening]