Skip to content

feat: turn off hallway lights if turned on manually #43

feat: turn off hallway lights if turned on manually

feat: turn off hallway lights if turned on manually #43

Workflow file for this run

name: Verify
on: [push, workflow_dispatch]
jobs:
lint:
runs-on: ubuntu-latest
container: cytopia/yamllint:latest
steps:
- run: yamllint .
test:
runs-on: ubuntu-latest
container: homeassistant/home-assistant:latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: mv travis_secrets.yaml secrets.yaml
- run: python -m homeassistant --script check_config --config .