1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-25 11:19:30 +01:00
Files
core/tests/util/yaml/fixtures/bad.yaml.txt
2022-07-20 19:25:17 +02:00

27 lines
568 B
Plaintext

- id: '1658085239190'
alias: Config validation test
description: ''
trigger:
- platform: time
at: 00:02:03
condition: []
action:
- service: script.notify_admin
data:
title: 'Here's something that does not work...!'
message: failing
mode: single
- id: '165808523911590'
alias: Config validation test FIXED
description: ''
trigger:
- platform: time
at: 00:02:03
condition: []
action:
- service: script.notify_admin
data:
title: 'Here is something that should work...!'
message: fixed?
mode: single