Add ESERA 1-Wire virtual integration (#89487)

pull/89625/head^2
Jan Rieger 2023-03-13 11:33:35 +01:00 committed by GitHub
parent e73e88b922
commit 78e8de9bd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
"""Virtual integration: ESERA 1-Wire."""

View File

@ -0,0 +1,6 @@
{
"domain": "esera_onewire",
"name": "ESERA 1-Wire",
"integration_type": "virtual",
"supported_by": "onewire"
}

View File

@ -1473,6 +1473,11 @@
"config_flow": true,
"iot_class": "local_push"
},
"esera_onewire": {
"name": "ESERA 1-Wire",
"integration_type": "virtual",
"supported_by": "onewire"
},
"esphome": {
"name": "ESPHome",
"integration_type": "device",