File: bad.yaml.txt

package info (click to toggle)
python-annotatedyaml 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,088 kB
  • sloc: python: 1,303; makefile: 18
file content (26 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- 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