mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-08-02 04:04:44 +02:00
27 lines
796 B
JSON
27 lines
796 B
JSON
{
|
|
"device": {
|
|
"identifiers": ["mitemp-58:2D:34:35:F3:D4"],
|
|
"name": "Bedroom",
|
|
"manufacturer": "Icewind",
|
|
"model": "Taspromto - Mitemp"
|
|
},
|
|
"origin": { "name": "taspromto" },
|
|
"components": {
|
|
"mitemp_582D3435F3D4_humidity": {
|
|
"platform": "sensor",
|
|
"device_class": "humidity",
|
|
"unit_of_measurement": "%",
|
|
"value_template": "{{ value_json.humidity}}",
|
|
"unique_id": "mitemp_582D3435F3D4_temperature"
|
|
},
|
|
"mitemp_582D3435F3D4_temperature": {
|
|
"platform": "sensor",
|
|
"device_class": "temperature",
|
|
"unit_of_measurement": "°C",
|
|
"value_template": "{{ value_json.temperature}}",
|
|
"unique_id": "mitemp_582D3435F3D4_temperature"
|
|
}
|
|
},
|
|
"state_topic": "taspromto/sensor/mitemp_582D3435F3D4/state",
|
|
"qos": 2
|
|
}
|