86 lines
2.7 KiB
Plaintext
86 lines
2.7 KiB
Plaintext
{
|
|
"version": 1,
|
|
"minor_version": 1,
|
|
"key": "lovelace.dashboard_lights",
|
|
"data": {
|
|
"config": {
|
|
"views": [
|
|
{
|
|
"title": "Temperature",
|
|
"icon": "mdi:home-thermometer",
|
|
"cards": [],
|
|
"badges": [],
|
|
"subview": false,
|
|
"type": "sections",
|
|
"sections": [
|
|
{
|
|
"type": "grid",
|
|
"cards": [
|
|
{
|
|
"type": "heading",
|
|
"heading": "Esterno",
|
|
"heading_style": "title",
|
|
"icon": "mdi:home-thermometer-outline"
|
|
},
|
|
{
|
|
"type": "entity",
|
|
"entity": "sensor.esterno_temperature",
|
|
"name": "Esterno",
|
|
"unit": "C",
|
|
"state_color": true
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "grid",
|
|
"cards": [
|
|
{
|
|
"type": "heading",
|
|
"heading": "Termosifoni",
|
|
"heading_style": "title"
|
|
},
|
|
{
|
|
"type": "custom:mushroom-climate-card",
|
|
"entity": "climate.bagnopt_termosifone",
|
|
"icon_type": "icon",
|
|
"show_temperature_control": true,
|
|
"hvac_modes": [
|
|
"auto"
|
|
],
|
|
"fill_container": true,
|
|
"primary_info": "state",
|
|
"collapsible_controls": true,
|
|
"secondary_info": "last-changed",
|
|
"tap_action": {
|
|
"action": "more-info"
|
|
},
|
|
"name": "Bagno Piano Terra",
|
|
"hold_action": {
|
|
"action": "more-info"
|
|
},
|
|
"double_tap_action": {
|
|
"action": "more-info"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Lights",
|
|
"cards": [
|
|
{
|
|
"type": "custom:mushroom-template-card",
|
|
"primary": "{% if states(\"sensor.scala_taverna_motion\") == \"on\" %}\n Qualcuno sulla scala taverna\n{% else %}\n -\n{% endif %}",
|
|
"secondary": "",
|
|
"icon": "{% if states(\"sensor.scala_taverna_motion\") == \"on\" %}\n mdi:motion-sensor\n{% else %}\n mdi:motion-sensor-off\n{% endif %}\n",
|
|
"entity": "sensor.scala_taverna_motion",
|
|
"icon_color": "{% if states(\"sensor.scala_taverna_motion\") == \"on\" %}\n red\n{% else %}\n gray\n{% endif %}"
|
|
}
|
|
],
|
|
"badges": []
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |