mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-19 10:47:15 +00:00

* Improve alsa handling * use default from image * create alsa folder * Map config into addon * Add Audio object * Fix dbus * add host group file * Fix persistent file * Use new template * fix lint * Fix lint * add API * Update new base image / build system * Add audio container * extend new audio settings * provide pulse client config * Adjust files * Use without auth * reset did not exists now * cleanup old alsa layer * fix tasks * fix black * fix lint * Add dbus support * add dbus adjustments * Fixups
24 lines
211 B
Plaintext
24 lines
211 B
Plaintext
# General files
|
|
.git
|
|
.github
|
|
.devcontainer
|
|
.vscode
|
|
|
|
# Test related files
|
|
.tox
|
|
|
|
# Temporary files
|
|
**/__pycache__
|
|
.pytest_cache
|
|
|
|
# virtualenv
|
|
venv/
|
|
|
|
# Data
|
|
home-assistant-polymer/
|
|
script/
|
|
tests/
|
|
|
|
# Test ENV
|
|
data/
|