Component details pages added
This commit is contained in:
parent
04f48395d6
commit
03d0d75ae1
130 changed files with 610 additions and 471 deletions
|
@ -1,17 +1,17 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Arduino sensor support"
|
||||
layout: component
|
||||
title: "Arduino sensor"
|
||||
description: "Instructions how to integrate Arduino boards within Home Assistant."
|
||||
date: 2015-09-14 18:28
|
||||
sidebar: false
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: arduino.png
|
||||
ha_category: Sensor
|
||||
ha_category: DIY
|
||||
---
|
||||
|
||||
<img src='/images/supported_brands/arduino.png' class='brand pull-right' />
|
||||
|
||||
The arduino sensor platform allows allow you to get an numerical values from an analog input pin of an [Arduino](https://www.arduino.cc/) board. Usually the value is between 0 and 1024.
|
||||
|
||||
To enable an Arduino sensor with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue