From ec30fba22abbe35e8fe4aefdecccb6fe5a581d58 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 24 Aug 2021 12:45:40 +0200 Subject: [PATCH] Remove non-existing services from Kostal Plenticore documentation (#19036) --- .../_integrations/kostal_plenticore.markdown | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/source/_integrations/kostal_plenticore.markdown b/source/_integrations/kostal_plenticore.markdown index a7392c7357d..d7646745fe7 100644 --- a/source/_integrations/kostal_plenticore.markdown +++ b/source/_integrations/kostal_plenticore.markdown @@ -105,23 +105,3 @@ The following sensors are available in the library:
Setting values change less often, therefore these sensors are only polled every 5 minutes.
- -## Services - -### Service `kostal_plenticore.write_setting_value` - -Write a new value to a setting. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | String that point to a setting `entity_id`. -| `value` | no | The new value to write to the setting. - -Example: - -Set the minimal SoC of the battery: - -```yaml -entity_id: sensor.plenticore_battery_min_soc -value: 10 -```