From 44e35df54d11af93c9a9da5ec472190eb73c1c3b Mon Sep 17 00:00:00 2001 From: Martijn van der Pol Date: Tue, 19 Sep 2023 16:44:14 +0200 Subject: [PATCH] Fix indentation in example define_custom_polling.md (#28949) --- source/_includes/common-tasks/define_custom_polling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/define_custom_polling.md b/source/_includes/common-tasks/define_custom_polling.md index 780ce1764d7..2dc20dc9944 100644 --- a/source/_includes/common-tasks/define_custom_polling.md +++ b/source/_includes/common-tasks/define_custom_polling.md @@ -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.