Add ESERA 1-Wire virtual integration (#89487)
This commit is contained in:
parent
e73e88b922
commit
78e8de9bd7
3 changed files with 12 additions and 0 deletions
1
homeassistant/components/esera_onewire/__init__.py
Normal file
1
homeassistant/components/esera_onewire/__init__.py
Normal file
|
@ -0,0 +1 @@
|
|||
"""Virtual integration: ESERA 1-Wire."""
|
6
homeassistant/components/esera_onewire/manifest.json
Normal file
6
homeassistant/components/esera_onewire/manifest.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"domain": "esera_onewire",
|
||||
"name": "ESERA 1-Wire",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "onewire"
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue