core/homeassistant/components/steam_online/manifest.json

12 lines
307 B
JSON
Raw Normal View History

{
"domain": "steam_online",
"name": "Steam",
2023-02-08 19:22:30 +00:00
"codeowners": ["@tkdrob"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/steam_online",
2023-02-08 19:22:30 +00:00
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["steam"],
2023-02-08 19:22:30 +00:00
"requirements": ["steamodd==4.21"]
}