38 lines
682 B
JSON
38 lines
682 B
JSON
[
|
|
{
|
|
"name": "forecast home assistant weather",
|
|
"room": null,
|
|
"type": "weather",
|
|
"id": {
|
|
"entity_id": "weather.forecast_home_assistant",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "NAME t outdoor",
|
|
"room": null,
|
|
"type": "number",
|
|
"id": {
|
|
"entity_id": "number.NAME_t_outdoor",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "YOUR SENSOR",
|
|
"room": null,
|
|
"type": "sensor",
|
|
"id": {
|
|
"entity_id": "sensor.YOUR_SENSOR",
|
|
"device_id": null
|
|
}
|
|
},
|
|
{
|
|
"name": "NAME t indoor",
|
|
"room": null,
|
|
"type": "number",
|
|
"id": {
|
|
"entity_id": "number.NAME_t_indoor",
|
|
"device_id": null
|
|
}
|
|
}
|
|
] |