Remove untrue warning from CPU Speed (#25471)

This commit is contained in:
Franck Nijhof 2022-12-30 22:51:38 +01:00 committed by GitHub
parent 43e75c1d97
commit d90e394a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,9 @@ ha_integration_type: device
The CPU Speed integration allows you to monitor the current CPU speed.
<div class='note warning'>
You can't use this sensor in a container (only Home Assistant Core is supported) as it requires access to the physical CPU. Also, not all [ARM CPUs](https://github.com/workhorsy/py-cpuinfo/#cpu-support) are supported.
</div>
{% include integrations/config_flow.md %}
## Known issues and limitations
Not all CPUs are supported. For example, some [ARM CPUs](https://github.com/workhorsy/py-cpuinfo/#cpu-support)
are known not to work with this integration.