mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 02:56:49 +00:00
19 lines
469 B
Markdown
19 lines
469 B
Markdown
---
|
|
layout: page
|
|
title: "Home Assistant API/SSE"
|
|
description: "Home Assistant API/SSE documentation"
|
|
date: 2015-05-11 12:00
|
|
sidebar: false
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Home Assistant is offering a RESTful API and a Python API for convenient access to a Home Assistant instance over HTTP.
|
|
|
|
- [RESTful API](/developers/rest_api/)
|
|
- [Python API](/developers/python_api/)
|
|
|
|
There is also support for [server-sent events](/developers/server_sent_events).
|
|
|