We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75676b5 commit 0211524Copy full SHA for 0211524
.github/workflows/docker-matrix-wheels.yml
@@ -89,6 +89,10 @@ jobs:
89
if [[ "$i" =~ "object_detection" ]]; then
90
continue
91
fi
92
+ # Waiting for https://github.com/fhempy/fhempy/issues/228
93
+ if [[ "$i" =~ "esphome" ]]; then
94
+ continue
95
+ fi
96
if [[ "$i" =~ ^(eq3bt|gfprobt|ble_reset|blue_connect|object_detection)$ ]]; then
97
ADD_PKGS="cmake ninja-build"
98
elif [[ "$i" =~ ^(seatconnect|skodaconnect|miio|xiaomi_gateway3|xiaomi_gateway3_device|pyit600|esphome|tuya)$ ]]; then
0 commit comments