Add link to issue in warning slow entity update (#4211)

This commit is contained in:
Paulus Schoutsen 2016-11-03 22:45:01 -07:00 committed by GitHub
parent 525d735f21
commit 4cc417677e

View File

@ -244,7 +244,8 @@ class Entity(object):
if end - start > 0.2:
_LOGGER.warning('Updating state for %s took %.3f seconds. '
'Please report to the developers.', self.entity_id,
'Please report platform to the developers at '
'https://goo.gl/Nvioub', self.entity_id,
end - start)
# Overwrite properties that have been set in the config file.