diff --git a/ci/homeassistant.jenkinsfile b/ci/homeassistant.jenkinsfile new file mode 100644 index 0000000..a9e03d0 --- /dev/null +++ b/ci/homeassistant.jenkinsfile @@ -0,0 +1,14 @@ +// vim: set ft=groovy sw=4 ts=4 sts=4 et : +@Library('cfgpol')_ + +applyConfigPolicy( + 'home-assistant:hassdb', + [ + 'Home Assistant DB': [ + 'hassdb.yml' + ], + 'Home Assistant': [ + 'homeassistant.yml' + ] + ] +)