mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Add link to issue in warning slow entity update (#4211)
This commit is contained in:
parent
525d735f21
commit
4cc417677e
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user