mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 17:45:19 +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:
|
if end - start > 0.2:
|
||||||
_LOGGER.warning('Updating state for %s took %.3f seconds. '
|
_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)
|
end - start)
|
||||||
|
|
||||||
# Overwrite properties that have been set in the config file.
|
# Overwrite properties that have been set in the config file.
|
||||||
|
Reference in New Issue
Block a user