{ "version": 1, "minor_version": 1, "key": "lovelace.in_meeting", "data": { "config": { "wallpanel": { "enabled": true, "hide_toolbar": false, "hide_sidebar": true, "fullscreen": false, "idle_time": 0 }, "views": [ { "title": "Main", "path": "main", "type": "panel", "cards": [ { "type": "grid", "columns": 2, "square": false, "cards": [ { "type": "vertical-stack", "cards": [ { "show_name": true, "show_icon": true, "type": "button", "entity": "input_boolean.in_a_meeting", "name": "OFFICE MEETING STATUS", "show_state": true, "icon": "mdi:door-open", "icon_height": "200px" }, { "type": "conditional", "conditions": [ { "condition": "state", "entity": "input_boolean.in_a_meeting", "state": "off" } ], "card": { "show_name": true, "show_icon": false, "type": "button", "entity": "input_boolean.in_a_meeting", "name": "🟢 AVAILABLE - COME IN", "show_state": false, "icon_height": "100px" } }, { "type": "conditional", "conditions": [ { "condition": "state", "entity": "input_boolean.in_a_meeting", "state": "on" } ], "card": { "type": "button", "entity": "input_boolean.in_a_meeting", "name": "🔴 DO NOT ENTER - IN A MEETING", "show_state": false, "show_icon": false } }, { "type": "entities", "entities": [ { "entity": "input_boolean.in_a_meeting", "name": "Manual Desk Toggle", "icon": "mdi:power" } ] } ] }, { "type": "vertical-stack", "cards": [ { "type": "markdown", "title": "Desk Companion", "content": "### System Status This dashboard displays your live office configuration. Outside of working hours, the system will seamlessly shift into motion-activated night light mode.\n" }, { "type": "vertical-stack", "cards": [ { "type": "markdown", "content": "### Live Hardware Feed (Outside Door)" }, { "type": "tile", "entity": "light.night_light", "name": "Door Light Color State", "state_content": "state", "state_color": true }, { "type": "entities", "show_header_toggle": false, "state_color": true, "entities": [ { "entity": "binary_sensor.night_light_occupancy", "name": "Night Light Motion Sensor", "icon": "mdi:motion-sensor" } ] }, { "type": "custom:mushroom-light-card", "entity": "light.bedroom_lights", "use_light_color": true, "tap_action": { "action": "none" }, "hold_action": { "action": "none" }, "double_tap_action": { "action": "none" } }, { "type": "custom:mushroom-light-card", "entity": "light.office_lamp", "use_light_color": true, "tap_action": { "action": "none" }, "hold_action": { "action": "none" }, "double_tap_action": { "action": "none" } } ] } ] } ] } ] } ] } } }