Skip to content

Commit 71ce65c

Browse files
committed
Update date
1 parent 8db83c1 commit 71ce65c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

2016-08-16-we-have-apps-now.markdown

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
layout: post
33
title: "We Have Apps Now"
44
description: "A new subsystem that allows automations to be coded using Python"
5-
date: 2016-08-09 14:00:00 -0400
6-
date_formatted: "August 09, 2016"
5+
date: 2016-08-16 06:00:00 -0400
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
1011
---
1112

1213
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.
@@ -128,5 +129,3 @@ Some people will maybe look at all of this and say "what use is this, I can alre
128129
If this has whet your appetite, feel free to give it a try. You can find it, [here](https://github.com/acockburn/appdaemon), including full installation instructions, an API reference, and a number of fully fleshed out examples.
129130

130131
Happy Automating!
131-
132-

0 commit comments

Comments
 (0)