Component details pages added
This commit is contained in:
parent
04f48395d6
commit
03d0d75ae1
130 changed files with 610 additions and 471 deletions
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
layout: page
|
||||
title: "RESTful sensor support"
|
||||
layout: component
|
||||
title: "RESTful sensor"
|
||||
description: "Instructions how to integrate REST sensors into Home Assistant."
|
||||
date: 2015-09-14 19:10
|
||||
sidebar: false
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
ha_category: Sensor
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/rest.png' class='brand pull-right' />
|
||||
|
||||
The rest sensor platform is consuming a given endpoint which is exposed by a [RESTful API](https://en.wikipedia.org/wiki/Representational_state_transfer) of a device, an application, or a web service. The sensor has support for GET and POST requests.
|
||||
|
||||
To enable this sensor, add the following lines to your `configuration.yaml` file for a GET request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue