Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

What's wrong with this code. It won't start the mower and override the schedule #445

Answered by Thomas55555
janstolte asked this question in Q&A
Discussion options

You must be logged in to vote

This worked for me:

service: husqvarna_automower.custom_command
data:
  command_type: actions
  json_string: |-
    { "data": {
          "type": "Start",
          "attributes": {
            "duration": 60
          }
        }
        }
target:
  entity_id: vacuum.haffi

You missed a }

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Thomas55555
Comment options

Answer selected by janstolte
@janstolte
Comment options

Comment options

You must be logged in to vote
1 reply
@janstolte
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants