mirror of
https://github.com/home-assistant/core.git
synced 2025-08-16 19:11:42 +02:00
Add support for EDS0066
This commit is contained in:
@@ -195,7 +195,19 @@ HOBBYBOARD_EF: dict[str, list[DeviceComponentDescription]] = {
|
|||||||
|
|
||||||
# 7E sensors are special sensors by Embedded Data Systems
|
# 7E sensors are special sensors by Embedded Data Systems
|
||||||
|
|
||||||
EDS_SENSORS: dict[str, list[DeviceComponentDescription]] = {
|
EDS_SENSORS = {
|
||||||
|
"EDS0066": [
|
||||||
|
{
|
||||||
|
"path": "EDS0066/temperature",
|
||||||
|
"name": "Temperature",
|
||||||
|
"type": SENSOR_TYPE_TEMPERATURE,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "EDS0066/pressure",
|
||||||
|
"name": "Pressure",
|
||||||
|
"type": SENSOR_TYPE_PRESSURE,
|
||||||
|
},
|
||||||
|
],
|
||||||
"EDS0068": [
|
"EDS0068": [
|
||||||
{
|
{
|
||||||
"path": "EDS0068/temperature",
|
"path": "EDS0068/temperature",
|
||||||
|
Reference in New Issue
Block a user