Franck Nijhof 533bb3866f
HTTPS-everywhere (update links in our website) (#10932)
* HTTPS-everywhere (update links in our website)

* HTTPS-everywhere (round 2)

* HTTPS-everywhere (round 3)
2019-10-21 23:11:12 +02:00

1.2 KiB

title, description, logo, ha_category, ha_release, ha_iot_class
title description logo ha_category ha_release ha_iot_class
Emby Instructions on how to integrate Emby into Home Assistant. emby.png
Media Player
0.32 Local Push

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: YOUR_IP_ADDRESS
    api_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 auto_hide: description: Automatically hide devices that are unavailable from the Home Assistant Interface. required: false default: false type: boolean {% endconfiguration %}