Instructions on how to integrate Emby into Home Assistant.
Media player
0.32
Local Push
@mezz64
emby
media_player
integration
docs
title
/docs/configuration/
Configuration file
legacy
The Emby {% term integration %} allows you to control a Emby multimedia system from Home Assistant.
To add Emby to your installation, add the following to your {% term "configuration.yaml" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
# Example configuration.yaml entrymedia_player:- platform:embyhost:YOUR_IP_ADDRESSapi_key:YOUR_API_KEY
{% configuration %}
host:
description: The host name or IP address of the device that is running Emby.
required: false
default: localhost
type: string
api_key:
description: The API key to use to authenticate.
required: true
type: string
ssl:
description: Connect with HTTPS/WSS. Your SSL certificate must be valid.
required: false
default: false
type: boolean
port:
description: The port number of the device that is running Emby.
required: false
default: 8096 (No SSL), 8920 (SSL)
type: integer
{% endconfiguration %}