Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .devcontainer/scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ set -e

cd "$(dirname "$0")/../.."

# Remove yarn list to avoid errors in apt-get
sudo rm -f /etc/apt/sources.list.d/yarn.list

# Install libpcap and libturbojpeg to avoid errors in Home Assistant
sudo apt-get update
sudo apt-get install -y libpcap-dev libturbojpeg0
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ dmypy.json
# Pyre type checker
.pyre/

# Home Assistant Config
# Home Assistant config
/config/*
!/config/configuration.yaml

# Other Home Assistant custom_components
/custom_components/*
!/custom_components/pun_sensor/*
3 changes: 3 additions & 0 deletions requirements_ha.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ mutagen
hassil
home_assistant_intents
numpy
pyturbojpeg<2.0.0
pymicro-vad
pyspeex-noise
homeassistant
Loading