You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should improve typing (and maybe even enforce it?) on all public interfaces:
homeassistant/components/tplink/switch.py:73: error: Call to untyped function "set_value" in typed context [no-untyped-call]
homeassistant/components/tplink/switch.py:78: error: Call to untyped function "set_value" in typed context [no-untyped-call]
We should improve typing (and maybe even enforce it?) on all public interfaces: