Update picture-entity.markdown

This commit is contained in:
sjabby 2018-07-08 23:05:29 +02:00 committed by GitHub
parent 8a54892a29
commit 37324fbfd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,12 +67,12 @@ tap_action:
`state_image` object structure `state_image` object structure
{% configuration %} {% configuration %}
on: "on":
required: true required: true
description: URL of an image used for on state. description: URL of an image used for on state.
type: string type: string
default: None default: None
off: "off":
required: true required: true
description: URL of an image used for off state. description: URL of an image used for off state.
type: string type: string
@ -90,7 +90,7 @@ not_home:
any: any:
required: false required: false
description: Any state that is supported by the entity works description: Any state that is supported by the entity works
type: 'object' type: object
default: None default: None
{% endconfiguration %} {% endconfiguration %}