Hi,
if I use the camera-uri parameter to receive an camera screenshot for the room widget it is not shown. I have used following code:
{
"type": "room",
"position": "6-0,2-3",
"properties":
{
"label": "Garten",
"camera-uri":
{
"binding": "Rotini_Webcam_Garten_Snapshot"
},
"elements":
{
"Temperatur":
{
"type": "temperature",
"icon": "temperature",
"state":
{
"binding": "Netatmo_Outdoor_Temperature"
}
},
"Luftfeuchtigkeit":
{
"type": "humidity",
"icon": "humidity",
"state":
{
"binding": "Netatmo_Outdoor_Humidity"
}
},
"Fenster":
{
"type": "humidity",
"icon": "sun",
"state":
{
"binding": "Helligkeitssensor_Aussen"
}
}
}
}
},
best regards René