-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING CHANGE]Attempt to support muli-instance.
- Loading branch information
Showing
11 changed files
with
284 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
config/* | ||
|
||
tests/testing_config/deps | ||
tests/testing_config/home-assistant.log | ||
|
||
# Hide sublime text stuff | ||
*.sublime-project | ||
*.sublime-workspace | ||
|
||
# Hide some OS X stuff | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
Icon | ||
|
||
# Thumbnails | ||
._* | ||
|
||
# IntelliJ IDEA | ||
.idea | ||
*.iml | ||
|
||
# pytest | ||
.pytest_cache | ||
.cache | ||
|
||
# GITHUB Proposed Python stuff: | ||
*.py[cod] | ||
|
||
# C extensions | ||
*.so | ||
|
||
# Packages | ||
*.egg | ||
*.egg-info | ||
dist | ||
build | ||
eggs | ||
.eggs | ||
parts | ||
bin | ||
var | ||
sdist | ||
develop-eggs | ||
.installed.cfg | ||
lib | ||
lib64 | ||
|
||
# Logs | ||
*.log | ||
pip-log.txt | ||
|
||
# Unit test / coverage reports | ||
.coverage | ||
.tox | ||
nosetests.xml | ||
htmlcov/ | ||
|
||
# Translations | ||
*.mo | ||
|
||
# Mr Developer | ||
.mr.developer.cfg | ||
.project | ||
.pydevproject | ||
|
||
.python-version | ||
|
||
# emacs auto backups | ||
*~ | ||
*# | ||
*.orig | ||
|
||
# venv stuff | ||
pyvenv.cfg | ||
pip-selfcheck.json | ||
venv | ||
.venv | ||
Pipfile* | ||
share/* | ||
Scripts/ | ||
|
||
# vimmy stuff | ||
*.swp | ||
*.swo | ||
|
||
ctags.tmp | ||
|
||
# vagrant stuff | ||
virtualization/vagrant/setup_done | ||
virtualization/vagrant/.vagrant | ||
virtualization/vagrant/config | ||
|
||
# Visual Studio Code | ||
.vscode | ||
|
||
# Built docs | ||
docs/build | ||
|
||
# Windows Explorer | ||
desktop.ini | ||
/home-assistant.pyproj | ||
/home-assistant.sln | ||
/.vs/* | ||
|
||
# mypy | ||
/.mypy_cache/* | ||
|
||
# Secrets | ||
.lokalise_token | ||
|
||
# monkeytype | ||
monkeytype.sqlite3 | ||
.aider* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.