Files
ha-emporia-vue/custom_components/emporia_vue/services.yaml
Mike Marvin fea0154c75 Fix for outlets and EVSEs no longer working (#402)
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!
2025-12-23 16:16:49 -05:00

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