mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Add link to issue in warning slow entity update (#4211)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user