From d90e394a67ac1de50ed11eff2a3aedd5c0004bbf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 30 Dec 2022 22:51:38 +0100 Subject: [PATCH] Remove untrue warning from CPU Speed (#25471) --- source/_integrations/cpuspeed.markdown | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/source/_integrations/cpuspeed.markdown b/source/_integrations/cpuspeed.markdown index d36e52f0e37..d0afb00ffa3 100644 --- a/source/_integrations/cpuspeed.markdown +++ b/source/_integrations/cpuspeed.markdown @@ -18,10 +18,9 @@ ha_integration_type: device The CPU Speed integration allows you to monitor the current CPU speed. -
- - 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. - -
- {% 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. \ No newline at end of file