You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: This is an independent community project. NOT affiliated with Yarbo or its manufacturer.
{: .warning }
The integration creates entities across multiple platforms. Most operational entities are enabled by default; diagnostic entities are disabled by default and can be enabled individually.
Entities marked 🔵 are enabled by default. Entities marked ⚪ are disabled by default.
TOC
{:toc}
Sensors
Core Status
Entity
Key
Device Class
Unit
Default
Description
Battery
battery
battery
%
🔵
Battery percentage (0–100)
Activity
activity
enum
—
🔵
Current robot activity: charging, idle, working, paused, returning, error
on when robot is charging (charging_status ∈ {1, 2, 3})
Problem
problem
problem
🔵
on when error_code ≠ 0
Planning Active
planning_active
—
⚪
on when a work plan is actively running
Planning Paused
planning_paused
—
⚪
on when a work plan is paused
Returning to Charge
returning_to_charge
—
⚪
on when robot is returning to dock
Going to Start
going_to_start
—
⚪
on when robot is navigating to the plan start point
Follow Mode
follow_mode
—
⚪
on when robot follow mode is active
Manual Controller
manual_controller
—
⚪
on when a manual controller (gamepad) is active
Rain Detected
rain_detected
moisture
⚪
on when the rain sensor detects moisture
No-Charge Period
no_charge_period
—
⚪
on when a no-charge schedule window is currently active; attributes include start/end times
Buttons
Entity
Key
Category
Default
Description
Beep
beep
—
🔵
Sound the buzzer once
Return to Dock
return_to_dock
—
🔵
Send robot to charging dock
Pause
pause
—
🔵
Pause the active work plan
Resume
resume
—
🔵
Resume a paused work plan
Stop
stop
—
🔵
Graceful stop (finish current move, then halt)
Emergency Stop
emergency_stop
—
⚪
Immediate hardware emergency stop
Emergency Unlock
emergency_unlock
—
🔵
Release emergency stop lock
Play Sound
play_sound
—
🔵
Play default robot sound
Manual Stop
manual_stop
—
🔵
Stop manual drive (zero velocity)
Shutdown
shutdown
Config
🔵
Power off robot (physical restart required to wake)
Restart
restart
Config
🔵
Restart robot software containers (~30 s offline)
Save Charging Point
save_charging_point
Config
⚪
Save current position as the charging dock location
Start Hotspot
start_hotspot
Config
⚪
Start robot Wi-Fi hotspot
Save Map Backup
save_map_backup
Config
⚪
Create a map backup on the robot
Shutdown powers off the robot hardware. A physical button press is required to restart.
Restart restarts the robot's software. The robot goes offline for ~30 seconds then reconnects automatically.
{: .note }
Switches
Entity
Key
Category
Default
Head
Description
Buzzer
buzzer
—
⚪
All
Activate/deactivate the built-in buzzer (assumed state)
Follow Mode
follow_mode
—
🔵
All
Toggle follow-me mode
Heating Film
heating_film
Config
🔵
All
Toggle heating film (prevents ice buildup in winter)
Person Detection
person_detect
Config
⚪
All
Toggle person/obstacle detection via camera
Ignore Obstacles
ignore_obstacles
Config
⚪
All
Bypass obstacle detection during active plan
Camera
camera
Config
⚪
All
Toggle camera module on/off
Laser
laser
Config
⚪
All
Toggle laser sensor
USB
usb
Config
⚪
All
Toggle USB power output port
Auto Update
auto_update
Config
⚪
All
Toggle automatic firmware update
Camera OTA
camera_ota
Config
⚪
All
Allow camera module OTA firmware updates
Draw Mode
draw_mode
Config
⚪
All
Toggle boundary drawing mode
Module Lock
module_lock
Config
⚪
All
Toggle module attachment lock
Wire Charging Lock
wire_charging_lock
Config
⚪
All
Toggle wired charging lock
Roof Lights
roof_lights
Config
⚪
All
Enable/disable roof LED lights
Sound Enable
sound_enable
Config
⚪
All
Enable/disable robot sounds globally
Motor Protect
motor_protect
Config
⚪
All
Toggle motor thermal protection
Smart Blowing
smart_blowing
Config
⚪
Leaf Blower only
Intelligent auto-blowing mode
Edge Blowing
edge_blowing
Config
⚪
Leaf Blower only
Edge-focused blowing mode
Trimmer
trimmer
—
🔵
Trimmer only
Toggle trimmer blade engagement
Mower Head Sensor
mower_head_sensor
Config
⚪
Lawn Mower only
Toggle mower head collision sensor
All switches use assumed state — the integration reflects what was last sent, not actual hardware state.
{: .note }