8000 Update openai_conversation.markdown by emufan · Pull Request #37086 · home-assistant/home-assistant.io · GitHub
[go: up one dir, main page]

Skip to content

Update openai_conversation.markdown #37086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/_integrations/openai_conversation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -133,21 +133,21 @@ 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
event_data:
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 %}
Loading
0