Update openai_conversation.markdown (#37086)

This commit is contained in:
emufan 2025-02-06 21:46:45 +01:00 committed by GitHub
parent 6fccf73607
commit 03b7496cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ automation:
config_entry: abce6b8696a15e107b4bd843de722249
size: "1024x1024"
prompt: >-
New York when the weather is {{ states("weather.home") }}"
New York when the weather is {{ states("weather.home") }}
- alias: "Send out a manual event to update the image entity"
event: new_weather_image
@ -141,13 +141,13 @@ automation:
url: '{{ generated_image.url }}'
template:
- triggers:
- trigger:
- alias: "Update image when a new weather image is generated"
trigger: event
event_type: new_weather_image
image:
name: "AI generated image of New York"
url: "{{ trigger.event.data.url }}"
- name: "AI generated image of New York"
url: "{{ trigger.event.data.url }}"
```
{% endraw %}