commit 889b8027ca43e0ca9f313b70e0c82c0be57605e8 Author: HB Date: Tue Sep 29 02:14:51 2020 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fcf6624 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Gitignore settings for ESPHome +# This is an example and may include too much for your use-case. +# You can modify this file to suit your needs. +/.build/ +/.esphome/ +**/.pioenvs/ +**/.piolibdeps/ +**/lib/ +**/src/ +**/platformio.ini +/secrets.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..a7bd86b --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# esphome-custom-component-examples