diff --git a/source/_integrations/roomba.markdown b/source/_integrations/roomba.markdown index f2565e15d92..b7b81110f02 100644 --- a/source/_integrations/roomba.markdown +++ b/source/_integrations/roomba.markdown @@ -28,41 +28,6 @@ This platform has been tested and is confirmed to be working with the iRobot Roo To add your Roomba to your installation, go to **Configuration** >> **Integrations** in the UI, click the button with + sign and from the list of integrations select iRobot Roomba. -To add your Roomba vacuum to your installation, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -roomba: - - host: IP_ADDRESS_OR_HOSTNAME - blid: BLID - password: PASSWORD -``` - -{% configuration %} -host: - description: The hostname or IP address of the Roomba. - required: true - type: string -blid: - description: The username (BLID) for your device. - required: true - type: string -password: - description: The password for your device. - required: true - type: string -continuous: - description: Whether to operate in continuous mode. - required: false - type: boolean - default: true -delay: - description: Custom connection delay (in seconds) for periodic mode - required: false - type: integer - default: 1 -{% endconfiguration %} -