diff --git a/atom.xml b/atom.xml index d7fe8ab6c5..abd625e863 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Some people have interpreted our recent added warnings as if 0.39 introduced the issues that caused the warning. This is not the case, the platforms and components have been misbehaving for a while but now we are adding warnings so we are able to track down the culprits.
-Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala @brahmafear and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
+Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala, @rrubin0, @brahmafear, @bassclarinetl2, and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the EFF via the sale of our t-shirts! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again!
diff --git a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html index 0963104c03..4cb2057fd5 100644 --- a/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html +++ b/blog/2017/03/11/repurpose-any-android-phone-as-ip-camera/index.html @@ -115,7 +115,7 @@Some people have interpreted our recent added warnings as if 0.39 introduced the issues that caused the warning. This is not the case, the platforms and components have been misbehaving for a while but now we are adding warnings so we are able to track down the culprits.
-Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala @brahmafear and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
+Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala, @rrubin0, @brahmafear, @bassclarinetl2, and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the EFF via the sale of our t-shirts! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again!
diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 8c80ac86dd..ee176dded5 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@Some people have interpreted our recent added warnings as if 0.39 introduced the issues that caused the warning. This is not the case, the platforms and components have been misbehaving for a while but now we are adding warnings so we are able to track down the culprits.
-Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala @brahmafear and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
+Before we continue talking about all the improvements in this release I want to take a moment to thank a few people from the Home Assistant community that are fundamental to the success of Home Assistant. Big thanks to @dale3h, @CCOSTAN, @skalavala, @rrubin0, @brahmafear, @bassclarinetl2, and @torn8o! These are all people that hang out in our main chat channel and help new users get started and help existing users when running into trouble. Home Assistant would not be there without all the effort you put in! π
And that our community kicks ass is also shown in the numbers. We have already raised together over $700 for the EFF via the sale of our t-shirts! All of you rock! Another number worth mentioning is that this release brings us passed 600 integrations for Home Assistant. All of you rock, again!
diff --git a/components/discovery/index.html b/components/discovery/index.html index 366f06979b..0da0ab899f 100644 --- a/components/discovery/index.html +++ b/components/discovery/index.html @@ -105,6 +105,10 @@It will be able to add Google Chromecasts and Belkin WeMo switches automatically, for Philips Hue it will require some configuration from the user.
@@ -125,6 +129,25 @@discovery
.Valid values for ignore are:
+
Home Assistant must be on the same network as the devices for uPnP discovery to work.
If running Home Assistant in a Docker container use switch --net=host
to put it on the hostβs network.
diff --git a/components/tts.amazon_polly/index.html b/components/tts.amazon_polly/index.html
index 05b34420eb..364ede3021 100644
--- a/components/tts.amazon_polly/index.html
+++ b/components/tts.amazon_polly/index.html
@@ -93,7 +93,7 @@
The amazon_polly
text-to-speech platform that works with Amazon Polly to create the spoken output.
Polly is a paid service via Amazon Web Services. There is a free tier for the first 12 months and then a charge per million characters afterwards.
To enable text-to-speech with Amazon Polly, add the following lines to your configuration.yaml
:
To get started, add the following lines to your configuration.yaml
(example for Amazon Polly):
# Example configuration.yaml entry
tts:
@@ -107,14 +107,94 @@ Polly is a paid service via Amazon Web Services. There is a AWS General Reference regarding Security Credentials. If provided, you must also provide an aws_secret_access_key
and must not provide a profile_name
.
- aws_secret_access_key (Required if aws_access_key_id is provided): Your AWS Secret Access Key. For more information, please read the AWS General Reference regarding Security Credentials. If provided, you must also provide an aws_access_key_id
and must not provide a profile_name
.
- profile_name (Optional): A credentials profile name. For more information, please see the boto3 documentation section about credentials.
- region_name (Required): The region identifier to connect to. The default is us-east-1
.
- name (Optional): Setting the optional parameter name
allows multiple notifiers to be created. The default value is notify
. The notifier will bind to the service notify.NOTIFIER_NAME
.
-
+
+
+
+ Parameter
+ Value
+ Description
+
+
+
+
+ aws_access_key_id
+ Required
+ Your AWS Access Key ID. For more information, please read the AWS General Reference regarding Security Credentials. If provided, you must also provide an aws_secret_access_key
and must not provide a profile_name
+
+
+ aws_secret_access_key
+ Required
+ Your AWS Secret Access Key. For more information, please read the AWS General Reference regarding Security Credentials. If provided, you must also provide an aws_access_key_id
and must not provide a profile_name
.
+
+
+ profile_name
+ Optional
+ A credentials profile name. For more information, please see the [boto3
+
+
+ region_name
+ Optional
+ The region identifier to connect to. The default is us-east-1
.
+
+
+ name
+ Optional
+ Setting the optional parameter name
allows multiple notifiers to be created. The default value is notify
. The notifier will bind to the service notify.NOTIFIER_NAME
.
+
+
+ Β
+ Β
+ Β
+
+
+ text_type
+ text/ssml
+ text or ssml: Specify wherever to use text (default) or ssml markup
+
+
+
+Usage
+Say to all media_player
device entities:
+- service: tts.amazon_polly_say
+ data_template:
+ message: '<speak>Hello from Amazon Polly</speak>'
+
+
+or
+- service: tts.amazon_polly_say
+ data_template:
+ message: >
+ <speak>
+ Hello from Amazon Polly
+ </speak>
+
+
+
+Say to the media_player.living_room
device entity:
+
+- service: tts.amazon_polly_say
+ data_template:
+ entity_id: media_player.living_room
+ message: >
+ <speak>
+ Hello from Amazon Polly
+ </speak>
+
+
+
+Say with break:
+
+- service: tts.amazon_polly_say
+ data_template:
+ message: >
+ <speak>
+ Hello from
+ <break time=".9s" />
+ Amazon Polly
+ </speak>
+
+
diff --git a/sitemap.xml b/sitemap.xml
index ae84f08f65..801e96b786 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3015,62 +3015,62 @@
https://home-assistant.io/demo/frontend.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/index.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-event.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-info.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-service.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-state.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-dev-template.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-history.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-iframe.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-logbook.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/demo/panels/ha-panel-map.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
-2017-03-13T11:25:35+00:00
+2017-03-13T19:00:39+00:00
https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html
-2017-03-13T11:25:36+00:00
+2017-03-13T19:00:40+00:00
https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html
-2017-03-13T11:25:36+00:00
+2017-03-13T19:00:40+00:00
https://home-assistant.io/static/mdi-demo.html
-2017-03-13T11:25:36+00:00
+2017-03-13T19:00:40+00:00