I am using an automation based on THIS to manually poll all SNZB-02 sensors every 5 minutes. Works flawlessly.
trigger:
- trigger: time_pattern
minutes: /5
action:
- action: homeassistant.update_entity
target:
entity_id: >
{{ integration_entities('sonoff')
| select('search', 'temperature|humidity') | list }}