18 KiB
layout, title, description, date, sidebar, comments, sharing, footer, is_homepage
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, Sun.
Type | Description | |
---|---|---|
![]() |
Philips Hue | Turn lights on, control brightness and color. |
![]() |
SABnzbd clients | Monitor queue and download speeds. |
![]() |
System Monitor | Track CPU, memory and disk usage on the host machine. |
![]() |
Nest thermostats | See current temperature and control target temperature and away mode. |
Heat Control | Turn home Assistant into your own thermostat by reading a temperature sensor and controlling a switch connected to a heater. | |
![]() |
WeMo switches | Control WeMo switches and read the usage statistics from Insight switches. |
![]() |
MySensors | Integrate MySensors sensors. |
TEMPer sensors | Integrate TEMPer sensors to get the current temperature. | |
![]() |
ASUSWRT routers | Offers presence detection by looking at connected devices. |
![]() |
DD-WRT routers | Offers presence detection by looking at connected devices. |
![]() |
OpenWRT routers | Offers presence detection by looking at connected devices. |
![]() |
Netgear routers | Offers presence detection by looking at connected devices. |
![]() |
Tomato routers | Offers presence detection by looking at connected devices. |
![]() |
TP-Link routers | Offers presence detection by looking at connected devices. |
![]() |
NMap network scanning | Offers presence detection by scanning the network for connected devices. |
![]() |
Transmission sensor Transmission switch |
Monitor status and download speeds. Change the speed limits. |
![]() |
Google Cast devices | Track what is being played and control playback (temporarely disabled awaiting protobuf 3 release). |
![]() |
Kodi | Track what is being played and control playback. |
![]() |
Music Player Daemon (MPD) | Track what is being played and control playback. |
![]() |
Squeezebox | Track what is being played and control playback. |
![]() |
Command line Switch | Switch that issues command line commands when turned on and off. |
![]() |
LimitlessLED | Control your LimitlessLED lights. |
![]() |
Hikvision | Control the motion detection setting on your Hikvision camera. |
![]() |
Edimax switches | Control the state of your Edimax switches. |
![]() |
Raspberry PI GPIO | Control the GPIO of a Raspberry Pi. |
![]() |
Insteon Devices | Insteon devices can be controlled with the ISY994 controller. |
![]() |
X10 Devices | X10 devices can be controlled with the ISY994 controller. |
![]() |
Arduino boards | Controls your Arduino's digital pins and read from the analog pins. |
![]() |
Efergy Engage hubs | Monitors home energy use as measured by an Efergy engage hub. |
RFXtrx sensors | Monitors values from RFXtrx sensors. | |
![]() |
Generic IP cameras | Integrate any IP camera or image url into a camera feed. |
Support for these devices is provided by the Home Assistant community and not the manufacturers of these devices.
{% linkable_title Organization %}
Type | Description |
---|---|
Group | Allows grouping of entities |
Scene | Allow defining preferred state of a set of entities |
{% 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:
Support for these devices is provided by the Home Assistant community and not the manufacturers of these devices.
{% linkable_title Services %}
![]() |
History | Track the state of entities and allow users to browse through history. |
![]() |
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. |
![]() |
File | Allow sending messages to a file. |
![]() |
Notify My Android (NMA) | Allow sending messages using Notify My Android (NMA). |
![]() |
Instapush | Allow sending messages using Instapush. |
![]() |
PushBullet | Allow sending messages using PushBullet. |
![]() |
PushOver | Allow sending messages using PushOver. |
![]() |
Slack | Allow sending messages over Slack. |
![]() |
Allow sending e-mail messages. | |
![]() |
Syslog | Allow sending messages to a local syslog. |
![]() |
Jabber (XMPP) | Allow sending messages using Jabber (XMPP). |
![]() |
Browser | Open URLs on the host machine. |
![]() |
Downloader | Allows downloading URLs to the host machine. |
![]() |
Keyboard | Simulate key presses on the host machine. |
![]() |
OpenWeatherMap | Display current meteorological data from your location. |
![]() |
Forecast.io | Display current meteorological data from your location. |
![]() |
Bitcoin | Display details about the Bitcoin Network and your Blockchain.info online wallet. |
![]() |
Swiss Public Transport | Display timetable data for traveling in Switzerland. |
![]() |
Time & Date | Displays the time and the date. |
![]() |
MQTT | Allow sending and recieving MQTT messages. |
Support for these services is provided by the Home Assistant community and not the service providers.
{% linkable_title Automation %}
Type | Description |
---|---|
Automation | Allow for automating service calls when a specific state is met |
Scheduler | Allows for scheduling service calls when sun sets or it is specific time |
Script | Allow user to define scripts to run from 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. |
{% comment %} {% directory path:components exclude:index %}
- [{{ file.slug | replace: '_',' ' | capitalize }}]({{ file.slug | prepend: '/components/' | append: '.html' }}) {% enddirectory %} {% endcomment %}