mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Update mypy to 1.3.0 (#92911)
This commit is contained in:
parent
3c8659d5d7
commit
2b59adc955
@ -86,6 +86,7 @@ class WemoHumidifier(WemoBinaryStateEntity, FanEntity):
|
|||||||
|
|
||||||
_attr_supported_features = FanEntityFeature.SET_SPEED
|
_attr_supported_features = FanEntityFeature.SET_SPEED
|
||||||
wemo: Humidifier
|
wemo: Humidifier
|
||||||
|
_last_fan_on_mode: FanMode
|
||||||
|
|
||||||
def __init__(self, coordinator: DeviceCoordinator) -> None:
|
def __init__(self, coordinator: DeviceCoordinator) -> None:
|
||||||
"""Initialize the WeMo switch."""
|
"""Initialize the WeMo switch."""
|
||||||
|
@ -11,7 +11,7 @@ astroid==2.15.4
|
|||||||
coverage==7.2.4
|
coverage==7.2.4
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
mock-open==1.4.0
|
mock-open==1.4.0
|
||||||
mypy==1.2.0
|
mypy==1.3.0
|
||||||
pre-commit==3.1.0
|
pre-commit==3.1.0
|
||||||
pydantic==1.10.7
|
pydantic==1.10.7
|
||||||
pylint==2.17.4
|
pylint==2.17.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user