mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add SSE
This commit is contained in:
parent
7b2036378e
commit
7fcca47d19
@ -24,7 +24,7 @@
|
|||||||
<li><a href="/developers/add_new_platform/">
|
<li><a href="/developers/add_new_platform/">
|
||||||
Adding Platform Support
|
Adding Platform Support
|
||||||
</a></li>
|
</a></li>
|
||||||
<li><a href="/developers/api/">API</a></li>
|
<li><a href="/developers/api/">API and SSE</a></li>
|
||||||
<li><a href="/developers/credits/">Credits</a></li>
|
<li><a href="/developers/credits/">Credits</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Home Assistant API"
|
title: "Home Assistant API/SSE"
|
||||||
description: "Home Assistant API documentation"
|
description: "Home Assistant API/SSE documentation"
|
||||||
date: 2015-05-11 12:00
|
date: 2015-05-11 12:00
|
||||||
sidebar: false
|
sidebar: false
|
||||||
comments: false
|
comments: false
|
||||||
@ -9,8 +9,10 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
Home Assistant is offering a RESTful API and a Python API for convenient access to
|
Home Assistant is offering a RESTful API and a Python API for convenient access to a Home Assistant instance over HTTP.
|
||||||
a Home Assistant instance over HTTP.
|
|
||||||
|
|
||||||
- [RESTful API](/developers/rest_api/)
|
- [RESTful API](/developers/rest_api/)
|
||||||
- [Python API](/developers/python_api/)
|
- [Python API](/developers/python_api/)
|
||||||
|
|
||||||
|
There is also support for [server-sent events](/developers/server_sent_events).
|
||||||
|
|
||||||
|
@ -61,5 +61,6 @@ $ pip3 install tox
|
|||||||
- [Creating a custom component](/developers/creating_components/)
|
- [Creating a custom component](/developers/creating_components/)
|
||||||
- [Adding support for a new platform](/developers/add_new_platform/)
|
- [Adding support for a new platform](/developers/add_new_platform/)
|
||||||
- [Rest API](/developers/api/)
|
- [Rest API](/developers/api/)
|
||||||
|
- [Server-sent events](/developers/server_sent_events/)
|
||||||
- [Website](/developers/website/)
|
- [Website](/developers/website/)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user