mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 01:46:11 -04:00
merge
This commit is contained in:
@@ -1028,7 +1028,7 @@ class ConfigEntry:
|
||||
|
||||
Background tasks are automatically canceled when config entry is unloaded.
|
||||
|
||||
This is a background task which is different from a normal task:
|
||||
A background task is different from a normal task:
|
||||
|
||||
- Will not block startup
|
||||
- Will be automatically cancelled on shutdown
|
||||
@@ -1057,7 +1057,7 @@ class ConfigEntry:
|
||||
|
||||
This type of task is typically used for polling.
|
||||
|
||||
This is a periodic task which is different from a normal task:
|
||||
A periodic task is different from a normal task:
|
||||
|
||||
- Will not block startup
|
||||
- Will be automatically cancelled on shutdown
|
||||
|
||||
@@ -674,7 +674,7 @@ class HomeAssistant:
|
||||
This type of task is for background tasks that usually run for
|
||||
the lifetime of Home Assistant or an integration's setup.
|
||||
|
||||
This is a background task which is different from a normal task:
|
||||
A background task is different from a normal task:
|
||||
|
||||
- Will not block startup
|
||||
- Will be automatically cancelled on shutdown
|
||||
@@ -705,7 +705,7 @@ class HomeAssistant:
|
||||
|
||||
This type of task is typically used for polling.
|
||||
|
||||
This is a periodic task which is different from a normal task:
|
||||
A periodic task is different from a normal task:
|
||||
|
||||
- Will not block startup
|
||||
- Will be automatically cancelled on shutdown
|
||||
|
||||
Reference in New Issue
Block a user