/home-assistant-config-orb

CircleCI Orb that allows you to validate your Home Assistant config - https://www.home-assistant.io/

MIT LicenseMIT

home-assistant-config-orb CircleCI status CircleCI Orb Version GitHub license

CircleCI Orb that allows you to validate your Home Assistant config

Usage

For full usage guidelines, see the orb registry listing.

Example

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

Contributing

We welcome issues to and pull requests against this repository!

Additional Resources

CircleCI Orbs
Home Assistant