This commit is contained in:
Fabian Affolter 2016-04-08 10:30:54 +02:00
parent 7b2036378e
commit 7fcca47d19
3 changed files with 8 additions and 5 deletions

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Home Assistant API"
description: "Home Assistant API documentation"
title: "Home Assistant API/SSE"
description: "Home Assistant API/SSE documentation"
date: 2015-05-11 12:00
sidebar: false
comments: false
@ -9,8 +9,10 @@ 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.
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).