mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 11:16:54 +00:00
Fix code block syntax (#2610)
This commit is contained in:
parent
9b59a699cd
commit
e5269d3cf7
@ -56,7 +56,7 @@ The icon can be overridden for individual notifications by providing a path to a
|
|||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
- alias: Front door motion
|
- alias: Front door motion
|
||||||
trigger:
|
trigger:
|
||||||
platform: state
|
platform: state
|
||||||
entity_id: binary_sensor.front_door_motion
|
entity_id: binary_sensor.front_door_motion
|
||||||
state: 'on'
|
state: 'on'
|
||||||
@ -66,4 +66,4 @@ automation:
|
|||||||
message: "Movement detected: Front Door"
|
message: "Movement detected: Front Door"
|
||||||
data:
|
data:
|
||||||
icon: "/home/homeassistant/images/doorbell.png"
|
icon: "/home/homeassistant/images/doorbell.png"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user