diff --git a/source/_components/media_player.cast.markdown b/source/_components/media_player.cast.markdown index 89383e36cd7..d20d7648412 100644 --- a/source/_components/media_player.cast.markdown +++ b/source/_components/media_player.cast.markdown @@ -27,8 +27,3 @@ media_player: Configuration variables: - **host** *Optional*: Use only if you don't want to scan for devices. - -

-This platform is currently not working due to a changed Cast API. -

- diff --git a/source/_components/media_player.plex.markdown b/source/_components/media_player.plex.markdown index f2e319f726f..f33b7cf72e1 100644 --- a/source/_components/media_player.plex.markdown +++ b/source/_components/media_player.plex.markdown @@ -20,15 +20,19 @@ If local authentication is enabled or multiple users are defined, HASS requires If you want to enable the plex platform directly, add the following lines to your `configuration.yaml`: + ```yaml # Example configuration.yaml entry media_player: - platform: plex ``` + You may also need to create the file `plex.conf`. + ``` {'IP_ADDRESS:PORT': {'token': 'TOKEN'}} ``` + - **IP_ADDRESS** *Required*: IP address of the Plex Media Server - **PORT** *required*: Default is 32400 - **TOKEN** *Optional*: Only is authentication is required. Set to `None` (without quotes) otherwise. diff --git a/source/_includes/site/head.html b/source/_includes/site/head.html index 7819354750c..34416828b9c 100644 --- a/source/_includes/site/head.html +++ b/source/_includes/site/head.html @@ -4,7 +4,6 @@ - {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %} {% if page.description %} {% capture fb_description %}{{ page.description }}{% endcapture %} {% else %} {% capture fb_description %}{{ content | raw_content }}{% endcapture %} {% endif %} @@ -15,7 +14,7 @@ {% if page.keywords %}{% endif %} - + {% if site.social.facebook.app_id %} diff --git a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown index 5cec10058dc..cafced9f697 100644 --- a/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown +++ b/source/_posts/2015-10-11-measure-temperature-with-esp8266-and-report-to-mqtt.markdown @@ -83,7 +83,6 @@ reported value. Reports to the MQTT broker are sent with retain set to `True`. T connecting to the MQTT topic will automatically be notified of the last reported value. ```cpp - #include #include #include