From acd1c7893ce4f8b1c3874e1a78362b84476c57c4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 11 May 2015 12:06:38 +0200 Subject: [PATCH] move rest content to a separate page --- source/developers/api.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/developers/api.markdown diff --git a/source/developers/api.markdown b/source/developers/api.markdown new file mode 100644 index 00000000000..777ce646f2c --- /dev/null +++ b/source/developers/api.markdown @@ -0,0 +1,16 @@ +--- +layout: page +title: "Home Assistant API" +description: "Home Assistant API 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. + +- [Rest API](/developers/rest_api.html) +- [Python API](/developers/python_api.html)