1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/roborock/services.yaml
G Johansson 4080455c12 Use x,y in roborock action call (#134133)
* Use x,y in roborock action call

* Fix description
2024-12-28 16:12:09 +01:00

29 lines
492 B
YAML

get_maps:
target:
entity:
integration: roborock
domain: vacuum
set_vacuum_goto_position:
target:
entity:
integration: roborock
domain: vacuum
fields:
x:
example: 27500
required: true
selector:
text:
type: number
y:
example: 32000
required: true
selector:
text:
type: number
get_vacuum_current_position:
target:
entity:
integration: roborock
domain: vacuum