1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add integration_type device to roomba (#161314)

This commit is contained in:
Joost Lekkerkerker
2026-01-20 20:45:35 +01:00
committed by GitHub
parent 23bc78fa25
commit 818af90a7b
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/roomba",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["paho_mqtt", "roombapy"],
"requirements": ["roombapy==1.9.0"],

View File

@@ -5685,7 +5685,7 @@
},
"roomba": {
"name": "iRobot Roomba and Braava",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},