mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Bump pyElectra to 1.2.1 (#118958)
This commit is contained in:
parent
fc83bb1737
commit
461f0865af
@ -163,7 +163,6 @@ homeassistant.components.easyenergy.*
|
||||
homeassistant.components.ecovacs.*
|
||||
homeassistant.components.ecowitt.*
|
||||
homeassistant.components.efergy.*
|
||||
homeassistant.components.electrasmart.*
|
||||
homeassistant.components.electric_kiwi.*
|
||||
homeassistant.components.elgato.*
|
||||
homeassistant.components.elkm1.*
|
||||
|
@ -5,5 +5,5 @@
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/electrasmart",
|
||||
"iot_class": "cloud_polling",
|
||||
"requirements": ["pyElectra==1.2.0"]
|
||||
"requirements": ["pyElectra==1.2.1"]
|
||||
}
|
||||
|
10
mypy.ini
10
mypy.ini
@ -1393,16 +1393,6 @@ disallow_untyped_defs = true
|
||||
warn_return_any = true
|
||||
warn_unreachable = true
|
||||
|
||||
[mypy-homeassistant.components.electrasmart.*]
|
||||
check_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
disallow_subclassing_any = true
|
||||
disallow_untyped_calls = true
|
||||
disallow_untyped_decorators = true
|
||||
disallow_untyped_defs = true
|
||||
warn_return_any = true
|
||||
warn_unreachable = true
|
||||
|
||||
[mypy-homeassistant.components.electric_kiwi.*]
|
||||
check_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
|
@ -1670,7 +1670,7 @@ pyControl4==1.1.0
|
||||
pyDuotecno==2024.5.1
|
||||
|
||||
# homeassistant.components.electrasmart
|
||||
pyElectra==1.2.0
|
||||
pyElectra==1.2.1
|
||||
|
||||
# homeassistant.components.emby
|
||||
pyEmby==1.9
|
||||
|
@ -1326,7 +1326,7 @@ pyControl4==1.1.0
|
||||
pyDuotecno==2024.5.1
|
||||
|
||||
# homeassistant.components.electrasmart
|
||||
pyElectra==1.2.0
|
||||
pyElectra==1.2.1
|
||||
|
||||
# homeassistant.components.rfxtrx
|
||||
pyRFXtrx==0.31.1
|
||||
|
@ -30,7 +30,6 @@ PIP_VERSION_RANGE_SEPARATOR = re.compile(r"^(==|>=|<=|~=|!=|<|>|===)?(.*)$")
|
||||
|
||||
IGNORE_STANDARD_LIBRARY_VIOLATIONS = {
|
||||
# Integrations which have standard library requirements.
|
||||
"electrasmart",
|
||||
"slide",
|
||||
"suez_water",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user