2015-10-18 18:29:39 +02:00

25 KiB

layout title description date sidebar comments sharing footer is_homepage
page Components List of the built-in components of Home Assistant. 2014-12-21 13:35 false false true true true

Components add support for devices, automation, and much much more to Home Assistant. The following things are supported out-of-the-box.

{% linkable_title Entities %}

Entities are things that you want to observe within Home Assistant. Support for these things are provided by the entity components Light, Switch, Thermostat, Media player, Device tracker, and Sun.

    <div class="grid__item one-whole lap-two-half">
      <h2 class="title" id='light'>Light and environment</h2>
    <p></p>
Philips Hue turns lights on, controls brightness, and color.
Nest thermostats displays current temperature and control target temperature/away mode.
Heat Control reads a temperature sensor and control a heater switch.
WeMo switches controls and reads the usage statistics from Insight switches.
TEMPer sensors reads the current temperature.
LimitlessLED controls your LimitlessLED lights.
Edimax switches controls the state.
Efergy Engage hubs monitors home energy use.
DHTxx reads the temperature and humidity.
Blickstick controls your Blinkstick lights or device.
Radiotherm thermostats displays current temperature and control target temperature/away mode.
    <div class="grid__item one-whole lap-two-hald">
      <h2 class="title" id='devices'>Devices and protocols</h2>
        <p></p>
MySensors integrates MySensors sensors.
Raspberry PI switch controls and sensor reads the values of GPIOs.
Insteon controls devices connected with the ISY994 controller.
X10 controls devices connected with the ISY994 controller.
Arduino controls digital pins and read from analog pins.
RFXtrx controls and monitors RFXtrx devices.
MQTT allows sending and recieving MQTT messages, incl. switches and sensors.
aREST sensors observe and switches controls the pins of aREST enabled devices.
REST sensors observe RESTful enabled devices or services.
    </div>
  </div>
</div>
    <div class="grid__item one-whole lap-two-thirds">
      <h2 class="title" id='presence'>Presence detection</h2>
        <p>Offers presence detection by looking at connected devices or by scanning the network.</p>
Actiontec routers
Aruba routers
ASUSWRT routers
DD-WRT routers
OpenWRT routers
Netgear routers
Tomato routers
TP-Link routers
Thomson routers
NMap network scanning
Generic SNMP
OwnTracks devices
MQTT devices
Geofancy devices
    </div>
  </div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
  <div class="grid">

    <div class="grid__item one-whole lap-two-thirds">
      <h2 class="title" id='media-player'>Media player</h2>
        <p>Controls your media player (Playback and Volume) and get details about the played track.</p>
Denon Network Receivers
Google Cast
Kodi
iTunes
Logitech Squeezebox
Music Player Daemon (MPD)
Plex
Sonos devices
    </div>
  </div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
  <div class="grid">
    <div class="grid__item one-whole lap-two-thirds">
     <h2 class="title" id='camera'>Cameras and various other entities</h2>
       <p>Camera allows you to see what going in real-time. Other entities report the current state and/or let you control it.</p>
Hikvision controls the motion detection setting.
IP camera integrates a generic IP camera or image url.
Foscam let you see your live stream.
SABnzbd clients monitors queue and download speeds.
System Monitor tracks CPU, memory, and disk usage on the host machine.
CPU speed only tracks CPU speed on the host machine.
Transmission monitors status/speeds and changes the speed limits.
Command line switches and sensors issues command line commands to do or the get something.
Glances tracks system information on remote hosts.
    </div>
  </div>
</div>

Support for these devices is provided by the Home Assistant community and not the manufacturers of these devices.

{% linkable_title Hubs %}

Home Assistant integrates with a variety of third party Home Automation hubs and networks. It allows you to control the connected switches, lights and sensors via Home Assistant. Click on the following logos for setup instructions:

Zwave Tellstick Vera Wink ISY994 Modbus Verisure

Support for these devices is provided by the Home Assistant community and not the manufacturers of these devices.

{% linkable_title Services %}

    <div class="grid__item one-whole lap-two-thirds">
      <h2 class="title" id='internal'>Internals</h2>
        <p>Those services offers you a wide range of possibilities out-of-box.</p>
History track the state of entities and allow users to browse through.
Conversation process textual commands like ones received by speech-to-text engines.
Discovery scans the network for supported devices.
Logbook provides a logbook-style view on the Entity history.
Browser opens URLs on the host machine.
Downloader allows downloading URLs to the host machine.
Keyboard simulate key presses on the host machine.
Shell commands expose shell commands as services.
Time & Date displays the time and the date and Worldclock from a different time zone.
    </div>
  </div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
  <div class="grid">

    <div class="grid__item one-whole lap-two-thirds">
      <h2 class="title" id='notify-service'>Notifications</h2>
        <p>Allows you to send customized messages to the given service.</p>
File
Notify My Android (NMA)
Instapush
PushBullet
PushOver
Slack
E-Mail
Syslog
Jabber (XMPP)
Telegram
    </div>
  </div>
</div>
<div class="grid__item one-third lap-one-whole palm-one-whole usp">
  <div class="grid">
    <div class="grid__item one-whole lap-two-thirds">
     <h2 class="title" id='web-service'>Web services</h2>
       <p>The web services displays data grabbed from an external source or interact with them.</p>
OpenWeatherMap displays current meteorological data or weather forecast.
Forecast.io displays current meteorological data.
Bitcoin displays details about the Bitcoin Network.
Swiss Public Transport displays Swiss timetable data for traveling.
IFTTT allows the triggering of recipes.
    </div>
  </div>
</div>

Support for these services is provided by the Home Assistant community and not the service providers.

{% linkable_title Organization %}

Type Description
Group Allows grouping of entities
Scene Allow defining preferred state of a set of entities

{% linkable_title Automation %}

Type Description
Automation Allow for automating service calls when a specific state is met.
Script Allow user to define scripts to run from within Home Assistant.
Zone Allow user to define zones within Home Assistant.
Device sun light trigger Slowly fade in the lights to compensate the setting sun. Also turns on lights when you get home after dark.
Simple alarm Let the lights blink red when the lights turn on while no one is home.

{% linkable_title Misc %}

Type Description
Configurator Component used by other components to get configuration from the user.