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
{% 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 %}