Fix type issues [firmata] (#67093)

This commit is contained in:
Marc Mueller 2022-02-23 08:57:06 +01:00 committed by GitHub
parent 636d791b37
commit c11663344d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 35 additions and 49 deletions

View file

@ -58,7 +58,7 @@ class FirmataLight(FirmataPinEntity, LightEntity):
def __init__(
self,
api: type[FirmataBoardPin],
api: FirmataBoardPin,
config_entry: ConfigEntry,
name: str,
pin: FirmataPinType,