Fix Hipchat config variable default (#7181)

* Fix Hipchat config variable default

* Better layout for first note
This commit is contained in:
Klaas Schoute 2018-10-28 12:03:40 +01:00 committed by Fabian Affolter
parent 6977733955
commit d7e060efb3

View File

@ -14,7 +14,8 @@ ha_release: "0.52"
<p class='note'> <p class='note'>
This component will be removed from Home Assistant in the future. Slack has taken over Hipchat and Stride and will therefore stop these platforms. For more information: <a href="https://www.atlassian.com/blog/announcements/new-atlassian-slack-partnership">announcement</a>. This component will be removed from Home Assistant in the future. Slack has taken over Hipchat and Stride and will therefore stop these platforms. For more information: <a href="https://www.atlassian.com/blog/announcements/new-atlassian-slack-partnership">announcement</a>.
<br>
<br>
Hipchat will be discontinued after February 15th, 2019. This to give customers the opportunity to make a switch. Hipchat will be discontinued after February 15th, 2019. This to give customers the opportunity to make a switch.
</p> </p>
@ -58,7 +59,7 @@ notify:
default: false default: false
type: boolean type: boolean
format: format:
description: Setting format will override the default message format. Default is 'text'. Valid options are 'text' and 'html'. description: Setting format will override the default message format. Valid options are 'text' and 'html'.
required: false required: false
default: text default: text
type: string type: string