Skip to content

Commit

Permalink
Update hypfer_valetudo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sca075 authored Nov 26, 2023
1 parent d676e38 commit 0261df3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/model/generators/platform_templates/hypfer_valetudo.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"internal_variables": {
"topic": "[[topic]]"
},
"map_modes": {
"default_templates": [
"vacuum_clean_zone",
Expand Down Expand Up @@ -40,7 +43,7 @@
"vacuum_clean_zone_predefined": {
"name": "map_mode.vacuum_clean_zone_predefined",
"icon": "mdi:floor-plan",
"selection_type": "ROOM",
"selection_type": "PREDEFINED_RECTANGLE",
"repeats_type": "EXTERNAL",
"max_repeats": 3,
"service_call_schema": {
Expand Down Expand Up @@ -71,7 +74,7 @@
"name": "map_mode.vacuum_goto_predefined",
"icon": "mdi:map-marker",
"max_selections": 1,
"selection_type": "ROOM",
"selection_type": "PREDEFINED_POINT",
"repeats_type": "NONE",
"service_call_schema": {
"service": "mqtt.publish",
Expand Down

0 comments on commit 0261df3

Please sign in to comment.