#Starting Vacuum clean in Polish does not work

1 messages · Page 1 of 1 (latest)

valid stirrup
#

trying to say or write "uruchom odkurzacz" does not work

#

What am I doing wrong? I've removed aliases from my vacuum cleaners (didn't work with "odkurzacz" as a VA alias). Second question is - I have 2 of them (on both floors) - how do I run a specific one?

#

never mind, seems to work now after I've re-added aliases(?)

valid stirrup
#

Hmm, I'm having problems with this again

#

@candid zodiac

#
GitHub

Intents to be used with Home Assistant. Contribute to home-assistant/intents development by creating an account on GitHub.

GitHub

Intents to be used with Home Assistant. Contribute to home-assistant/intents development by creating an account on GitHub.

candid zodiac
#

Hey @valid stirrup the <area> is a place where you install you vacuum cleaner, this is not place which you try to clean

#

You can't indicate the place you want to clean

#

if you need do it, you need create your custom configuration.. something like this:

#
  speech:
    text: >
      Rozpoczęto odkurzanie i mopowanie salonu.
  action:
    action: vacuum.send_command
    target:
      entity_id: vacuum.roborock_s5_max
    data:
      command: app_segment_clean
      params:
        - segments:
            - 17
          repeat: 3

CleanDiningRoom:
  speech:
    text: >
      Rozpoczęto odkurzanie i mopowanie jadalni.
  action:
    action: vacuum.send_command
    target:
      entity_id: vacuum.roborock_s5_max
    data:
      command: app_segment_clean
      params:
        - segments:
            - 20
          repeat: 3
#
language: pl
intents:
  CleanLivingRoom:
    data:
      - sentences:
          - "(włącz odkurzacz|odkurz|odkurzanie|włącz odkurzanie|posprzątaj|mopuj|podkurzaj) (salon|w salonie)"

  CleanDiningRoom:
    data:
      - sentences:
          - "(włącz odkurzacz|odkurz|odkurzanie|włącz odkurzanie|posprzątaj|mopuj|podkurzaj) (jadalnie|jadalnię|w jadalni)"
#

vacuuming itself works properly.. i used it..

valid stirrup