Skip to content

Commit

Permalink
Rego1000 3.14 variables (#18)
Browse files Browse the repository at this point in the history
* Add compiled Python files to .gitignore
* Add rego1000 v3.14 variables
* Remove sensors creating errors
* Add v3.14.0 to smoketest
  • Loading branch information
gunstr authored Dec 17, 2023
1 parent d48f947 commit 01155aa
Show file tree
Hide file tree
Showing 5 changed files with 3,722 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/esphome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ jobs:
esphome compile rego1000-v3.6.0.yaml
esphome compile rego1000-v3.7.0.yaml
esphome compile rego1000-v3.9.0.yaml
esphome compile rego1000-v3.14.0.yaml
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
# You can modify this file to suit your needs.
/.esphome/
/secrets.yaml

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
Loading

0 comments on commit 01155aa

Please sign in to comment.