AutomationDataset/JustBeanie/description-ready.json

35 lines
1.8 KiB
JSON

[
{
"id": "Volcano Auto Sesh",
"automation": "- alias: Volcano Auto Sesh\n description: ''\n triggers:\n - trigger: state\n entity_id:\n - switch.s_b_volcano_h_heater\n from: 'off'\n to: 'on'\n for:\n hours: 0\n minutes: 0\n seconds: 5\n conditions: []\n actions:\n - action: light.turn_on\n metadata: {}\n data:\n brightness_pct: 95\n target:\n entity_id: light.s_b_volcano_h_screen\n - delay:\n hours: 0\n minutes: 0\n seconds: 0\n milliseconds: 250\n - action: light.turn_on\n metadata: {}\n data:\n brightness_pct: 50\n target:\n entity_id: light.s_b_volcano_h_screen\n - delay:\n hours: 0\n minutes: 0\n seconds: 0\n milliseconds: 250\n - action: light.turn_on\n metadata: {}\n data:\n brightness_pct: 95\n target:\n entity_id: light.s_b_volcano_h_screen\n - action: script.volcano_shesh\n metadata: {}\n data: {}\n - action: light.turn_on\n metadata: {}\n data:\n brightness_pct: 50\n target:\n entity_id: light.s_b_volcano_h_screen\n mode: single",
"config": [
{
"name": "volcano heater switch",
"room": "bedroom",
"type": "switch",
"id": {
"entity_id": "switch.s_b_volcano_h_heater",
"device_id": null
}
},
{
"name": "volcano screen light",
"room": "bedroom",
"type": "light",
"id": {
"entity_id": "light.s_b_volcano_h_screen",
"device_id": null
}
},
{
"name": "volcano shesh script",
"room": "bedroom",
"type": "script",
"id": {
"entity_id": "script.volcano_shesh",
"device_id": null
}
}
]
}
]