mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Remove info block from IQS parallel-updates page (#2621)
This commit is contained in:
parent
289f66817a
commit
97a3262015
@ -29,11 +29,11 @@ class MySensor(SensorEntity):
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
:::info
|
### When using a coordinator
|
||||||
|
|
||||||
When using a coordinator, you are already centralizing the data updates.
|
When using a coordinator, you are already centralizing the data updates.
|
||||||
This means you can set `PARALLEL_UPDATES = 0` for read-only platforms (`binary_sensor`, `sensor`, `device_tracker`, `event`)
|
This means you can set `PARALLEL_UPDATES = 0` for read-only platforms (`binary_sensor`, `sensor`, `device_tracker`, `event`)
|
||||||
and only the action calls will be relevant to consider for setting an appropriate number of parallel updates.
|
and only the action calls will be relevant to consider for setting an appropriate number of parallel updates.
|
||||||
:::
|
|
||||||
|
|
||||||
`sensor.py`
|
`sensor.py`
|
||||||
```python {1,2} showLineNumbers
|
```python {1,2} showLineNumbers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user