diff --git a/atom.xml b/atom.xml index 427357bc27..39f83b6b39 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 0074a56074..2bbc25055f 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index f5e2e831a5..95b4e2a1a8 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index f1cdb0efae..114c5ec8c5 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 6414821a2e..33106a4993 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 8d684f0538..c1341f160c 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 2443ce69d2..905ced62b0 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: release-notes | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 4de11a4d0c..81ce5b4b29 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 https://home-assistant.io/ diff --git a/components/configurator.html b/components/configurator.html new file mode 100644 index 0000000000..676ab4394a --- /dev/null +++ b/components/configurator.html @@ -0,0 +1,152 @@ + + + + + + + + + + + + Configurator - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ Configurator +

+
+
+ + +

+This component is intended for developers. +

+ + +

The configurator component allows components to request information from the user. It is currently implemented as the minimum viable product: it supports showing a text, image and button to the user. It will trigger a callback when the button is pressed.

+ +

The Hue component in the demo is implemented using the configurator. See the source of the demo component for a simple example.

+ +

See the source for more details on how to use the configurator component.

+ + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/tellstick_sensor.html b/components/conversation.html similarity index 83% rename from components/tellstick_sensor.html rename to components/conversation.html index 5d7fd5ac36..d158bb886a 100644 --- a/components/tellstick_sensor.html +++ b/components/conversation.html @@ -9,20 +9,20 @@ - Tellstick Sensors - Home Assistant + Conversation - Home Assistant - + - + - + - + @@ -89,24 +89,22 @@

- Tellstick Sensors + Conversation


-

Shows the values of that sensors that is connected to your Tellstick.

- -

To enable it, add the following lines to your configuration.yaml:

+

The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format turn <Friendly Name> <on/off>.

1
-
tellstick_sensor:
+
conversation:
+

When this component is active and you are using a supported browser voice commands will be activated in the frontend. Browse to the demo in Chrome to see it in action.

- -

-This component is going to be merged into the sensor component. +

+

diff --git a/components/index.html b/components/index.html index 38414e85fb..148e80e81f 100644 --- a/components/index.html +++ b/components/index.html @@ -100,18 +100,19 @@ diff --git a/components/chromecast.html b/components/media_player.html similarity index 81% rename from components/chromecast.html rename to components/media_player.html index 072cc6f9d4..63fabd8508 100644 --- a/components/chromecast.html +++ b/components/media_player.html @@ -9,20 +9,20 @@ - Chromecast - Home Assistant + Media Player - Home Assistant - + - + - + - + @@ -89,25 +89,29 @@

- Chromecast + Media Player


-

+

Interacts with media players on your network. Currently only supports Chromecasts. These will be automatically discovered if you setup the discovery component. Can also be forced to load by adding the following lines to your configuration.yaml:

+ +
1
+2
+
media_player:
+  platform: chromecast
+ + + + +

Chromecasts have recently received a new API which is not yet supported by Home Assistant. Therefore we currently can only detect them and do not know what they are up to.

-

Interacts with Chromecasts on your network. Will be automatically discovered if you setup the discovery component. Can also be forced to load by adding the following lines to your configuration.yaml:

- -
1
-
chromecast:
- -

Services

Media control services

@@ -126,7 +130,7 @@ Chromecasts have recently received a new API which is not yet supported by Home entity_id yes - Target a specific chromecast. Defaults to all. + Target a specific media player. Defaults to all. @@ -134,11 +138,11 @@ Chromecasts have recently received a new API which is not yet supported by Home

Media play services

-

There are three services to start playing YouTube video’s on the ChromeCast.

+

There are three services to start playing YouTube video’s on the media player.

-

Service chromecast/play_youtube_video

+

Service media_player/play_youtube_video

-

Service to start playing a YouTube vide on the Chromecast.

+

Service to start playing a YouTube vide on the media player.

@@ -152,7 +156,7 @@ Chromecasts have recently received a new API which is not yet supported by Home - + @@ -163,9 +167,9 @@ Chromecasts have recently received a new API which is not yet supported by Home
entity_id yes Target a specific chromecast. Defaults to all. Target a specific media player. Defaults to all.
video
-

Service chromecast/start_fireplace and chromecast/start_epic_sax

+

Service media_player/start_fireplace and media_player/start_epic_sax

-

Will either start a fireplace or Epic Sax Guy 10h on the Chromecast.

+

Will either start a fireplace or Epic Sax Guy 10h on the media player.

@@ -179,7 +183,7 @@ Chromecasts have recently received a new API which is not yet supported by Home - +
entity_id yes Target a specific chromecast. Defaults to all. Target a specific media player. Defaults to all.
diff --git a/images/screenshots/voice-commands.png b/images/screenshots/voice-commands.png new file mode 100644 index 0000000000..99a909466f Binary files /dev/null and b/images/screenshots/voice-commands.png differ diff --git a/sitemap.xml b/sitemap.xml index c215dc1035..8de9041e5f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -57,175 +57,181 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 - https://home-assistant.io/components/chromecast.html - 2015-03-14T13:03:35-07:00 + https://home-assistant.io/components/configurator.html + 2015-03-15T01:01:47-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/conversation.html + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-03-14T13:03:35-07:00 - weekly - 0.7 - - - https://home-assistant.io/blog/ - 2015-03-14T13:03:35-07:00 - weekly - 0.7 - - - https://home-assistant.io/blog/archives/ - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/ - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 1.0 + + https://home-assistant.io/blog/ + 2015-03-15T01:01:47-07:00 + weekly + 0.7 + + + https://home-assistant.io/blog/archives/ + 2015-03-15T01:01:47-07:00 + weekly + 0.7 + https://home-assistant.io/components/ - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/media_player.html + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-03-14T13:03:35-07:00 - weekly - 0.7 - - - https://home-assistant.io/components/tellstick_sensor.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-03-14T13:03:35-07:00 + 2015-03-15T01:01:47-07:00 weekly 0.7