Add constructor return type in integrations L-N (#50888)
* Add constructor return type in integrations L-N * Small fix
This commit is contained in:
parent
f3db819548
commit
e06a2a53c4
41 changed files with 44 additions and 44 deletions
|
@ -43,7 +43,7 @@ class MySensorsDevice:
|
|||
node_id: int,
|
||||
child_id: int,
|
||||
value_type: int,
|
||||
):
|
||||
) -> None:
|
||||
"""Set up the MySensors device."""
|
||||
self.gateway_id: GatewayId = gateway_id
|
||||
self.gateway: BaseAsyncGateway = gateway
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue