SkillAgentSearch skills...

SlowSensor

No description available

Install / Use

/learn @AlexxIT/SlowSensor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Slow Sensor

Home Assistant component to demonstrate problem freezing whole Hass from only one "bad" component.

Configuration

Every 5 seconds your Hass will not show signs of life for 5 seconds:

sensor:
  - platform: slow_sensor
    scan_interval: '00:00:05'
    sleep: 5

Similar example, but you won't get WARNING:

Updating slow_sensor sensor took longer than the scheduled update interval 0:00:05
sensor:
  - platform: slow_sensor
    scan_interval: '00:00:10'
    sleep: 5
View on GitHub
GitHub Stars5
CategoryDevelopment
Updated1y ago
Forks0

Languages

Python

Security Score

50/100

Audited on Apr 1, 2025

No findings