mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
Fix indentation in example define_custom_polling.md (#28949)
This commit is contained in:
parent
c913fa41dd
commit
44e35df54d
@ -26,7 +26,7 @@ If you want to define a specific interval at which your device is being polled f
|
|||||||
action:
|
action:
|
||||||
- service: homeassistant.update_entity
|
- service: homeassistant.update_entity
|
||||||
target:
|
target:
|
||||||
entity_id: weather.home
|
entity_id: weather.home
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Save your new automation to poll for data.
|
4. Save your new automation to poll for data.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user