Update docstring (quotes, links, content) (#5602)

This commit is contained in:
Fabian Affolter 2017-01-28 16:02:19 +01:00 committed by GitHub
parent 72bc8fc5bf
commit e1412a223c
9 changed files with 32 additions and 33 deletions

View file

@ -55,7 +55,7 @@ class AvionLight(Light):
self._name = device['name']
self._address = device['address']
self._key = device["key"]
self._key = device['key']
self._brightness = 255
self._state = False
self._switch = avion.avion(self._address, self._key)