mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix missing space in error message between "accuracy" and "is" (#4542)
This commit is contained in:
parent
0827a26642
commit
65b85ec6c0
@ -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…
x
Reference in New Issue
Block a user