fixed duplicate words (#9705)

This commit is contained in:
Florian Klien 2017-10-05 21:55:09 +02:00 committed by Daniel Høyer Iversen
parent c1b5772f0f
commit c7226ec28f
4 changed files with 4 additions and 4 deletions

View file

@ -213,7 +213,7 @@ class MqttJson(Light):
except KeyError:
pass
except ValueError:
_LOGGER.warning("Invalid white value value received")
_LOGGER.warning("Invalid white value received")
if self._xy is not None:
try: