mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Remove rachio from mypy ignore list (#64521)
* Adjust rachio * Adjust mypy-config Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
d53124910f
commit
ca6dd09fc2
@ -291,6 +291,7 @@ class RachioRainDelay(RachioSwitch):
|
||||
endtime = parse_datetime(args[0][0][KEY_RAIN_DELAY_END])
|
||||
_LOGGER.debug("Rain delay expires at %s", endtime)
|
||||
self._state = True
|
||||
assert endtime is not None
|
||||
self._cancel_update = async_track_point_in_utc_time(
|
||||
self.hass, self._delay_expiration, endtime
|
||||
)
|
||||
|
3
mypy.ini
3
mypy.ini
@ -2176,9 +2176,6 @@ ignore_errors = true
|
||||
[mypy-homeassistant.components.profiler.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.rachio.*]
|
||||
ignore_errors = true
|
||||
|
||||
[mypy-homeassistant.components.ring.*]
|
||||
ignore_errors = true
|
||||
|
||||
|
@ -67,7 +67,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.plum_lightpad.*",
|
||||
"homeassistant.components.point.*",
|
||||
"homeassistant.components.profiler.*",
|
||||
"homeassistant.components.rachio.*",
|
||||
"homeassistant.components.ring.*",
|
||||
"homeassistant.components.ruckus_unleashed.*",
|
||||
"homeassistant.components.screenlogic.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user