mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add ESERA 1-Wire virtual integration (#89487)
This commit is contained in:
parent
e73e88b922
commit
78e8de9bd7
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…
x
Reference in New Issue
Block a user