12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"extends": "sensor",
|
|
"states": [
|
|
{
|
|
"name": "humidity",
|
|
"type": "double",
|
|
"minValue": 0,
|
|
"maxValue": 100
|
|
}
|
|
]
|
|
}
|