mirror of
https://github.com/magico13/ha-emporia-vue.git
synced 2026-01-08 03:53:55 -05:00
Removed the failing call to get location properties, the API started returning that natively a while back so the call wasn't necessary anymore anyway. Additionally tweaks the service description for setting the EVSE current. Still might need to tweak that further to match the latest expectations but this should be an improvement toward that. Longer term I want to get back to it only showing EVSEs in the list instead of all outlets but it's better than nothing!
22 lines
687 B
YAML
22 lines
687 B
YAML
set_charger_current:
|
|
# If the service accepts entity IDs, target allows the user to specify entities by entity, device, or area.
|
|
target:
|
|
entity:
|
|
integration: emporia_vue
|
|
device_class: outlet
|
|
# Different fields that your service accepts
|
|
fields:
|
|
# Key of the field
|
|
current:
|
|
# Whether or not field is required (default = false)
|
|
required: true
|
|
# Example value that can be passed for this field
|
|
example: 6
|
|
# The default field value
|
|
default: 6
|
|
# Selector (https://www.home-assistant.io/docs/blueprint/selectors/) to control the input UI for this field
|
|
selector:
|
|
number:
|
|
min: 6
|
|
max: 48
|