Remove info block from IQS parallel-updates page (#2621)

This commit is contained in:
Abílio Costa 2025-03-25 16:26:10 +00:00 committed by GitHub
parent 289f66817a
commit 97a3262015
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,11 +29,11 @@ class MySensor(SensorEntity):
...
```
:::info
### When using a coordinator
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`)
and only the action calls will be relevant to consider for setting an appropriate number of parallel updates.
:::
`sensor.py`
```python {1,2} showLineNumbers