mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
tellstick: Add socat to package dependencies (#24531)
Otherwise the tellstick component will fail when used with a remote host running tellcore-net. Fixes #24113
This commit is contained in:
parent
21c96fa76c
commit
f5da0e341c
@ -6,7 +6,7 @@ set -e
|
||||
|
||||
PACKAGES=(
|
||||
# homeassistant.components.tellstick
|
||||
libtelldus-core2
|
||||
libtelldus-core2 socat
|
||||
)
|
||||
|
||||
# Add Tellstick repository
|
||||
|
Loading…
x
Reference in New Issue
Block a user