Skip to content

Commit 0211524

Browse files
committed
fix[esphome]: Removed from build
1 parent 75676b5 commit 0211524

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-matrix-wheels.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ jobs:
8989
if [[ "$i" =~ "object_detection" ]]; then
9090
continue
9191
fi
92+
# Waiting for https://github.com/fhempy/fhempy/issues/228
93+
if [[ "$i" =~ "esphome" ]]; then
94+
continue
95+
fi
9296
if [[ "$i" =~ ^(eq3bt|gfprobt|ble_reset|blue_connect|object_detection)$ ]]; then
9397
ADD_PKGS="cmake ninja-build"
9498
elif [[ "$i" =~ ^(seatconnect|skodaconnect|miio|xiaomi_gateway3|xiaomi_gateway3_device|pyit600|esphome|tuya)$ ]]; then

0 commit comments

Comments
 (0)