From 32ab46c1064fe009c9698d111e3226a6689b6158 Mon Sep 17 00:00:00 2001 From: Manuel Dipolt Date: Wed, 24 Apr 2024 15:59:19 +0200 Subject: [PATCH] Add binary sensor platform to romy integration (#31831) * binary sensor documentation added * code review changes, see branch romy_sensor * Tiny tweak * Tiny tweak --------- Co-authored-by: Franck Nijhof --- source/_integrations/romy.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/_integrations/romy.markdown b/source/_integrations/romy.markdown index f4b0300c45c..0de74547c3d 100644 --- a/source/_integrations/romy.markdown +++ b/source/_integrations/romy.markdown @@ -35,6 +35,16 @@ Currently supported services are: - `stop` - `return_to_base` +## Integration entities + +The ROMY will add the following binary sensors. + +Binary Sensors: + +- **Dustbin present**: True if dustbin is inserted. +- **Robot docked**: True if the robot is docked. +- **Watertank present**: True if watertank is mounted (only present for ROMY's with wet cleaning function). +- **Watertank empty**: True if watertank is empty and water infill is required (only present for ROMY's with wet cleaning function). ## Troubleshooting