From 7fcca47d19ef32f1fc0412308665074a5c4aa8c9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Apr 2016 10:30:54 +0200 Subject: [PATCH] Add SSE --- source/_includes/custom/navigation.html | 2 +- source/developers/api.markdown | 10 ++++++---- source/developers/index.markdown | 1 + 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/source/_includes/custom/navigation.html b/source/_includes/custom/navigation.html index 2653839f67b..7f90d7cc0bd 100644 --- a/source/_includes/custom/navigation.html +++ b/source/_includes/custom/navigation.html @@ -24,7 +24,7 @@
  • Adding Platform Support
  • -
  • API
  • +
  • API and SSE
  • Credits
  • diff --git a/source/developers/api.markdown b/source/developers/api.markdown index 2b69960b015..dd2edce9be9 100644 --- a/source/developers/api.markdown +++ b/source/developers/api.markdown @@ -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). + diff --git a/source/developers/index.markdown b/source/developers/index.markdown index 1b1e571000f..158f32285af 100644 --- a/source/developers/index.markdown +++ b/source/developers/index.markdown @@ -61,5 +61,6 @@ $ pip3 install tox - [Creating a custom component](/developers/creating_components/) - [Adding support for a new platform](/developers/add_new_platform/) - [Rest API](/developers/api/) +- [Server-sent events](/developers/server_sent_events/) - [Website](/developers/website/)