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