diff --git a/components/media_player.vizio/index.html b/components/media_player.vizio/index.html
index b75bd8cf50..968a7631d6 100644
--- a/components/media_player.vizio/index.html
+++ b/components/media_player.vizio/index.html
@@ -77,9 +77,12 @@
The vizio
component will allow you to control SmartCast compatible TVs (2016+ models).
Pairing
Before adding your TV to Home Assistant you’ll need to pair it manually. To do so follow these steps:
-Install the command-line tool using pip (or you can choose to download it manually):
+Install the command-line tool using pip
(or you can choose to download it manually):
$ pip3 install git+https://github.com/vkorn/pyvizio.git@master
-$ pip3 install -I .
+
+
+or
+
Make sure that your TV is on before continuing.
diff --git a/developers/frontend_creating_custom_ui/index.html b/developers/frontend_creating_custom_ui/index.html
index eac38baaec..3b4940ec3b 100644
--- a/developers/frontend_creating_custom_ui/index.html
+++ b/developers/frontend_creating_custom_ui/index.html
@@ -76,22 +76,22 @@
If you would like to use your own State card without merging your code into home-assistant-polymer you can create your own implementation.
Put the element source file and its dependencies in www/custom_ui/
directory under your Home Assistant configuration directory.
-For example if creating a state card for the light
domain named my_custom_light_card
put my_custom_light_card.html
in www/custom_ui/
.
-That file should implement <my_custom_light_card>
tag with Polymer.
-In my_custom_light_card.html
you should use <link rel="import">
to import all the dependencies not used by Home Assistant’s UI.
+
For example if creating a state card for the light
domain named state-card-my-custom-light
put state-card-my-custom-light.html
in www/custom_ui/
.
+That file should implement <state-card-my-custom-light>
tag with Polymer.
+In state-card-my-custom-light.html
you should use <link rel="import">
to import all the dependencies not used by Home Assistant’s UI.
Do not import any dependencies used by the Home Assistant UI.
Importing those will work in development: 1
mode, but will fail in production mode.
-1) In the customize:
section of the configuration.yaml
file put custom_ui_state_card: <element-name>
.
+
1) In the customize:
section of the configuration.yaml
file put custom_ui_state_card: state-card-my-custom-light
.
2) In the frontend
section use extra_html_url
to specify the URL to load.
For example:
homeassistant:
customize:
light.bedroom:
- custom_ui_state_card: my_custom_light_card
+ custom_ui_state_card: state-card-my-custom-light
frontend:
extra_html_url:
- - /local/custom_ui/my_custom_light_card.html
+ - /local/custom_ui/state-card-my-custom-light.html
For more possibilities, see the Custom UI section on our Examples page.
diff --git a/sitemap.xml b/sitemap.xml
index 4e925a293f..b9a6518c52 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3438,7 +3438,7 @@
https://home-assistant.io/components/switch.hook/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/cookbook/automation_for_rainy_days/
@@ -4074,99 +4074,99 @@
https://home-assistant.io/docs/autostart/init.d/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/api/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/configuration/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/installation/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/operation/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/reboot/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/running/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/updating/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/appdaemon/windows/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/certificates/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/hadashboard/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/hass-configurator/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/ios/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/nginx/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/notebooks/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/scenegen/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/ecosystem/synology/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/tools/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/tools/dev-tools/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/tools/hass/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/docs/tools/scripts/
-2017-10-12T09:00:53+00:00
+2017-10-12T15:26:13+00:00
https://home-assistant.io/faq/after-upgrading/
@@ -5222,62 +5222,62 @@
https://home-assistant.io/demo/frontend.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/index.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-10-12T09:00:00+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-10-12T09:00:01+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-10-12T09:00:01+00:00
+2017-10-12T15:25:37+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-10-12T09:00:01+00:00
+2017-10-12T15:25:37+00:00