#Starting Vacuum clean in Polish does not work
1 messages · Page 1 of 1 (latest)
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(?)
Hmm, I'm having problems with this again
@candid zodiac
these seem to be consistent with what's expected in https://github.com/home-assistant/intents/blob/main/sentences/pl/vacuum_HassVacuumStart.yaml and https://github.com/home-assistant/intents/blob/main/tests/pl/vacuum_HassVacuumStart.yaml
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..
Ohhh
Yeah, vacuuming (using „uruchom odkurzacz”) works. Thanks