core/homeassistant/components/london_underground/manifest.json

10 lines
298 B
JSON
Raw Normal View History

{
"domain": "london_underground",
"name": "London Underground",
"codeowners": ["@jpbede"],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/london_underground",
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["london_tube_status"],
"requirements": ["london-tube-status==0.5"]
}