Add AppDaemon docs to ecosystem (#1589)

This commit is contained in:
Andrew Cockburn 2016-12-18 04:01:03 -05:00 committed by Fabian Affolter
parent f98cc07cd4
commit d68d0dd300
No known key found for this signature in database
GPG key ID: E23CD2DD36A4397F
13 changed files with 2589 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
layout: page
title: "Operation"
description: "Operation"
release_date: 2016-11-27 08:00:00 -0500
sidebar: true
comments: false
sharing: true
footer: true
regenerate: true
hide_github_edit: true
---
Since AppDaemon under the covers uses the exact same APIs as the frontend UI, you typically see it react at about the same time to a given event. Calling back to Home Assistant is also pretty fast especially if they are running on the same machine. In action, observed latency above the built in automation component is usually sub-second.