1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type service to rova (#161316)

This commit is contained in:
Joost Lekkerkerker
2026-01-20 20:47:36 +01:00
committed by GitHub
parent 1ccbd5124e
commit 67108a2fc8
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rova",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["rova"],
"requirements": ["rova==0.4.1"]
+1 -1
View File
@@ -5720,7 +5720,7 @@
},
"rova": {
"name": "ROVA",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},