mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Remove async-modbus exception from hassfest requirements check (#154988)
This commit is contained in:
@@ -37,7 +37,7 @@ on:
|
||||
type: boolean
|
||||
|
||||
env:
|
||||
CACHE_VERSION: 9
|
||||
CACHE_VERSION: 1
|
||||
UV_CACHE_VERSION: 1
|
||||
MYPY_CACHE_VERSION: 1
|
||||
HA_SHORT_VERSION: "2025.11"
|
||||
|
||||
@@ -314,8 +314,6 @@ FORBIDDEN_PACKAGE_FILES_EXCEPTIONS = {
|
||||
"lyric": {"homeassistant": {"aiolyric"}},
|
||||
# https://github.com/microBeesTech/pythonSDK/
|
||||
"microbees": {"homeassistant": {"microbeespy"}},
|
||||
# https://github.com/tiagocoutinho/async_modbus
|
||||
"nibe_heatpump": {"nibe": {"async-modbus"}},
|
||||
# https://github.com/ejpenney/pyobihai
|
||||
"obihai": {"homeassistant": {"pyobihai"}},
|
||||
# https://github.com/iamkubi/pydactyl
|
||||
|
||||
Reference in New Issue
Block a user