Fix missing space in error message between "accuracy" and "is" (#4542)
This commit is contained in:
parent
0827a26642
commit
65b85ec6c0
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def setup_scanner(hass, config, see):
|
|||
data_type, max_gps_accuracy, payload)
|
||||
return None
|
||||
if convert(data.get('acc'), float, 1.0) == 0.0:
|
||||
_LOGGER.warning('Ignoring %s update because GPS accuracy'
|
||||
_LOGGER.warning('Ignoring %s update because GPS accuracy '
|
||||
'is zero: %s',
|
||||
data_type, payload)
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue