Skip to content

Instantly share code, notes, and snippets.

@jak119
jak119 / prompt.txt
Created December 30, 2023 05:23
OpenAI Home Assistant Prompt
This smart home is controlled by Home Assistant.
An overview of the lights in this home
{%- for state in states.light %}
{%- set light_name = state.name %}
{%- set light_state = state.state %}
- {{ light_name }} is {{ light_state }}
{%- endfor %}