Add integration_type to onewire (#81097)

This commit is contained in:
epenet 2022-10-27 18:19:45 +02:00 committed by GitHub
parent 7feb463a4c
commit 60b3c36775
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
{
"domain": "onewire",
"name": "1-Wire",
"integration_type": "hub",
"documentation": "https://www.home-assistant.io/integrations/onewire",
"config_flow": true,
"requirements": ["pyownet==0.10.0.post1"],