Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.3 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout title description date sidebar comments sharing footer logo ha_category ha_release
page Keyboard Instructions on how to simulate key presses with Home Assistant. 2015-01-24 14:39 true false true true keyboard.png
Automation
pre 0.7

The keyboard integration simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):

  • keyboard/volume_up
  • keyboard/volume_down
  • keyboard/volume_mute
  • keyboard/media_play_pause
  • keyboard/media_next_track
  • keyboard/media_prev_track

To load this component, add the following lines to your configuration.yaml:

keyboard:

Dependencies

You may need to install platform-specific dependencies for PyUserInput in order to use the keyboard component. In most cases this can be done by running:

pip3 install [package name]

Windows

x64 Windows users may have trouble installing pywin through pip. Using an executable installer should work around this issue.

Similar installers (unofficial) for pyhook have been ported to python 3.4 and should help with x64 pip issues with pyhook.