mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 01:58:57 +00:00
19 lines
485 B
Markdown
19 lines
485 B
Markdown
---
|
|
layout: page
|
|
title: "API"
|
|
description: "Home Assistant API"
|
|
date: 2017-02-15 07:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
Home Assistant provides various APIs. For detail please refer to [Home Assistant API](https://dev-docs.home-assistant.io/en/dev/) documentation.
|
|
|
|
* [Websocket API](/developers/websocket_api/)
|
|
* [RESTful API](/developers/rest_api/)
|
|
* [Python API](/developers/python_api/)
|
|
* [Server-sent events](/developers/server_sent_events/)
|
|
|