Skip to content

Commit

Permalink
Tiny bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
deiger committed Jan 4, 2021
1 parent df839f1 commit c1e2bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aircon/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def run(parsed_args):
'name': device.name,
'unique_id': device.mac_address,
'device': {
'identifiers': ['hisense_ac_{device.mac_address}'],
'identifiers': [f'hisense_ac_{device.mac_address}'],
'manufacturer': f'Hisense ({device.app})',
'model': device.model,
'name': device.name,
Expand Down

0 comments on commit c1e2bd1

Please sign in to comment.