alias: OEPL - Re-upload image when tag reboots description: "" triggers: - trigger: state entity_id: - sensor.oepl_kaffe_wakeup_reason to: - FIRSTBOOT - WDT_RESET id: kaffe - trigger: state entity_id: - sensor.oepl_kaffe_2_wakeup_reason to: - FIRSTBOOT - WDT_RESET id: kaffe2 conditions: [] actions: - choose: - conditions: - condition: trigger id: - kaffe sequence: - action: open_epaper_link.drawcustom target: entity_id: - open_epaper_link.blablabla data: payload: - type: dlimg url: >- /config/custom_components/open_epaper_link/open_epaper_link.blablabla.jpg x: 0 "y": 0 xsize: 384 ysize: 168 - conditions: - condition: trigger id: - kaffe2 sequence: - action: open_epaper_link.drawcustom target: entity_id: - open_epaper_link.blablabla2 data: payload: - type: dlimg url: >- /config/custom_components/open_epaper_link/open_epaper_link.blablabla2.jpg x: 0 "y": 0 xsize: 384 ysize: 168 mode: single