Fix indentation in example define_custom_polling.md (#28949)

This commit is contained in:
Martijn van der Pol 2023-09-19 16:44:14 +02:00 committed by GitHub
parent c913fa41dd
commit 44e35df54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ If you want to define a specific interval at which your device is being polled f
action:
- service: homeassistant.update_entity
target:
entity_id: weather.home
entity_id: weather.home
```
4. Save your new automation to poll for data.