2022-01-06 01:55:57 +00:00
|
|
|
{
|
|
|
|
"domain": "steamist",
|
|
|
|
"name": "Steamist",
|
2023-02-08 19:22:30 +00:00
|
|
|
"codeowners": ["@bdraco"],
|
2022-01-06 01:55:57 +00:00
|
|
|
"config_flow": true,
|
2022-01-09 20:34:50 +00:00
|
|
|
"dependencies": ["network"],
|
|
|
|
"dhcp": [
|
2023-02-08 19:22:30 +00:00
|
|
|
{
|
|
|
|
"registered_devices": true
|
|
|
|
},
|
2022-01-09 20:34:50 +00:00
|
|
|
{
|
|
|
|
"macaddress": "001E0C*",
|
|
|
|
"hostname": "my[45]50*"
|
|
|
|
}
|
2022-01-28 21:37:53 +00:00
|
|
|
],
|
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
|
|
|
}
|