Skip to content

Commit

Permalink
Fix hound comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 committed Aug 21, 2018
1 parent b10417f commit efec03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/deconz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def async_add_remote(sensors):
deconz.start()

device_registry = await \
hass.helpers.device_registry.async_get_registry()
hass.helpers.device_registry.async_get_registry()
device_registry.async_get_or_create(
[['bridgeid', deconz.config.bridgeid]], 'Dresden Elektronik',
deconz.config.modelid, [['Ethernet', deconz.config.mac]],
Expand Down

0 comments on commit efec03e

Please sign in to comment.