Sensors which show some internal metrics from the running device. Mostly for debugging.
Import the component(s).
external_components:
- source: github://slimcdk/esphome-custom-components
components: [ insight ]
sensor
- platform: insight
type: esphome_loop
name: Main loop frequency
update_interval: 100ms
filters:
- sliding_window_moving_average:
window_size: 10
send_every: 1
-
type
(Required):esphome_loop
Frequency of fastest actual main loop iterations per second.
-
All other from Sensor