[ci skip] home assistant integration
This commit is contained in:
27
custom_components/victron_mk2_mqtt/services.yaml
Normal file
27
custom_components/victron_mk2_mqtt/services.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
set_remote_panel_state:
|
||||
name: Set Remote Panel State
|
||||
description: Set the remote panel mode and/or AC input current limit over MQTT.
|
||||
fields:
|
||||
mode:
|
||||
name: Mode
|
||||
description: Remote panel mode.
|
||||
required: false
|
||||
selector:
|
||||
select:
|
||||
mode: dropdown
|
||||
options:
|
||||
- charger_only
|
||||
- inverter_only
|
||||
- on
|
||||
- off
|
||||
current_limit:
|
||||
name: Current Limit
|
||||
description: AC input current limit in amps.
|
||||
required: false
|
||||
selector:
|
||||
number:
|
||||
min: 0
|
||||
max: 100
|
||||
step: 0.1
|
||||
unit_of_measurement: A
|
||||
mode: box
|
||||
Reference in New Issue
Block a user