core/homeassistant/components/onewire/manifest.json

13 lines
343 B
JSON
Raw Normal View History

{
"domain": "onewire",
"name": "1-Wire",
"codeowners": ["@garbled1", "@epenet"],
2023-02-08 19:32:43 +00:00
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/onewire",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["pyownet"],
2023-02-08 19:32:43 +00:00
"quality_scale": "gold",
"requirements": ["pyownet==0.10.0.post1"]
}