Add gitignore and flip some permissions

This commit is contained in:
Sebastian Muszynski 2021-08-29 08:55:27 +02:00
parent 0829d764a0
commit 007c4c2487
12 changed files with 12 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
.idea/
secret.yaml
.esphome/
**/.pioenvs/
**/.piolibdeps/
**/lib/
**/src/
**/partitions.csv
__pycache__/
*.py[cod]
*$py.class

Binary file not shown.

0
custom_components/victron/README.md Executable file → Normal file
View File

0
custom_components/victron/__init__.py Executable file → Normal file
View File

0
custom_components/victron/sensor.py Executable file → Normal file
View File

0
custom_components/victron/text_sensor.py Executable file → Normal file
View File

0
custom_components/victron/victron.cpp Executable file → Normal file
View File

0
custom_components/victron/victron.h Executable file → Normal file
View File

0
victron.yaml Executable file → Normal file
View File