mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump aiocomelit to 0.9.1 (#128977)
* Bump aiocomelit to 0.9.1 * remove exception
This commit is contained in:
parent
44449d8e72
commit
82ef380256
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user