12 lines
320 B
YAML
12 lines
320 B
YAML
---
|
|
# The script integration allows users to specify a sequence of actions to be
|
|
# executed by Home Assistant when turned on.
|
|
#
|
|
# This loads up my custom tempates.
|
|
#
|
|
# https://www.home-assistant.io/integrations/template/
|
|
#
|
|
|
|
template: !include ../templates.yaml
|
|
template split: !include_dir_named ../templates
|