Skip to content

Commit

Permalink
add names
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 25, 2024
1 parent 4c67955 commit d06deb2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions custom_components/chargeamps/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ set_light:
description: Sets the charge point lights.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
dimmer:
name: Dimmer
description: >
Dimmer settings. Possible values are 'off', 'low', 'medium' or 'high'.
example: off
downlight:
name: Downlight
description: >
Enable/disable downlight.
example: false
Expand All @@ -22,14 +25,17 @@ set_max_current:
description: Sets the maximum current for charging processes.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
max_current:
name: Max current
description: >
The maximum current used for the charging process in A. Allowed are
values between 6 A and 63 A. Invalid values are discarded and the
Expand All @@ -42,10 +48,12 @@ enable:
Starts a charging process if charging station is authorized.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
Expand All @@ -56,10 +64,12 @@ disable:
Stops the charging process if charging station is authorized.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
Expand All @@ -69,10 +79,12 @@ cable_lock:
description: Lock cable.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
Expand All @@ -82,10 +94,12 @@ cable_unlock:
description: Unlock cable.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
Expand All @@ -95,26 +109,32 @@ remote_start:
description: Remote start using RFID.
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1
rfid_length:
name: RFID length
description: >
The number of bytes the RFID tag used
example: 4
rfid_format:
name: RFID format
description: >
Hex, Dex or ReverseDec
example: Dec
rfid:
name: RFID tag
description: >
The RFID Tag
example: 111111111
external_transaction_id:
name: External transaction ID
description: >
Determines which external transaction (if any) to use
example: 0
Expand All @@ -124,10 +144,12 @@ remote_stop:
description: Remote stop (Only when RFID lock is turned om)
fields:
chargepoint:
name: Chargepoint ID
description: >
Charge point ID. Default is the first configured or found charge point.
example: "000000000000"
connector:
name: Connector ID
description: >
Connector ID. Default is the first connector.
example: 1

0 comments on commit d06deb2

Please sign in to comment.