Skip to content

Commit d76d99c

Browse files
committed
Update social image we have apps now
1 parent d32f219 commit d76d99c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/_posts/2016-08-16-we-have-apps-now.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ date_formatted: "August 16, 2016"
77
author: Andrew Cockburn
88
comments: true
99
categories: How-To
10-
og_image: /images/blog/default-social.png
1110
---
1211

1312
I have been working on a new subsystem to complement Home Assistant's Automation and Scripting components. `AppDaemon` is a python daemon that consumes events from Home Assistant and feeds them to snippets of python code called "Apps". An App is a Python class that is instantiated possibly multiple times from `AppDaemon` and registers callbacks for various system events. It is also able to inspect and set state and call services. The API provides a rich environment suited to home automation tasks that can also leverage all the power of Python.

0 commit comments

Comments
 (0)