move rest content to a separate page
This commit is contained in:
parent
ad919ed466
commit
acd1c7893c
1 changed files with 16 additions and 0 deletions
16
source/developers/api.markdown
Normal file
16
source/developers/api.markdown
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue