1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Added support for multimedia keyboard button simulation for controlling the host.

This commit is contained in:
Paulus Schoutsen
2013-10-09 00:03:05 -07:00
parent 2b3d81d007
commit 866a3e852e
11 changed files with 1095 additions and 2 deletions

View File

@@ -35,6 +35,7 @@ actors.LightTrigger(eventbus, statemachine,
actors.setup_chromecast(eventbus, config.get("chromecast", "host"))
actors.setup_file_downloader(eventbus, config.get("downloader", "download_dir"))
actors.setup_webbrowser(eventbus)
actors.setup_media_buttons(eventbus)
# Init HTTP interface
HTTPInterface(eventbus, statemachine, config.get("common","api_password"))