Indeed, the dashboard config was missing in it’s presentation 
Cool! I’ts working now! Thanks @nayelyz
And now for the topping:
My uploaded presentation:
{
"dashboard": {
"states": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"idx": 0,
"group": "main",
"values": [{
"key":"windowState.value",
"enabledValue":[
"window_handle_closed",
"window_handle_open",
"window_handle_tilt"
]
}],
"composite": false
}
],
"actions": [],
"basicPlus": []
},
"detailView": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "preparestream40760.homeSecurity",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "battery",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "preparestream40760.homeSecurity",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "battery",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
],
"actions": [
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
]
},
"type": "profile"
}
and that’s what I can see in the cli:
{
"mnmn": "SmartThingsCommunity",
"vid": "929ae76d-890d-38eb-abb1-7272b582fd20",
"version": "0.0.1",
"type": "profile",
"dashboard": {
"states": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"idx": 0,
"group": "main",
"values": [
{}
],
"composite": false
}
],
"actions": [],
"basicPlus": []
},
"detailView": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "preparestream40760.homeSecurity",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "battery",
"version": 1,
"values": [],
"patch": []
},
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": []
}
],
"automation": {
"conditions": [
{
"component": "main",
"capability": "preparestream40760.windowState",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "preparestream40760.homeSecurity",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
},
{
"component": "main",
"capability": "battery",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
],
"actions": [
{
"component": "main",
"capability": "refresh",
"version": 1,
"values": [],
"patch": [],
"exclusion": []
}
]
},
"presentationId": "929ae76d-890d-38eb-abb1-7272b582fd20",
"manufacturerName": "SmartThingsCommunity"
}
Is there a way to use enabledValues here?
- And last but not least: How can I set the animation icon by default to the “window”?