--- title: CPU Speed description: Instructions on how to integrate CPU speed within Home Assistant. ha_category: - System Monitor ha_release: pre 0.7 ha_iot_class: Local Push ha_codeowners: - '@fabaff' - '@frenck' ha_domain: cpuspeed ha_config_flow: true ha_platforms: - diagnostics - sensor 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 %}