Hi guys,
I’m having few issues.
- Can’t make a charge button working. Here is the code:
type: button
tap_action:
action: call-service
service: nissan_leaf.start_charge
data:
vin: SJNFAAZE0*********
hold_action:
action: none
show_state: true
name: START_CHARGE
show_icon: true
It is returning “Failed to call service nissan_leaf/start_charge. required key not provided @ data[‘vin’]” on trigger.
Another thing - can’t get this part of configuration to work:
update_interval:
hours: 1
update_interval_charging:
minutes: 15
update_interval_climate:
minutes: 5
force_miles: true
System not parsing it:
Error loading /config/configuration.yaml: while parsing a block mapping
in “/config/configuration.yaml”, line 3, column 1
expected , but found ‘’
in “/config/configuration.yaml”, line 18, column 3
Without this part everything seems to work just fine. What am I missing here?