This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "openapi": "3.1.0", | |
| "info": { | |
| "title": "Home Assistant REST API", | |
| "version": "1.0.0", | |
| "description": "This specification documents the Home Assistant REST API endpoints.\nAll endpoints require a Bearer token for authorization.\n" | |
| }, | |
| "servers": [ | |
| { | |
| "url": "http://{host}:{port}", |