Before, in configuration.yaml we could add scan_interval: 10 since the default is 30. Is there a way to do it now?
The solution, create automation:
trigger:
- platform: time_pattern
seconds: /10
condition: - condition: numeric_state
entity_id: device_tracker.clk
attribute: speed
above: 0
action: - service: homeassistant.update_entity
target:
entity_id: device_tracker.clk
data: {}