Bump textlint-rule-terminology from 4.0.0 to 4.0.1 (#29736)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
dependabot[bot] 2023-11-07 12:31:01 +01:00 committed by GitHub
parent 69f2874352
commit 41f61b8d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 18 additions and 18 deletions

8
package-lock.json generated
View File

@ -23,7 +23,7 @@
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^4.0.0"
"textlint-rule-terminology": "^4.0.1"
}
},
"node_modules/@aashutoshrathi/word-wrap": {
@ -6019,9 +6019,9 @@
}
},
"node_modules/textlint-rule-terminology": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.0.tgz",
"integrity": "sha512-tbNpzDNLTVsqtDIMXEZNX2i1dvOqryME8Hknopq6Ze3TAjij5N0wBtG63frZLxJ9auE9fZse15sTi4Qe3arNZA==",
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.1.tgz",
"integrity": "sha512-wKiVhc2B9HP2MFU4x7ZDx+oM5u43ETpKWTLHKvdhPRZ0+davi4M8mFmkZVovDIMO7igsGjixikcvFmnCMg3kmQ==",
"dev": true,
"dependencies": {
"lodash": "^4.17.15",

View File

@ -18,7 +18,7 @@
"textlint": "^13.3.3",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^4.0.0"
"textlint-rule-terminology": "^4.0.1"
},
"resolutions": {
"minimist": ">=1.2.5"

View File

@ -60,7 +60,7 @@ sender:
description: The name or number of the sender. (Limited to 11 characters.)
required: false
type: string
default: "hass"
default: "`hass`"
{% endconfiguration %}
To use notifications, please see the [getting started with automation page](/getting-started/automation/).

View File

@ -44,7 +44,7 @@ port:
prefix:
description: Prefix to use.
required: false
default: hass
default: "`hass`"
type: string
rate:
description: The sample rate of UDP packets sent to Datadog.

View File

@ -30,7 +30,7 @@ ffmpeg:
ffmpeg_bin:
description: The name or path to the `ffmpeg` binary.
required: false
default: ffmpeg
default: "`ffmpeg`"
type: string
{% endconfiguration %}

View File

@ -40,7 +40,7 @@ name:
required: false
type: string
initial_state:
description: Start FFmpeg with home-assistant.
description: Start FFmpeg with Home Assistant.
required: false
type: boolean
default: true

View File

@ -35,5 +35,5 @@ room:
description: Gitter room to monitor.
required: false
type: string
default: home-assistant/home-assistant
default: "`home-assistant/home-assistant`"
{% endconfiguration %}

View File

@ -37,6 +37,6 @@ battery:
system:
description: "The local system type. Support `linux` and `android`."
required: false
default: linux
default: "`linux`"
type: string
{% endconfiguration %}

View File

@ -32,7 +32,7 @@ subscribe_topic:
required: false
type: string
ignore_event:
description: List of [events](/docs/configuration/events/) which will not be sent over mqtt.
description: List of [events](/docs/configuration/events/) which will not be sent over MQTT.
required: false
type: list
{% endconfiguration %}

View File

@ -43,7 +43,7 @@ position:
type: string
color:
description: "Has to be one of: `grey`, `black`, `indigo`, `green`, `red`, `cyan`, `teal`, `amber` or `pink`."
default: grey
default: "`grey`"
type: string
transparency:
description: "Has to be one of: `0%`, `25%`, `50%`, `75%` or `100%`."

View File

@ -51,7 +51,7 @@ verify_ssl:
name:
description: This parameter allows you to specify a friendly name to send to Splunk as the host, instead of using the name of the HEC.
required: false
default: HASS
default: "`HASS`"
type: string
filter:
description: Filters for entities to be included/excluded from Splunk. Default is to include all entities. ([Configure Filter](#configure-filter))

View File

@ -32,7 +32,7 @@ port:
prefix:
description: Prefix to use.
required: false
default: hass
default: "`hass`"
type: string
rate:
description: The sample rate.

View File

@ -41,7 +41,7 @@ api_key:
parse_mode:
description: Default parser for messages if not explicit in message data, either `html` or `markdown`.
required: false
default: markdown
default: "`markdown`"
type: string
proxy_url:
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).

View File

@ -131,7 +131,7 @@ device_class:
description: The class of your device. Valid options are `tv` or `speaker`.
required: false
type: string
default: tv
default: "`tv`"
volume_step:
description: The number of steps that the volume will be increased or decreased by at a time.
required: false

View File

@ -46,7 +46,7 @@ resource:
description: "Resource part of JID, e.g., your_name@jabber.org/`HA-cabin`."
required: false
type: string
default: home-assistant
default: "`home-assistant`"
password:
description: The password for your given Jabber account.
required: true