core/homeassistant/components/steamist/manifest.json

21 lines
489 B
JSON
Raw Normal View History

{
"domain": "steamist",
"name": "Steamist",
2023-02-08 19:22:30 +00:00
"codeowners": ["@bdraco"],
"config_flow": true,
"dependencies": ["network"],
"dhcp": [
2023-02-08 19:22:30 +00:00
{
"registered_devices": true
},
{
"macaddress": "001E0C*",
"hostname": "my[45]50*"
}
],
2023-02-08 19:22:30 +00:00
"documentation": "https://www.home-assistant.io/integrations/steamist",
"iot_class": "local_polling",
"loggers": ["aiosteamist", "discovery30303"],
"requirements": ["aiosteamist==0.3.2", "discovery30303==0.2.1"]
2022-03-30 08:56:37 +00:00
}