Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.66 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.66 KB
GPT & Home Assistant Integration

🚀 Set Up Your GPT with Home Assistant Integration! 🤖

Short step-by-step

  1. 🛠️ Create a GPT in ChatGPT
  2. ⚙️ Go to configure -> Create new action
  3. 📝 Copy the Home Assistant openAPI schema into the schema field.
    1. Replace 'YOUR BASE URL HERE' with your home assistant base url (without /api/)
  4. 🔑 Add your Long-Lived Access Token as Bearer API Key to Authentication

Visual step-by-step

1. 🛠️ Create a GPT in ChatGPT

Step 1 - Create a GPT

2. ✨ Give it Some Personality

Step 2 - Personality

3. ⚙️ Configure New Action

Step 3 - Configure

4. 📝 Copy OpenAPI Schema

Step 4 - OpenAPI Schema

Copy the OpenAPI schema from this Gist.

🔧 Remember to replace your Home Assistant base URL in servers.url (without /api/).

5. 🔑 Add Your API Key

Step 5 - API Key

🗝️ Retrieving Your API Key

Navigate to Your Home Assistant Profile.

At the bottom, click 'Create Token'.

API Key Retrieval