Quantcast
Viewing all articles
Browse latest Browse all 104586

Input number not a Int

@denis.besir wrote:

I’m trying to use a input number to dynamically set the number repeats my vacuum do but it doesn’t work, it just makes vacuum go to wrong places.

‘235651221561231’:
alias: 'Vacuum kitchen ’
sequence:

  • service: vacuum.send_command
    data:
    entity_id: vacuum.robby
    command: app_zoned_clean
    params:
      • 26335
      • 27029
      • 29785
      • 28379
      • 3 #{{ states.input_number.vacuum_repeats.state | int }}
  • service: input_boolean.turn_off
    data:
    entity_id: input_boolean.robby_is_empty

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 104586

Trending Articles