mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update social image we have apps now
This commit is contained in:
parent
d32f219543
commit
d76d99c36a
@ -7,7 +7,6 @@ date_formatted: "August 16, 2016"
|
||||
author: Andrew Cockburn
|
||||
comments: true
|
||||
categories: How-To
|
||||
og_image: /images/blog/default-social.png
|
||||
---
|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user