Skip to content

Commit

Permalink
Re-added hassfest
Browse files Browse the repository at this point in the history
  • Loading branch information
linsvensson committed Apr 7, 2022
1 parent ae0bb37 commit 2afdfea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate with hassfest

on:
schedule:
- cron: "0 0 * * *"

jobs:
validate:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v2"
- uses: home-assistant/actions/hassfest@master
6 changes: 3 additions & 3 deletions custom_components/greenely/sensor.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
import logging
from datetime import datetime, timedelta
from datetime import datetime, timedelta

import requests
import json
import logging
import voluptuous as vol

import homeassistant.helpers.config_validation as cv
Expand Down

0 comments on commit 2afdfea

Please sign in to comment.