mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
63 lines
2.3 KiB
JSON
63 lines
2.3 KiB
JSON
{
|
|
"services": {
|
|
"authorize": {
|
|
"description": "Authorizes a charging process with the predefined RFID tag of the configuration file.",
|
|
"name": "Authorize"
|
|
},
|
|
"deauthorize": {
|
|
"description": "Deauthorizes the running charging process with the predefined RFID tag of the configuration file.",
|
|
"name": "Deauthorize"
|
|
},
|
|
"disable": {
|
|
"description": "Stops the charging process if charging station is authorized.",
|
|
"name": "[%key:common::action::disable%]"
|
|
},
|
|
"enable": {
|
|
"description": "Starts a charging process if charging station is authorized.",
|
|
"name": "[%key:common::action::enable%]"
|
|
},
|
|
"request_data": {
|
|
"description": "Requests new data from the charging station.",
|
|
"name": "Request data"
|
|
},
|
|
"set_current": {
|
|
"description": "Sets the maximum current for charging processes.",
|
|
"fields": {
|
|
"current": {
|
|
"description": "The maximum current used for the charging process. The value depends on the DIP switch settings and the cable used by the charging station.",
|
|
"name": "Current"
|
|
}
|
|
},
|
|
"name": "Set current"
|
|
},
|
|
"set_energy": {
|
|
"description": "Sets the energy target after which the charging process stops.",
|
|
"fields": {
|
|
"energy": {
|
|
"description": "The energy target to stop charging. Setting 0 disables the limit.",
|
|
"name": "Energy"
|
|
}
|
|
},
|
|
"name": "Set energy"
|
|
},
|
|
"set_failsafe": {
|
|
"description": "Sets the failsafe mode of the charging station. If all parameters are 0, the failsafe mode will be disabled.",
|
|
"fields": {
|
|
"failsafe_fallback": {
|
|
"description": "Fallback current to be set after timeout.",
|
|
"name": "Failsafe fallback"
|
|
},
|
|
"failsafe_persist": {
|
|
"description": "If set to 0, the failsafe option will be disabled after a charging station reboot. If set to 1, the failsafe option will survive a reboot.",
|
|
"name": "Failsafe persist"
|
|
},
|
|
"failsafe_timeout": {
|
|
"description": "Timeout after which the failsafe mode is triggered if the 'Set current' action was not run during this time.",
|
|
"name": "Failsafe timeout"
|
|
}
|
|
},
|
|
"name": "Set failsafe"
|
|
}
|
|
}
|
|
}
|