mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Chat links and blog entry about the switch (#2928)
* Update links to chatrooms * Discord -> Gitter blog entry
This commit is contained in:
parent
5d3a12dcac
commit
767b8052e8
@ -1,4 +1,4 @@
|
|||||||
[](https://gitter.im/home-assistant/website)
|
[](https://discord.gg/CxqDrfU)
|
||||||
[](https://travis-ci.org/home-assistant/home-assistant.github.io)
|
[](https://travis-ci.org/home-assistant/home-assistant.github.io)
|
||||||
[](http://www.krihelinator.xyz)
|
[](http://www.krihelinator.xyz)
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
|
@ -152,7 +152,7 @@ You'll notice that this example includes a secondary parameter section (under th
|
|||||||
|
|
||||||
That about wraps it up.
|
That about wraps it up.
|
||||||
|
|
||||||
If you have issues checkout `home-assistant.log` in the configuration directory as well as your indentations. If all else fails, head over to the [Gitter Chatroom](https://gitter.im/balloob/home-assistant) and ask away.
|
If you have issues checkout `home-assistant.log` in the configuration directory as well as your indentations. If all else fails, head over to our [Discord chat server][discord] and ask away.
|
||||||
|
|
||||||
### {% linkable_title Debugging multiple configuration files %}
|
### {% linkable_title Debugging multiple configuration files %}
|
||||||
|
|
||||||
@ -441,3 +441,5 @@ front_yard:
|
|||||||
- sensor.mailbox
|
- sensor.mailbox
|
||||||
- camera.front_porch
|
- camera.front_porch
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -10,7 +10,7 @@ comments: true
|
|||||||
categories: Release-Notes
|
categories: Release-Notes
|
||||||
---
|
---
|
||||||
|
|
||||||
It's like someone opened a can of rock solid developers and emptied it above our [chat channel](https://gitter.im/balloob/home-assistant) because it exploded with great conversations and solid contributions. Featured in release 0.7.3: Sonos, iTunes, Alarm component and Automation upgrade.
|
It's like someone opened a can of rock solid developers and emptied it above our [chat channel](https://discord.gg/c5DvZ4e) because it exploded with great conversations and solid contributions. Featured in release 0.7.3: Sonos, iTunes, Alarm component and Automation upgrade.
|
||||||
|
|
||||||
See [GitHub](https://github.com/home-assistant/home-assistant/releases/tag/0.7.3) for more detailed release notes.
|
See [GitHub](https://github.com/home-assistant/home-assistant/releases/tag/0.7.3) for more detailed release notes.
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ categories: Survey
|
|||||||
og_image: /images/blog/2015-11-survey/releases.png
|
og_image: /images/blog/2015-11-survey/releases.png
|
||||||
---
|
---
|
||||||
|
|
||||||
<img src='/images/blog/2015-11-survey/releases.png' style='float: right; margin-left: 8px; margin-bottom: 8px;' height='120'/>Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that's enough time to have some "only partially representative" data. It's hard to tell how many Home Assistant users are out there. Currently there are 215 members in our [Gitter chat room](https://gitter.im/balloob/home-assistant) and last week [PyPI](https://pypi.python.org/pypi/homeassistant/) counted 5063 downloads.
|
<img src='/images/blog/2015-11-survey/releases.png' style='float: right; margin-left: 8px; margin-bottom: 8px;' height='120'/>Around a week ago we started with the first survey. Now 30 people have participated. Thank you very much if you did. We think that's enough time to have some "only partially representative" data. It's hard to tell how many Home Assistant users are out there. Currently there are 215 members on our [Discord chat server](https://discord.gg/c5DvZ4e) and last week [PyPI](https://pypi.python.org/pypi/homeassistant/) counted 5063 downloads.
|
||||||
|
|
||||||
The idea was to anonymously collect some details about the usage of the different parts of Home Assistant and a little bit about the environment its running in.
|
The idea was to anonymously collect some details about the usage of the different parts of Home Assistant and a little bit about the environment its running in.
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ But there is more you can do! You can not only host images for customization the
|
|||||||
|
|
||||||
<!--more-->
|
<!--more-->
|
||||||
|
|
||||||
In the past the buzz word "Smart mirror" was used a couple of times in our [chatroom](https://gitter.im/balloob/home-assistant) and even made it into the [issue tracker](https://github.com/home-assistant/home-assistant/issues/1392). The existing solutions ([Smart mirror](http://docs.smart-mirror.io/), [MagicMirror](http://michaelteeuw.nl/tagged/magicmirror), and [HomeMirror](https://github.com/HannahMitt/HomeMirror)) seems to be overkill if you already have Home Assistant running somewhere in your house or apartment. Why not simple display a web page served by Home Assistant on the tablet? No app and no Raspberry Pi running in the background.
|
In the past the buzz word "Smart mirror" was used a couple of times in our [chatroom](https://discord.gg/c5DvZ4e) and even made it into the [issue tracker](https://github.com/home-assistant/home-assistant/issues/1392). The existing solutions ([Smart mirror](http://docs.smart-mirror.io/), [MagicMirror](http://michaelteeuw.nl/tagged/magicmirror), and [HomeMirror](https://github.com/HannahMitt/HomeMirror)) seems to be overkill if you already have Home Assistant running somewhere in your house or apartment. Why not simple display a web page served by Home Assistant on the tablet? No app and no Raspberry Pi running in the background.
|
||||||
|
|
||||||
There are plenty of ways to achieve this...[RESTful API](/developers/rest_api/), [Python API](/developers/python_api/), or one of the [history components](/components/#history). If it is to be a web page I'm using the [MQTT Eventstream component](/components/mqtt_eventstream/) and [mqttws31.js](http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.javascript.git/tree/src).
|
There are plenty of ways to achieve this...[RESTful API](/developers/rest_api/), [Python API](/developers/python_api/), or one of the [history components](/components/#history). If it is to be a web page I'm using the [MQTT Eventstream component](/components/mqtt_eventstream/) and [mqttws31.js](http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.javascript.git/tree/src).
|
||||||
|
|
||||||
|
@ -37,5 +37,5 @@ Paulus
|
|||||||
|
|
||||||
[gh-ha]: https://github.com/home-assistant/
|
[gh-ha]: https://github.com/home-assistant/
|
||||||
[filling in the blanks]: /developers/platform_example_sensor/#code
|
[filling in the blanks]: /developers/platform_example_sensor/#code
|
||||||
[chat room]: https://gitter.im/home-assistant/home-assistant
|
[chat room]: https://discord.gg/c5DvZ4e
|
||||||
[forums]: https://community.home-assistant.io/
|
[forums]: https://community.home-assistant.io/
|
||||||
|
@ -37,7 +37,7 @@ Muhammed Kilic has created a video how to make your Home Assistant instance acce
|
|||||||
<iframe width="560" height="315" src="https://www.youtube.com/embed/UM15pRk56h8" frameborder="0" allowfullscreen></iframe>
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/UM15pRk56h8" frameborder="0" allowfullscreen></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
[chat room]: https://gitter.im/home-assistant/home-assistant
|
[chat room]: https://discord.gg/c5DvZ4e
|
||||||
[SceneGen]: https://github.com/acockburn/scenegen
|
[SceneGen]: https://github.com/acockburn/scenegen
|
||||||
[Andrew Cockburn]: https://github.com/acockburn
|
[Andrew Cockburn]: https://github.com/acockburn
|
||||||
[BRUH Automation]: http://www.bruhautomation.com/
|
[BRUH Automation]: http://www.bruhautomation.com/
|
||||||
|
@ -145,11 +145,11 @@ Thanks all for sticking with me to the end. I'll be taking over a lot of Paulus'
|
|||||||
|
|
||||||
Also, thanks as always to our developer contributors, documentation contributors, but most of all our users! This would've just been a script that Paulus (@balloob) used to control his lights at home if we didn't have your enthusiasm.
|
Also, thanks as always to our developer contributors, documentation contributors, but most of all our users! This would've just been a script that Paulus (@balloob) used to control his lights at home if we didn't have your enthusiasm.
|
||||||
|
|
||||||
Feel free to let me know what you thought of this blog post and release on Gitter or my [Twitter](https://twitter.com/robbie), or even the [Home Assistant Twitter](https://twitter.com/home_assistant). Did I mention we have a brand new [Facebook page](https://www.facebook.com/homeassistantio) that you should absolutely Like? There's a convenient Facebook Like and Twitter follow button right on the sidebar.
|
Feel free to let me know what you thought of this blog post and release on [Discord](https://discord.gg/c5DvZ4e) or my [Twitter](https://twitter.com/robbie), or even the [Home Assistant Twitter](https://twitter.com/home_assistant). Did I mention we have a brand new [Facebook page](https://www.facebook.com/homeassistantio) that you should absolutely Like? There's a convenient Facebook Like and Twitter follow button right on the sidebar.
|
||||||
|
|
||||||
I almost forgot about your 🎁 for reading all the way to here: a 🍪! Hope you enjoy it in good health 😄.
|
I almost forgot about your 🎁 for reading all the way to here: a 🍪! Hope you enjoy it in good health 😄.
|
||||||
|
|
||||||
Talk to you soon on Gitter and in your pull request comments!
|
Talk to you soon on Discord and in your pull request comments!
|
||||||
|
|
||||||
-- Robbie
|
-- Robbie
|
||||||
|
|
||||||
|
@ -99,7 +99,7 @@ The validation of the configuration is still on-going. Approximatly 80 % is done
|
|||||||
- Custom components extending `BaseNotificationService` need to be aware that `kwargs.get(ATTR_TITLE)` will now return `None` if a title has not been set, and will need to specify `kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)` if they always require a title.
|
- Custom components extending `BaseNotificationService` need to be aware that `kwargs.get(ATTR_TITLE)` will now return `None` if a title has not been set, and will need to specify `kwargs.get(ATTR_TITLE, ATTR_TITLE_DEFAULT)` if they always require a title.
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant).
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e).
|
||||||
|
|
||||||
|
|
||||||
[@DavidLP]: https://github.com/DavidLP
|
[@DavidLP]: https://github.com/DavidLP
|
||||||
|
@ -110,7 +110,7 @@ Since 0.28 [automation rules](/blog/2016/09/10/notify-group-reload-api-pihole/#r
|
|||||||
- Nest sensor 'mode' has been renamed to 'operation_mode'
|
- Nest sensor 'mode' has been renamed to 'operation_mode'
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
||||||
|
|
||||||
[nest-issues]: https://github.com/home-assistant/home-assistant/issues/3574
|
[nest-issues]: https://github.com/home-assistant/home-assistant/issues/3574
|
||||||
[@jabesq]: https://github.com/jabesq
|
[@jabesq]: https://github.com/jabesq
|
||||||
|
@ -38,5 +38,5 @@ Are you not a programmer but still want to contribute to Home Assistant? Check o
|
|||||||
[issues]: https://github.com/home-assistant/home-assistant/labels/Hacktoberfest
|
[issues]: https://github.com/home-assistant/home-assistant/labels/Hacktoberfest
|
||||||
[issues-doc]: https://github.com/home-assistant/home-assistant.github.io/labels/Hacktoberfest
|
[issues-doc]: https://github.com/home-assistant/home-assistant.github.io/labels/Hacktoberfest
|
||||||
[dev-env]: /developers/development_environment/
|
[dev-env]: /developers/development_environment/
|
||||||
[dev-chat]: https://gitter.im/home-assistant/home-assistant/devs
|
[dev-chat]: https://discord.gg/8X8DTH4
|
||||||
[dev-forum]: https://community.home-assistant.io/c/development
|
[dev-forum]: https://community.home-assistant.io/c/development
|
||||||
|
@ -123,7 +123,7 @@ sensor
|
|||||||
- The [aREST][arest] configuration between the [sensor][arest-sensor] and the [switch][arest-switch] platform was aligned.
|
- The [aREST][arest] configuration between the [sensor][arest-sensor] and the [switch][arest-switch] platform was aligned.
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
||||||
|
|
||||||
[@balloob]: https://github.com/balloob
|
[@balloob]: https://github.com/balloob
|
||||||
[@bbangert]: https://github.com/bbangert
|
[@bbangert]: https://github.com/bbangert
|
||||||
|
@ -208,7 +208,7 @@ This is super annoying, I know, especially since we had said in [0.12][zero-one-
|
|||||||
- The Z-Wave entity ID change mentioned above
|
- The Z-Wave entity ID change mentioned above
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Until next time %}
|
## {% linkable_title Until next time %}
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ Our website has now an additional category called "Ecosystem". This will become
|
|||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
|
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you the former communication channels. Thanks.
|
||||||
|
|
||||||
[@mweinelt]: https://github.com/mweinelt
|
[@mweinelt]: https://github.com/mweinelt
|
||||||
[@aa755]: https://github.com/aa755
|
[@aa755]: https://github.com/aa755
|
||||||
|
@ -136,7 +136,7 @@ We are working on a better solution for 0.35.
|
|||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
|
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use these communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use these communication channels. Thanks.
|
||||||
|
|
||||||
### {% linkable_title Reporting Issues %}
|
### {% linkable_title Reporting Issues %}
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ categories: Release-Notes
|
|||||||
og_image: /images/blog/2016-12-0.35/social.png
|
og_image: /images/blog/2016-12-0.35/social.png
|
||||||
---
|
---
|
||||||
|
|
||||||
5000 stars on GitHub, 2000 people in out Gitter chatroom and over a million monthly page views. I don't think we could wish for a better place to be at the end of 2016. Feels like an early Christmas present! Our early one for you is 0.35. It's not a single thing inside a nice wrapping, more like several little gifts inside the 0.35 box.
|
5000 stars on GitHub, 2000 people in our [chatroom][discord] and over a million monthly page views. I don't think we could wish for a better place to be at the end of 2016. Feels like an early Christmas present! Our early one for you is 0.35. It's not a single thing inside a nice wrapping, more like several little gifts inside the 0.35 box.
|
||||||
|
|
||||||
This will be the last release of 2016 as our developers are taking a well deserved break. We will be back in 2017!
|
This will be the last release of 2016 as our developers are taking a well deserved break. We will be back in 2017!
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ With the addition of a [text-to-speech][tts] component by [@pvizeli] we have bee
|
|||||||
## {% linkable_title Call for help with HASSbian (our Raspberry Pi image) %}
|
## {% linkable_title Call for help with HASSbian (our Raspberry Pi image) %}
|
||||||
In an effort to make Home Assistant, we're planning to extend the things that people can do out of the box with HASSbian, our Raspberry Pi image. As you might know, the image is currently maintained by [@Landrash]. However he also spends a lot of time on improving the docs and helping out with a ton of other things.
|
In an effort to make Home Assistant, we're planning to extend the things that people can do out of the box with HASSbian, our Raspberry Pi image. As you might know, the image is currently maintained by [@Landrash]. However he also spends a lot of time on improving the docs and helping out with a ton of other things.
|
||||||
|
|
||||||
So if you know your Linux-foo and would love to contribute to open source, join the [Hassbian developer chat](https://gitter.im/home-assistant/hassbian) and take a stab at one of [our open issues](https://github.com/home-assistant/pi-gen/issues).
|
So if you know your Linux-foo and would love to contribute to open source, join the [developer chat][discord-devs] and take a stab at one of [our open issues](https://github.com/home-assistant/pi-gen/issues).
|
||||||
|
|
||||||
## {% linkable_title VLC media player, Broadlink, and GPSLogger %}
|
## {% linkable_title VLC media player, Broadlink, and GPSLogger %}
|
||||||
Let you control [VLC media player][vlc-media] and play sound on connected speakers.
|
Let you control [VLC media player][vlc-media] and play sound on connected speakers.
|
||||||
@ -88,7 +88,7 @@ http:
|
|||||||
- Fix nest component with various KeyError exceptions ([@technicalpickles])
|
- Fix nest component with various KeyError exceptions ([@technicalpickles])
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### {% linkable_title Reporting Issues %}
|
### {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
||||||
@ -152,3 +152,5 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[flic]: https://home-assistant.io/components/binary_sensor.flic/
|
[flic]: https://home-assistant.io/components/binary_sensor.flic/
|
||||||
[sensehat]: https://home-assistant.io/components/sensor.sensehat/
|
[sensehat]: https://home-assistant.io/components/sensor.sensehat/
|
||||||
[tts]: https://home-assistant.io/components/tts/
|
[tts]: https://home-assistant.io/components/tts/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
[discord-devs]: https://discord.gg/8X8DTH4
|
||||||
|
@ -99,7 +99,7 @@ The new [image processing component][image] currently works with [number plates]
|
|||||||
- TTS cache files use now the language abbreviation as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_PLATFORM.xxx` -> `HASH_LANG_PLATFORM.xxx`.
|
- TTS cache files use now the language abbreviation as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_PLATFORM.xxx` -> `HASH_LANG_PLATFORM.xxx`.
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### {% linkable_title Reporting Issues %}
|
### {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
||||||
|
@ -27,7 +27,7 @@ Starting today we are announcing a few initiatives to help protect our users, co
|
|||||||
|
|
||||||
More people are getting to know and love Home Assistant every day and our community keeps growing. Our community consists of people from all over the world with different backgrounds and we want Home Assistant to be a place where everyone can feel at home. To help with this we're introducing a Code of Conduct. The Code of Conduct describes what type of behavior is unacceptable, how we will enforce it and where to report incidents.
|
More people are getting to know and love Home Assistant every day and our community keeps growing. Our community consists of people from all over the world with different backgrounds and we want Home Assistant to be a place where everyone can feel at home. To help with this we're introducing a Code of Conduct. The Code of Conduct describes what type of behavior is unacceptable, how we will enforce it and where to report incidents.
|
||||||
|
|
||||||
Moving forward this Code of Conduct will be active for all projects within the Home Assistant organisation.
|
Moving forward this Code of Conduct will be active for all projects within the Home Assistant organization.
|
||||||
|
|
||||||
[Read the Code of Conduct][coc]
|
[Read the Code of Conduct][coc]
|
||||||
|
|
||||||
@ -95,9 +95,11 @@ We have now mostly automated updating the [Credits](/developers/credits/) page s
|
|||||||
|
|
||||||
## {% linkable_title In closing %}
|
## {% linkable_title In closing %}
|
||||||
|
|
||||||
We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact us via email, Twitter or Gitter.
|
We hope you understand that our desire with these changes is only to help protect the amazing community that has been built around Home Assistant. If you have any questions, please contact us via email, [Twitter][twitter] or [Discord][discord].
|
||||||
|
|
||||||
[cla]: /developers/cla/
|
[cla]: /developers/cla/
|
||||||
[mjg59]: https://twitter.com/mjg59
|
[mjg59]: https://twitter.com/mjg59
|
||||||
[gh-cla]: https://cla.github.com/
|
[gh-cla]: https://cla.github.com/
|
||||||
[license]: /developers/license/
|
[license]: /developers/license/
|
||||||
|
[twitter]: https://twitter.com/home_assistant
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -155,7 +155,7 @@ Bugfix: [@balloob], [@fabaff], [@freol35241], [@pvizeli], [@Danielhiversen], [@t
|
|||||||
- TTS cache have change for the last time. Files use now also a option hash as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_LANG_PLATFORM.xxx` -> `HASH_LANG_OPTIONS_PLATFORM.xxx`, replace *OPTIONS* with `-` on exiting platforms.
|
- TTS cache have change for the last time. Files use now also a option hash as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_LANG_PLATFORM.xxx` -> `HASH_LANG_OPTIONS_PLATFORM.xxx`, replace *OPTIONS* with `-` on exiting platforms.
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### {% linkable_title Reporting Issues %}
|
### {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.
|
||||||
|
@ -50,13 +50,13 @@ With this image there also quite a bit of cleaning of the base system and the sc
|
|||||||
There's of course more on the horizon and there's even more plans and wishes for how this image will function in the future.
|
There's of course more on the horizon and there's even more plans and wishes for how this image will function in the future.
|
||||||
On the close horizon from [@Landrash][landrash-github] there a few more script in the works and for tellstick, emulated_hue and for controlling Home Assistant.
|
On the close horizon from [@Landrash][landrash-github] there a few more script in the works and for tellstick, emulated_hue and for controlling Home Assistant.
|
||||||
|
|
||||||
To follow discussions about the development of the HASSbian image or to contribute join the [HASSbian gitter chat][hassbian-gitter].
|
To follow discussions about the development of the HASSbian image or to contribute join our [Discord chat server][discord].
|
||||||
|
|
||||||
To get started with the new image, check out the installation instructions in the [getting started section][gs-image].
|
To get started with the new image, check out the installation instructions in the [getting started section][gs-image].
|
||||||
|
|
||||||
[cec]: /components/hdmi_cec/
|
[cec]: /components/hdmi_cec/
|
||||||
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts
|
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts
|
||||||
[hassbian-avahi]: hassbian.local
|
[hassbian-avahi]: hassbian.local
|
||||||
[hassbian-gitter]: https://gitter.im/home-assistant/hassbian
|
|
||||||
[landrash-github]: https://github.com/Landrash
|
[landrash-github]: https://github.com/Landrash
|
||||||
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
||||||
|
[discord]: https://discord.gg/8X8DTH4
|
||||||
|
@ -138,7 +138,7 @@ Bugfixes: [@balloob], [@fabaff], [@pvizeli], [@mnoorenberghe] [@Danielhiversen],
|
|||||||
- The frontend core changes have caused all custom panels to break. Docs have not been updated yet. The gist is that you have to use `this.hass.entities`, `this.hass.callService` and `this.hass.callApi`.
|
- The frontend core changes have caused all custom panels to break. Docs have not been updated yet. The gist is that you have to use `this.hass.entities`, `this.hass.callService` and `this.hass.callApi`.
|
||||||
|
|
||||||
### {% linkable_title If you need help... %}
|
### {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### {% linkable_title Reporting Issues %}
|
### {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -226,6 +226,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
|
|
||||||
[event-stream-api]: https://home-assistant.io/developers/server_sent_events/
|
[event-stream-api]: https://home-assistant.io/developers/server_sent_events/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[websocket-api]: https://home-assistant.io/developers/websocket_api/
|
[websocket-api]: https://home-assistant.io/developers/websocket_api/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -224,7 +224,7 @@ hdmi_cec:
|
|||||||
[@pvizeli], [@LinuxChristian], [@molobrakos], [@balloob], [@rytilahti], [@fabaff], [@andrey-git], [@aequitas], [@konikvranik], [@Danielhiversen], [@colinodell], [@pschmitt], [@bachp], [@bachp],[@w1ll1am23], [@valentinalexeev], [@robbiet480], [@MartinHjelmare], [@happyleavesaoc], [@tdickman], [@arraylabs], [@lwis], [@titilambert]
|
[@pvizeli], [@LinuxChristian], [@molobrakos], [@balloob], [@rytilahti], [@fabaff], [@andrey-git], [@aequitas], [@konikvranik], [@Danielhiversen], [@colinodell], [@pschmitt], [@bachp], [@bachp],[@w1ll1am23], [@valentinalexeev], [@robbiet480], [@MartinHjelmare], [@happyleavesaoc], [@tdickman], [@arraylabs], [@lwis], [@titilambert]
|
||||||
|
|
||||||
### If you need help...
|
### If you need help...
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### Reporting Issues
|
### Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -312,6 +312,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[docs-issue]: https://github.com/home-assistant/home-assistant.github.io/issues/1603
|
[docs-issue]: https://github.com/home-assistant/home-assistant.github.io/issues/1603
|
||||||
|
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[t-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
[t-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -64,7 +64,7 @@ twilio:
|
|||||||
- If you are using async custom components, the passed in `async_add_devices` method is now a callback instead of a coroutine function.
|
- If you are using async custom components, the passed in `async_add_devices` method is now a callback instead of a coroutine function.
|
||||||
|
|
||||||
### If you need help...
|
### If you need help...
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
### Reporting Issues
|
### Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -301,7 +301,7 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
[@vroomfonde1]: https://github.com/vroomfonde1
|
[@vroomfonde1]: https://github.com/vroomfonde1
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@wardcraigj]: https://github.com/wardcraigj
|
||||||
[@zhelev]: https://github.com/zhelev
|
[@zhelev]: https://github.com/zhelev
|
||||||
[main chat channel]: https://gitter.im/home-assistant/home-assistant
|
[main chat channel]: https://discord.gg/c5DvZ4e
|
||||||
[@dale3h]: https://github.com/dale3h
|
[@dale3h]: https://github.com/dale3h
|
||||||
[@CCOSTAN]: https://github.com/CCOSTAN
|
[@CCOSTAN]: https://github.com/CCOSTAN
|
||||||
[@skalavala]: https://github.com/skalavala
|
[@skalavala]: https://github.com/skalavala
|
||||||
@ -310,7 +310,6 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
[@bassclarinetl2]: https://github.com/bassclarinetl2
|
[@bassclarinetl2]: https://github.com/bassclarinetl2
|
||||||
[@torn8o]: https://github.com/torn8o
|
[@torn8o]: https://github.com/torn8o
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[EFF]: https://www.eff.org
|
[EFF]: https://www.eff.org
|
||||||
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
[hass-shirt]: https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/
|
||||||
@ -329,3 +328,4 @@ Hot fix release to fix dependency issues. More detailed information about the is
|
|||||||
[@jnewland]: https://github.com/jnewland
|
[@jnewland]: https://github.com/jnewland
|
||||||
[#6702]: https://github.com/home-assistant/home-assistant/pull/6702
|
[#6702]: https://github.com/home-assistant/home-assistant/pull/6702
|
||||||
[#6738]: https://github.com/home-assistant/home-assistant/pull/6738
|
[#6738]: https://github.com/home-assistant/home-assistant/pull/6738
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -40,7 +40,7 @@ The new format of the changelog which was introduced with 0.40 will provide a li
|
|||||||
- The frontend is now using [Shadow DOM][shadow] and this could break your custom panels ([#228](https://github.com/home-assistant/home-assistant-polymer/issues/228)).
|
- The frontend is now using [Shadow DOM][shadow] and this could break your custom panels ([#228](https://github.com/home-assistant/home-assistant-polymer/issues/228)).
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## Reporting Issues
|
## Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -347,8 +347,8 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[shadow]: https://www.w3.org/TR/shadow-dom/
|
[shadow]: https://www.w3.org/TR/shadow-dom/
|
||||||
|
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
|
||||||
[@bdurrer]: https://github.com/bdurrer
|
[@bdurrer]: https://github.com/bdurrer
|
||||||
[interview]: https://home-assistant.io/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/
|
[interview]: https://home-assistant.io/blog/2017/03/23/opensourcecraft-interview-with-founder-paulus-schoutsen/
|
||||||
|
@ -85,7 +85,7 @@ sensor:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## Reporting Issues
|
## Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -398,10 +398,10 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@wardcraigj]: https://github.com/wardcraigj
|
||||||
[@wmalgadey]: https://github.com/wmalgadey
|
[@wmalgadey]: https://github.com/wmalgadey
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[#7057]: https://github.com/home-assistant/home-assistant/pull/7057
|
[#7057]: https://github.com/home-assistant/home-assistant/pull/7057
|
||||||
[#7106]: https://github.com/home-assistant/home-assistant/pull/7106
|
[#7106]: https://github.com/home-assistant/home-assistant/pull/7106
|
||||||
[#7137]: https://github.com/home-assistant/home-assistant/pull/7137
|
[#7137]: https://github.com/home-assistant/home-assistant/pull/7137
|
||||||
[#7141]: https://github.com/home-assistant/home-assistant/pull/7141
|
[#7141]: https://github.com/home-assistant/home-assistant/pull/7141
|
||||||
[@robbiet480]: https://github.com/robbiet480
|
[@robbiet480]: https://github.com/robbiet480
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -84,7 +84,7 @@ sensor:
|
|||||||
```
|
```
|
||||||
|
|
||||||
## If you need help...
|
## If you need help...
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## Reporting Issues
|
## Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -487,7 +487,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[zwave docs]: /components/zwave/
|
[zwave docs]: /components/zwave/
|
||||||
[zwave.node_entity docs]: /components/zwave.node_entity/
|
[zwave.node_entity docs]: /components/zwave.node_entity/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[#7204]: https://github.com/home-assistant/home-assistant/pull/7204
|
[#7204]: https://github.com/home-assistant/home-assistant/pull/7204
|
||||||
[#7214]: https://github.com/home-assistant/home-assistant/pull/7214
|
[#7214]: https://github.com/home-assistant/home-assistant/pull/7214
|
||||||
@ -519,3 +518,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[notify.html5 docs]: https://home-assistant.io/components/notify.html5/
|
[notify.html5 docs]: https://home-assistant.io/components/notify.html5/
|
||||||
[notify.telegram docs]: https://home-assistant.io/components/notify.telegram/
|
[notify.telegram docs]: https://home-assistant.io/components/notify.telegram/
|
||||||
[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling/
|
[telegram_bot.polling docs]: https://home-assistant.io/components/telegram_bot.polling/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -39,12 +39,12 @@ With this image there also quite a bit of cleaning of the base system and the sc
|
|||||||
- Added libtool and autoconf package. Dependencies for some of the pip packages.
|
- Added libtool and autoconf package. Dependencies for some of the pip packages.
|
||||||
- Pi ZeroW should now work with the image.
|
- Pi ZeroW should now work with the image.
|
||||||
|
|
||||||
To follow discussions about the development of the HASSbian image or to contribute join the [HASSbian gitter chat][hassbian-gitter].
|
To follow discussions about the development of the HASSbian image or to contribute join our [Discord chat server][discord-devs].
|
||||||
|
|
||||||
To get started with the new image, check out the installation instructions in the [getting started section][gs-image].
|
To get started with the new image, check out the installation instructions in the [getting started section][gs-image].
|
||||||
|
|
||||||
[cec]: /components/hdmi_cec/
|
[cec]: /components/hdmi_cec/
|
||||||
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/
|
[hassbian-repo]: https://github.com/home-assistant/hassbian-scripts/
|
||||||
[hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest
|
[hassbian-config-release]: https://github.com/home-assistant/hassbian-scripts/releases/latest
|
||||||
[hassbian-gitter]: https://gitter.im/home-assistant/hassbian
|
|
||||||
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
[gs-image]: /getting-started/installation-raspberry-pi-image/
|
||||||
|
[discord-devs]: https://discord.gg/8X8DTH4
|
||||||
|
@ -24,7 +24,7 @@ And finally, for users of the config panel in the UI, we have fixed the issue wi
|
|||||||
Enjoy!
|
Enjoy!
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Reporting Issues %}
|
## {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -499,7 +499,6 @@ influxdb:
|
|||||||
[wink docs]: https://home-assistant.io/components/wink/
|
[wink docs]: https://home-assistant.io/components/wink/
|
||||||
[zha docs]: https://home-assistant.io/components/zha/
|
[zha docs]: https://home-assistant.io/components/zha/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[#7062]: https://github.com/home-assistant/home-assistant/pull/7062
|
[#7062]: https://github.com/home-assistant/home-assistant/pull/7062
|
||||||
[#7468]: https://github.com/home-assistant/home-assistant/pull/7468
|
[#7468]: https://github.com/home-assistant/home-assistant/pull/7468
|
||||||
@ -510,3 +509,4 @@ influxdb:
|
|||||||
[@pezinek]: https://github.com/pezinek
|
[@pezinek]: https://github.com/pezinek
|
||||||
[device_tracker.unifi docs]: https://home-assistant.io/components/device_tracker.unifi/
|
[device_tracker.unifi docs]: https://home-assistant.io/components/device_tracker.unifi/
|
||||||
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -78,7 +78,7 @@ If you are using our [experimental Hass.io image][hass.io], we made a breaking c
|
|||||||
- Allow fetching hass.io panel without auth ([@balloob] - [#7714]) ([hassio docs])
|
- Allow fetching hass.io panel without auth ([@balloob] - [#7714]) ([hassio docs])
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Reporting Issues %}
|
## {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -423,7 +423,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[zwave docs]: https://home-assistant.io/components/zwave/
|
[zwave docs]: https://home-assistant.io/components/zwave/
|
||||||
[zwave.api docs]: https://home-assistant.io/components/zwave.api/
|
[zwave.api docs]: https://home-assistant.io/components/zwave.api/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[#7673]: https://github.com/home-assistant/home-assistant/pull/7673
|
[#7673]: https://github.com/home-assistant/home-assistant/pull/7673
|
||||||
[#7683]: https://github.com/home-assistant/home-assistant/pull/7683
|
[#7683]: https://github.com/home-assistant/home-assistant/pull/7683
|
||||||
@ -435,3 +434,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[hassio docs]: https://home-assistant.io/components/hassio/
|
[hassio docs]: https://home-assistant.io/components/hassio/
|
||||||
[media_player.volumio docs]: https://home-assistant.io/components/media_player.volumio/
|
[media_player.volumio docs]: https://home-assistant.io/components/media_player.volumio/
|
||||||
[telegram_bot.__init__ docs]: https://home-assistant.io/components/telegram_bot.__init__/
|
[telegram_bot.__init__ docs]: https://home-assistant.io/components/telegram_bot.__init__/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -55,7 +55,7 @@ sensor:
|
|||||||
- Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both `xy_color` and `rgb_color`. ([@amelchio] - [#7765]) (breaking change)
|
- Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both `xy_color` and `rgb_color`. ([@amelchio] - [#7765]) (breaking change)
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Reporting Issues %}
|
## {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -382,7 +382,6 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[zoneminder docs]: https://home-assistant.io/components/zoneminder/
|
[zoneminder docs]: https://home-assistant.io/components/zoneminder/
|
||||||
[zwave docs]: https://home-assistant.io/components/zwave/
|
[zwave docs]: https://home-assistant.io/components/zwave/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[#7780]: https://github.com/home-assistant/home-assistant/pull/7780
|
[#7780]: https://github.com/home-assistant/home-assistant/pull/7780
|
||||||
[#7841]: https://github.com/home-assistant/home-assistant/pull/7841
|
[#7841]: https://github.com/home-assistant/home-assistant/pull/7841
|
||||||
@ -397,3 +396,4 @@ Experiencing issues introduced by this release? Please report them in our [issue
|
|||||||
[sensor.metoffice docs]: https://home-assistant.io/components/sensor.metoffice/
|
[sensor.metoffice docs]: https://home-assistant.io/components/sensor.metoffice/
|
||||||
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
[sensor.wunderground docs]: https://home-assistant.io/components/sensor.wunderground/
|
||||||
[media_player.roku docs]: https://home-assistant.io/components/media_player.roku/
|
[media_player.roku docs]: https://home-assistant.io/components/media_player.roku/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -85,7 +85,7 @@ To run without the monkey patch, start Home Assistant with `HASS_NO_MONKEY=1 has
|
|||||||
- Add Flexit AC climate platform ([@Sabesto] - [#7871]) ([climate.flexit docs]) (new-platform)
|
- Add Flexit AC climate platform ([@Sabesto] - [#7871]) ([climate.flexit docs]) (new-platform)
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Reporting Issues %}
|
## {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -563,7 +563,6 @@ automation:
|
|||||||
[zwave docs]: https://home-assistant.io/components/zwave/
|
[zwave docs]: https://home-assistant.io/components/zwave/
|
||||||
[zwave blog post]: https://home-assistant.io/blog/2017/06/15/zwave-entity-ids/
|
[zwave blog post]: https://home-assistant.io/blog/2017/06/15/zwave-entity-ids/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
[first-commit]: https://home-assistant.io/help/trivia/#first-commit
|
[first-commit]: https://home-assistant.io/help/trivia/#first-commit
|
||||||
[#8080]: https://github.com/home-assistant/home-assistant/pull/8080
|
[#8080]: https://github.com/home-assistant/home-assistant/pull/8080
|
||||||
@ -575,3 +574,4 @@ automation:
|
|||||||
[fan.dyson docs]: https://home-assistant.io/components/fan.dyson/
|
[fan.dyson docs]: https://home-assistant.io/components/fan.dyson/
|
||||||
[remote.itach docs]: https://home-assistant.io/components/remote.itach/
|
[remote.itach docs]: https://home-assistant.io/components/remote.itach/
|
||||||
[sensor.dyson docs]: https://home-assistant.io/components/sensor.dyson/
|
[sensor.dyson docs]: https://home-assistant.io/components/sensor.dyson/
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -58,7 +58,7 @@ Also a shoutout to [@michaelarnauts] for keeping an eye on our Docker build and
|
|||||||
- Snips ASR and NLU component ([@michaelfester] - [#8156]) ([snips docs]) (new-platform)
|
- Snips ASR and NLU component ([@michaelfester] - [#8156]) ([snips docs]) (new-platform)
|
||||||
|
|
||||||
## {% linkable_title If you need help... %}
|
## {% linkable_title If you need help... %}
|
||||||
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][discord]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
## {% linkable_title Reporting Issues %}
|
## {% linkable_title Reporting Issues %}
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
@ -509,5 +509,5 @@ light:
|
|||||||
[weather.buienradar docs]: /components/weather.buienradar/
|
[weather.buienradar docs]: /components/weather.buienradar/
|
||||||
[zwave docs]: /components/zwave/
|
[zwave docs]: /components/zwave/
|
||||||
[forum]: https://community.home-assistant.io/
|
[forum]: https://community.home-assistant.io/
|
||||||
[gitter]: https://gitter.im/home-assistant/home-assistant
|
|
||||||
[issue]: https://github.com/home-assistant/home-assistant/issues
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -0,0 +1,90 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: "Home Assistant is moving to Discord"
|
||||||
|
description: "The Home Assistant chat community is moving over to Discord."
|
||||||
|
date: 2017-07-03 18:28:01 -0500
|
||||||
|
date_formatted: "July 3, 2017"
|
||||||
|
author: Dale Higgs
|
||||||
|
author_twitter: dale3h
|
||||||
|
comments: true
|
||||||
|
categories: Community
|
||||||
|
---
|
||||||
|
|
||||||
|
Communities grow, things change. We understand that some people don't like change, and that is why we are trying to make our chat transition from Gitter to [Discord][discord] as smooth as possible for everyone. Join us now with [just a click][discord]!
|
||||||
|
|
||||||
|
Click `Read on →` to find out more about why we're moving.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
|
### {% linkable_title Easy to join %}
|
||||||
|
|
||||||
|
Discord is a very easy platform to join. New users can immediately jump into the conversations without first having to create an account. Just provide your name and you're in!
|
||||||
|
|
||||||
|
This is incredibly valuable for us and will make Home Assistant even more accessible than before.
|
||||||
|
|
||||||
|
### {% linkable_title Great apps %}
|
||||||
|
|
||||||
|
One of our least favorite things about Gitter is the quality of apps that they provide for iOS and Android devices. Discord, on the other hand, has the fastest and most feature-rich mobile apps that we've tried! For those of you who like to post pictures to the chatrooms directly from your phone...now you can. It doesn't stop there; they also provide well-polished clients for Windows, macOS and even Linux. If you're more of a browser-based chat client person, their web client will be perfect for you.
|
||||||
|
|
||||||
|
### {% linkable_title Moderation tools %}
|
||||||
|
|
||||||
|
We have been quite lucky so far as to not have much inappropriate behavior (spammers, trolls, etc) in our chatrooms. However, as our community continues to grow, this common issue might come up. Discord has the features that will help us shut this behavior down before it gets out of hand.
|
||||||
|
|
||||||
|
### {% linkable_title Great multiple server support %}
|
||||||
|
|
||||||
|
Do you already have a Discord account? Great, you can use that account to [join in on the conversation][discord] now. One Discord account works with every Discord server, and it is extremely easy to switch between your servers quickly, and even join new ones. Discord messages also work across servers, so your personal conversations are not scoped to a single server.
|
||||||
|
|
||||||
|
### {% linkable_title It's hosted %}
|
||||||
|
|
||||||
|
We are big fans of self-hosted apps and services, but everyone knows they require a fair amount of maintenance and attention to keep them running smoothly. Discord is hosted on on their own servers, so it's better to let them maintain the service while we keep busy on improving Home Assistant to bring you bigger and better features!
|
||||||
|
|
||||||
|
### {% linkable_title Plenty of features %}
|
||||||
|
|
||||||
|
Syntax highlighting, voice chats, ability to search chatrooms, private messaging, and even custom emoji! Discord has a great set of features that will keep us all happy for a long time to come. (Pssst...after you join our server, check out the `:ponder:` emoji!)
|
||||||
|
|
||||||
|
## {% linkable_title Join us! %}
|
||||||
|
|
||||||
|
Are you convinced and ready to make the switch? Join us, we're just [one click away][discord]!
|
||||||
|
|
||||||
|
Not convinced? Please take a moment to reach out to us in the comments below to provide your feedback on this change so that we can help making the switch easier for you and everyone else.
|
||||||
|
|
||||||
|
## {% linkable_title The fine print... %}
|
||||||
|
|
||||||
|
In the process of switching chat platforms we have decided to go ahead and create what we feel is a very fair set of rules for our chat community. As growth continues, these rules might change. Also be sure to check the [#welcome-rules][discord] channel for the most up-to-date rules for our chat server.
|
||||||
|
|
||||||
|
### {% linkable_title The rules... %}
|
||||||
|
|
||||||
|
#### {% linkable_title Rules: %}
|
||||||
|
|
||||||
|
Please carefully read through these rules **before engaging in conversation.**
|
||||||
|
|
||||||
|
1. **New members: Welcome!** Start by reading over the [FAQ]. Feel free to introduce yourself, as we are all friends here!
|
||||||
|
|
||||||
|
2. If you have a question, please check the [FAQ] and [relevant documentation][docs] before posting.
|
||||||
|
|
||||||
|
3. Do not insult, belittle, or abuse your fellow community members. Any reports of abuse will not be taken lightly and **will lead to a ban.**
|
||||||
|
|
||||||
|
4. Our moderators are kind enough to volunteer their time to help keep this a great community for everyone. Any inappropriate or unconstructive comments toward or about them **will result in a ban.**
|
||||||
|
|
||||||
|
5. [#devs][discord-devs] is for **development discussion only**. [#general][discord-general] is for common discussion, support questions, and lending help to others. Please use the appropriate channel as it pertains to the nature of your discussion.
|
||||||
|
|
||||||
|
6. Spam will not be tolerated, including but not limited to: self-promotion, flooding, codewalls (longer than 15 lines) and unapproved bots.
|
||||||
|
|
||||||
|
These rules are not to be interpreted how you like, there are no "loopholes." Anyone claiming not to be breaking the rules due to it "not being in the rules" will result in the according consequence. If you are unsure about something, please ask either myself (@dale3h) or the community.
|
||||||
|
|
||||||
|
If you have any issues with anything or anyone on the server please PM me (@dale3h) with any relevant details. **I cannot help anyone if I am unaware of any issues.**
|
||||||
|
|
||||||
|
#### {% linkable_title Infractions and Bans: %}
|
||||||
|
|
||||||
|
Bans **will be issued** after one serious infraction or failing to acknowledge warnings of minor infractions. This is non-negotiable.
|
||||||
|
|
||||||
|
Sincerely,
|
||||||
|
|
||||||
|
**Dale Higgs**<br>
|
||||||
|
Community Leader, Home Assistant
|
||||||
|
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
[discord-devs]: https://discord.gg/8X8DTH4
|
||||||
|
[discord-general]: https://discord.gg/pywKZRT
|
||||||
|
[FAQ]: https://home-assistant.io/faq/
|
||||||
|
[docs]: https://home-assistant.io/docs/
|
@ -9,10 +9,18 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
There are a bunch of online services which can help you if you are developing for Home Assistant or maintaining components. Some of these are directly connected to Pull Requests and the repositories, while others publish details and updates in our [Gitter.im](https://gitter.im/home-assistant/home-assistant/devs) chatroom.
|
There are a bunch of online services which can help you if you are developing for Home Assistant or maintaining components. Some of these are directly connected to Pull Requests and the repositories, while others publish details and updates on our [Discord chat server][discord-devs].
|
||||||
|
|
||||||
- [Coveralls](https://coveralls.io/github/home-assistant/home-assistant)
|
- [Coveralls][coveralls]
|
||||||
- [Travis CI](https://travis-ci.org/home-assistant/home-assistant)
|
- [Travis CI][travis-ci]
|
||||||
- [gemnasium](https://gemnasium.com/github.com/home-assistant/home-assistant)
|
- [gemnasium][gemnasium]
|
||||||
- [Requires.io](https://requires.io/github/home-assistant/home-assistant/requirements/?branch=dev)
|
- [Requires.io][requires-io]
|
||||||
- [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1250084)
|
- [Pivotal Tracker][pivotal]
|
||||||
|
|
||||||
|
[coveralls]: https://coveralls.io/github/home-assistant/home-assistant
|
||||||
|
[travis-ci]: https://travis-ci.org/home-assistant/home-assistant
|
||||||
|
[gemnasium]: https://gemnasium.com/github.com/home-assistant/home-assistant
|
||||||
|
[requires-io]: https://requires.io/github/home-assistant/home-assistant/requirements/?branch=dev
|
||||||
|
[pivotal]: https://www.pivotaltracker.com/n/projects/1250084
|
||||||
|
|
||||||
|
[discord-devs]: https://discord.gg/8X8DTH4
|
||||||
|
@ -17,4 +17,4 @@ To reload your configuration, go to **Configuration** in your side panel, and ch
|
|||||||
<img src='/images/screenshots/configuration-validation.png' />
|
<img src='/images/screenshots/configuration-validation.png' />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Now that you saw a glimpse of what is possible, take a look at the [documentation](/docs/), ask your questions in our [forum](https://community.home-assistant.io/), join us for a [chat](https://gitter.im/home-assistant/home-assistant), or report your [issues](https://github.com/home-assistant/home-assistant/issues).
|
Now that you saw a glimpse of what is possible, take a look at the [documentation](/docs/), ask your questions in our [forum](https://community.home-assistant.io/), join us for a [chat](https://discord.gg/c5DvZ4e), or report your [issues](https://github.com/home-assistant/home-assistant/issues).
|
||||||
|
@ -13,11 +13,11 @@ There are various ways to get in touch with the Home Assistant community. It doe
|
|||||||
|
|
||||||
### {% linkable_title Communication channels %}
|
### {% linkable_title Communication channels %}
|
||||||
|
|
||||||
- [Forum](https://community.home-assistant.io/)
|
- [Forum][forum]
|
||||||
- [Gitter Chatroom](https://gitter.im/home-assistant/home-assistant) for general Home Assistant discussions and questions.
|
- [Discord Chat Server][discord] for general Home Assistant discussions and questions.
|
||||||
- Follow us on [Twitter](https://twitter.com/home_assistant), use [@home_assistant](https://twitter.com/home_assistant)
|
- Follow us on [Twitter][twitter], use [@home_assistant][twitter]
|
||||||
- Join the [Google+ community](https://plus.google.com/u/0/b/110560654828510104551/communities/106562234893511202708)
|
- Join the [Google+ community][google-plus]
|
||||||
- Join the [Reddit subreddit](https://reddit.com/r/homeassistant) in [/r/homeassistant](https://reddit.com/r/homeassistant)
|
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit]
|
||||||
|
|
||||||
### {% linkable_title Bugs, Feature requests, and alike %}
|
### {% linkable_title Bugs, Feature requests, and alike %}
|
||||||
|
|
||||||
@ -65,3 +65,9 @@ There is not currently a site search for Home-Assistant.io but it's in the works
|
|||||||
### {% linkable_title Roadmap %}
|
### {% linkable_title Roadmap %}
|
||||||
|
|
||||||
There is no explicit roadmap available but the public [tracker](https://www.pivotaltracker.com/n/projects/1250084) can give you some insight into what is going on.
|
There is no explicit roadmap available but the public [tracker](https://www.pivotaltracker.com/n/projects/1250084) can give you some insight into what is going on.
|
||||||
|
|
||||||
|
[forum]: https://community.home-assistant.io/
|
||||||
|
[twitter]: https://twitter.com/home_assistant
|
||||||
|
[google-plus]: https://plus.google.com/u/0/b/110560654828510104551/communities/106562234893511202708
|
||||||
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
@ -33,7 +33,7 @@ This sections just contains some random numbers of the Home Assistant eco-system
|
|||||||
|
|
||||||
| Description | 2015 | 2016 |
|
| Description | 2015 | 2016 |
|
||||||
|---|---|
|
|---|---|
|
||||||
| [Gitter.io](https://gitter.im/home-assistant/home-assistant) | 334 | 2367 |
|
| [Gitter.io](https://discord.gg/c5DvZ4e) | 334 | 2367 |
|
||||||
| [Forum posts](https://community.home-assistant.io/) | 352 | 33004 |
|
| [Forum posts](https://community.home-assistant.io/) | 352 | 33004 |
|
||||||
| [Forum topics](https://community.home-assistant.io/) | 83 | 4863 |
|
| [Forum topics](https://community.home-assistant.io/) | 83 | 4863 |
|
||||||
| [Forum members](https://community.home-assistant.io/) | 92 | 3931 |
|
| [Forum members](https://community.home-assistant.io/) | 92 | 3931 |
|
||||||
|
@ -31,8 +31,7 @@ hide_github_edit: true
|
|||||||
|
|
||||||
<div class='links'>
|
<div class='links'>
|
||||||
<a href='https://community.home-assistant.io'>Forums</a>
|
<a href='https://community.home-assistant.io'>Forums</a>
|
||||||
<a href='https://gitter.im/home-assistant/home-assistant'>Chat</a>
|
<a href='https://discord.gg/c5DvZ4e'>Chat</a>
|
||||||
<a href='https://gitter.im/home-assistant/home-assistant/devs'>Dev Chat</a>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user