Skip to content

setting up /config/configuration.yaml help needed with #1109

@Tilde81

Description

@Tilde81

thanks for your time contribution of this project...

  1. 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?

  1. 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
  • id: '1617352488'
    alias: Change charging threshold e2008
    description: ''
    trigger:
    • platform: state
      entity_id:
      • input_button.e2008_apply_charge_threshold_button
        condition: []
        action:
    • service: rest_command.e2008_change_charge_threshold
      data: {}
      mode: single

thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions