Fixing panel view (#5742)

The panel block wasn't valid, fixed
This commit is contained in:
DubhAd 2018-07-10 22:17:24 +01:00 committed by Franck Nijhof
parent 2a452671d0
commit d9b77762ae

View File

@ -52,13 +52,13 @@ views:
id: debug
title: Floorplan
panel: true
cards:
- type: picture-elements
image: /local/floorplans/main.jpg
elements:
- type: state-icon
tap_action: toggle
entity: light.ceiling_lights
cards:
- type: picture-elements
image: /local/floorplans/main.jpg
elements:
- type: state-icon
tap_action: toggle
entity: light.ceiling_lights
```
## {% linkable_title Themes %}