You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- 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):
271
281
272
282
```yaml
273
283
action: homeassistant.update_entity
274
284
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
276
289
```
277
290
278
291
## S-PIN
@@ -283,7 +296,7 @@ Fill in the required S-PIN in Settings > Integrations > MySkoda > Configuration
283
296
## Read-only mode
284
297
285
298
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.
287
300
288
301
Also, if you disable read-only mode, the buttons, switches, etc will become available again.
0 commit comments