Bump aiocomelit to 0.9.1 (#128977)

* Bump aiocomelit to 0.9.1

* remove exception
This commit is contained in:
Simone Chemelli 2024-10-22 18:25:33 +02:00 committed by GitHub
parent 44449d8e72
commit 82ef380256
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -8,5 +8,5 @@
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["aiocomelit"], "loggers": ["aiocomelit"],
"quality_scale": "silver", "quality_scale": "silver",
"requirements": ["aiocomelit==0.9.0"] "requirements": ["aiocomelit==0.9.1"]
} }

View File

@ -210,7 +210,7 @@ aiobafi6==0.9.0
aiobotocore==2.13.1 aiobotocore==2.13.1
# homeassistant.components.comelit # homeassistant.components.comelit
aiocomelit==0.9.0 aiocomelit==0.9.1
# homeassistant.components.dhcp # homeassistant.components.dhcp
aiodhcpwatcher==1.0.2 aiodhcpwatcher==1.0.2

View File

@ -198,7 +198,7 @@ aiobafi6==0.9.0
aiobotocore==2.13.1 aiobotocore==2.13.1
# homeassistant.components.comelit # homeassistant.components.comelit
aiocomelit==0.9.0 aiocomelit==0.9.1
# homeassistant.components.dhcp # homeassistant.components.dhcp
aiodhcpwatcher==1.0.2 aiodhcpwatcher==1.0.2

View File

@ -125,7 +125,6 @@ EXCEPTIONS = {
"PyMicroBot", # https://github.com/spycle/pyMicroBot/pull/3 "PyMicroBot", # https://github.com/spycle/pyMicroBot/pull/3
"PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16 "PySwitchmate", # https://github.com/Danielhiversen/pySwitchmate/pull/16
"PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201 "PyXiaomiGateway", # https://github.com/Danielhiversen/PyXiaomiGateway/pull/201
"aiocomelit", # https://github.com/chemelli74/aiocomelit/pull/138
"aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180 "aioecowitt", # https://github.com/home-assistant-libs/aioecowitt/pull/180
"aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94 "aioopenexchangerates", # https://github.com/MartinHjelmare/aioopenexchangerates/pull/94
"aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8 "aiooui", # https://github.com/Bluetooth-Devices/aiooui/pull/8