CircleCI Orb that allows you to validate your Home Assistant config
For full usage guidelines, see the orb registry listing.
It's as simple as adding this .circleci/config.yml
file to the repository you use for your configuration. CircleCI will let you use their free tier if you choose a private repository - as long as you only make a few changes per week.
.circleci/config.yml
version: 2.1
description: |
Basic usage of this orb
https://circleci.com/orbs/registry/orb/dallaso/home-assistant-config
orbs:
hass: dallaso/home-assistant-config@0.0
workflows:
main:
jobs:
- hass/check-config
We welcome issues to and pull requests against this repository!