From fdaa9e9a155a52bf15fa431e598f47559d8a0b5e Mon Sep 17 00:00:00 2001 From: vrs01 Date: Wed, 16 Nov 2016 22:08:33 +0100 Subject: [PATCH] Typo "api-key (required)" (#1448) --- source/_components/media_player.emby.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.emby.markdown b/source/_components/media_player.emby.markdown index f4149dc4681..89f2c9605d5 100644 --- a/source/_components/media_player.emby.markdown +++ b/source/_components/media_player.emby.markdown @@ -29,6 +29,6 @@ media_player: Configuration variables: - **host** (*Required*): The host name or address of the device that is running Emby. -- **api_key** (*Requred*): The api-key you would like home-assistant to use to authenticate. +- **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.