Skip to content

Commit

Permalink
Formatting annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Oct 1, 2022
1 parent 86cea60 commit b803186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pychonet/echonetapiclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ async def echonetMessageReceived(self, raw_data, addr):
addition or deletion.
'''
'''
It is desirable to dynamically add and delete entities when there is an increase or decrease in the number of instances within a device already configured with HA, but that will be an issue for the future.
It is desirable to dynamically add and delete entities when there is an increase
or decrease in the number of instances within a device already configured with HA,
but that will be an issue for the future.
'''
continue
else: # process each EPC in order
Expand Down

0 comments on commit b803186

Please sign in to comment.