-
-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
thanks for your time contribution of this project...
- question
until now I had no files in /homeassistant/config my ha on raspi 4 and just created them...
command_line.yaml
configuration.yaml
sensor.yaml
how can I tell ha to use them or to activate them?
- question
"The first part is to change values and the second part is to wake up the vehicle, every morning at 6 AM and to apply the charging threshold:" from the readme
->
where should this code inserted, is it to be entered within an automation?
- id: '1617352487'
alias: WakeUp e2008
description: ''
trigger:- platform: time
at: '6:00:00'
condition: []
action: - service: rest_command.e2008_wakeup
mode: single
- platform: time
- id: '1617352488'
alias: Change charging threshold e2008
description: ''
trigger:- platform: state
entity_id:- input_button.e2008_apply_charge_threshold_button
condition: []
action:
- input_button.e2008_apply_charge_threshold_button
- service: rest_command.e2008_change_charge_threshold
data: {}
mode: single
- platform: state
thank you
Metadata
Metadata
Assignees
Labels
No labels