Use entity platform for Neato (#43772)

This commit is contained in:
Paulus Schoutsen 2020-12-01 09:28:41 +01:00 committed by GitHub
parent 935ec59c56
commit 14620e1573
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 39 deletions

View file

@ -11,8 +11,6 @@ NEATO_ROBOTS = "neato_robots"
SCAN_INTERVAL_MINUTES = 1
SERVICE_NEATO_CUSTOM_CLEANING = "custom_cleaning"
VALID_VENDORS = ["neato", "vorwerk"]
MODE = {1: "Eco", 2: "Turbo"}