mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 12:08:58 +00:00
969 B
969 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Emby | Instructions how to integrate Emby into Home Assistant. | 2016-10-13 22:00 | true | false | true | true | emby.png | Media Player | 0.32 | Local Polling |
The emby
platform allows you to control a Emby multimedia system from Home Assistant.
To add Emby to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
- platform: emby
host: 192.168.11.5
api_key: "emby_api_key"
Configuration variables:
- host (Required): The host name or address of the device that is running Emby.
- api_key (Required): The api-key you would like home-assistant to use to authenticate.
- ssl (Optional): True if you want to connect with https. Be sure to set the port also.
- port (Optional): The port number. Defaults to 8096.