We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd4eb1 commit ec30fbaCopy full SHA for ec30fba
source/_integrations/kostal_plenticore.markdown
@@ -105,23 +105,3 @@ The following sensors are available in the library:
105
<div class='note'>
106
Setting values change less often, therefore these sensors are only polled every 5 minutes.
107
</div>
108
-
109
-## Services
110
111
-### Service `kostal_plenticore.write_setting_value`
112
113
-Write a new value to a setting.
114
115
-| Service data attribute | Optional | Description |
116
-| ---------------------- | -------- | ----------- |
117
-| `entity_id` | no | String that point to a setting `entity_id`.
118
-| `value` | no | The new value to write to the setting.
119
120
-Example:
121
122
-Set the minimal SoC of the battery:
123
124
-```yaml
125
-entity_id: sensor.plenticore_battery_min_soc
126
-value: 10
127
-```
0 commit comments