From 37324fbfd8c28f001cbf9e30bbc8b7da91ddce00 Mon Sep 17 00:00:00 2001 From: sjabby Date: Sun, 8 Jul 2018 23:05:29 +0200 Subject: [PATCH] Update picture-entity.markdown --- source/_lovelace/picture-entity.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_lovelace/picture-entity.markdown b/source/_lovelace/picture-entity.markdown index b888b02453f..60fc038ed2b 100644 --- a/source/_lovelace/picture-entity.markdown +++ b/source/_lovelace/picture-entity.markdown @@ -67,12 +67,12 @@ tap_action: `state_image` object structure {% configuration %} -on: +"on": required: true description: URL of an image used for on state. type: string default: None -off: +"off": required: true description: URL of an image used for off state. type: string @@ -90,7 +90,7 @@ not_home: any: required: false description: Any state that is supported by the entity works - type: 'object' + type: object default: None {% endconfiguration %}