Skip to content

Commit 9993be9

Browse files
authored
Improve documentation for manual polling (#671)
* Improve documentation for manual polling
1 parent 52a54c8 commit 9993be9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,25 @@ Integrations > MySkoda > Hubs > Select your account > Configure
267267
268268
## Disabling polling
269269
270-
You can disable polling completely and use automations to update the data from MySkoda. In order to do this, disable polling in the integration, and call the following action:
270+
You can disable polling completely and use automations to update the data from MySkoda. This is done in two steps:
271+
272+
1. Disable polling in the integration:
273+
- Open the integration settings in your HomeAssistant. If you have HomeAssistant Cloud, click the button.
274+
[![Button](https://my.home-assistant.io/badges/integration.svg)](https://my.home-assistant.io/redirect/integration/?domain=myskoda)
275+
- Select the three dots behind the desired account to edit.
276+
- Select System Settings
277+
- Disable Polling (the second option)
278+
- Click save
279+
280+
2. Call the following action in an automation, updating the `entity_id` to suit your vehicle(s):
271281

272282
```yaml
273283
action: homeassistant.update_entity
274284
target:
275-
entity_id: device_tracker.skoda_4ever
285+
entity_id: device_tracker.skoda_enyaq_position
286+
data:
287+
entity_id:
288+
- device_tracker.skoda_enyaq_position
276289
```
277290

278291
## S-PIN
@@ -283,7 +296,7 @@ Fill in the required S-PIN in Settings > Integrations > MySkoda > Configuration
283296
## Read-only mode
284297

285298
The opposite to S-PIN is read-only mode. In this mode, all buttons, switches and other functionality that allows you to change settings remotely are disabled.
286-
In order not to accidentally delete data, we do not delete the entities
299+
In order not to accidentally delete data, we do not delete the entities.
287300

288301
Also, if you disable read-only mode, the buttons, switches, etc will become available again.
289302

0 commit comments

Comments
 (0)