mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Fix Hipchat config variable default (#7181)
* Fix Hipchat config variable default * Better layout for first note
This commit is contained in:
parent
6977733955
commit
d7e060efb3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user