fixed duplicate words (#9705)
This commit is contained in:
parent
c1b5772f0f
commit
c7226ec28f
4 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue