mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Remove non-existing services from Kostal Plenticore documentation (#19036)
This commit is contained in:
parent
3cd4eb1003
commit
ec30fba22a
@ -105,23 +105,3 @@ The following sensors are available in the library:
|
|||||||
<div class='note'>
|
<div class='note'>
|
||||||
Setting values change less often, therefore these sensors are only polled every 5 minutes.
|
Setting values change less often, therefore these sensors are only polled every 5 minutes.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## 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
|
|
||||||
```
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user