Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve typing of Feature #925

Open
rytilahti opened this issue May 20, 2024 · 1 comment
Open

Improve typing of Feature #925

rytilahti opened this issue May 20, 2024 · 1 comment
Milestone

Comments

@rytilahti
Copy link
Member

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]
@rytilahti rytilahti added this to the 0.7.0 milestone May 20, 2024
@sdb9696
Copy link
Collaborator

sdb9696 commented May 21, 2024

#926

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants