We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6115a4c commit 6ecbaa9Copy full SHA for 6ecbaa9
2 files changed
.github/workflows/ci.yaml
@@ -37,7 +37,7 @@ on:
37
type: boolean
38
39
env:
40
- CACHE_VERSION: 2
+ CACHE_VERSION: 3
41
UV_CACHE_VERSION: 1
42
MYPY_CACHE_VERSION: 1
43
HA_SHORT_VERSION: "2026.3"
script/hassfest/requirements.py
@@ -203,11 +203,6 @@
203
"sense": {"sense-energy": {"async-timeout"}},
204
"slimproto": {"aioslimproto": {"async-timeout"}},
205
"surepetcare": {"surepy": {"async-timeout"}},
206
- "tami4": {
207
- # https://github.com/SeleniumHQ/selenium/issues/16943
208
- # tami4 > selenium > types*
209
- "selenium": {"types-certifi", "types-urllib3"},
210
- },
211
"travisci": {
212
# https://github.com/menegazzo/travispy seems to be unmaintained
213
# and unused https://www.home-assistant.io/integrations/travisci
0 commit comments