Skip to content

Commit 41f61b8

Browse files
Bump textlint-rule-terminology from 4.0.0 to 4.0.1 (home-assistant#29736)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
1 parent 69f2874 commit 41f61b8

15 files changed

Lines changed: 18 additions & 18 deletions

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"textlint": "^13.3.3",
1919
"textlint-filter-rule-comments": "^1.2.2",
2020
"textlint-rule-common-misspellings": "^1.0.1",
21-
"textlint-rule-terminology": "^4.0.0"
21+
"textlint-rule-terminology": "^4.0.1"
2222
},
2323
"resolutions": {
2424
"minimist": ">=1.2.5"

source/_integrations/clicksend.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sender:
6060
description: The name or number of the sender. (Limited to 11 characters.)
6161
required: false
6262
type: string
63-
default: "hass"
63+
default: "`hass`"
6464
{% endconfiguration %}
6565

6666
To use notifications, please see the [getting started with automation page](/getting-started/automation/).

source/_integrations/datadog.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ port:
4444
prefix:
4545
description: Prefix to use.
4646
required: false
47-
default: hass
47+
default: "`hass`"
4848
type: string
4949
rate:
5050
description: The sample rate of UDP packets sent to Datadog.

source/_integrations/ffmpeg.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ffmpeg:
3030
ffmpeg_bin:
3131
description: The name or path to the `ffmpeg` binary.
3232
required: false
33-
default: ffmpeg
33+
default: "`ffmpeg`"
3434
type: string
3535
{% endconfiguration %}
3636

source/_integrations/ffmpeg_noise.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ name:
4040
required: false
4141
type: string
4242
initial_state:
43-
description: Start FFmpeg with home-assistant.
43+
description: Start FFmpeg with Home Assistant.
4444
required: false
4545
type: boolean
4646
default: true

source/_integrations/gitter.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ room:
3535
description: Gitter room to monitor.
3636
required: false
3737
type: string
38-
default: home-assistant/home-assistant
38+
default: "`home-assistant/home-assistant`"
3939
{% endconfiguration %}

source/_integrations/linux_battery.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ battery:
3737
system:
3838
description: "The local system type. Support `linux` and `android`."
3939
required: false
40-
default: linux
40+
default: "`linux`"
4141
type: string
4242
{% endconfiguration %}

source/_integrations/mqtt_eventstream.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ subscribe_topic:
3232
required: false
3333
type: string
3434
ignore_event:
35-
description: List of [events](/docs/configuration/events/) which will not be sent over mqtt.
35+
description: List of [events](/docs/configuration/events/) which will not be sent over MQTT.
3636
required: false
3737
type: list
3838
{% endconfiguration %}

source/_integrations/nfandroidtv.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ position:
4343
type: string
4444
color:
4545
description: "Has to be one of: `grey`, `black`, `indigo`, `green`, `red`, `cyan`, `teal`, `amber` or `pink`."
46-
default: grey
46+
default: "`grey`"
4747
type: string
4848
transparency:
4949
description: "Has to be one of: `0%`, `25%`, `50%`, `75%` or `100%`."

0 commit comments

Comments
 (0)