Fixing broken "Picture Card" code example (#13668)

This commit is contained in:
Ivan Bessarabov 2020-06-06 00:44:30 +03:00 committed by GitHub
parent bee1a31b0a
commit fc7dce0061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,9 @@ Toggle entity using a service:
```yaml
type: picture
image: /local/light.png
service: light.toggle
service_data:
entity_id: light.ceiling_lights
tap_action:
action: call-service
service: light.toggle
service_data:
entity_id: light.ceiling_lights
```