mirror of https://github.com/home-assistant/core
12 lines
316 B
JSON
12 lines
316 B
JSON
{
|
|
"domain": "onewire",
|
|
"name": "1-Wire",
|
|
"codeowners": ["@garbled1", "@epenet"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/onewire",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyownet"],
|
|
"requirements": ["pyownet==0.10.0.post1"]
|
|
}
|