1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Add integration_type service to israel_rail (#159181)

This commit is contained in:
Joost Lekkerkerker
2025-12-16 11:46:33 +01:00
committed by GitHub
parent 86e4a81934
commit 46c6313068
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@shaiu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/israel_rail",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["israelrailapi"],
"requirements": ["israel-rail-api==0.1.4"]

View File

@@ -3187,7 +3187,7 @@
},
"israel_rail": {
"name": "Israel Railways",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},