mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
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:
parent
69f2874352
commit
41f61b8d46
8
package-lock.json
generated
8
package-lock.json
generated
@ -23,7 +23,7 @@
|
|||||||
"textlint": "^13.3.3",
|
"textlint": "^13.3.3",
|
||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"textlint-rule-common-misspellings": "^1.0.1",
|
||||||
"textlint-rule-terminology": "^4.0.0"
|
"textlint-rule-terminology": "^4.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aashutoshrathi/word-wrap": {
|
"node_modules/@aashutoshrathi/word-wrap": {
|
||||||
@ -6019,9 +6019,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/textlint-rule-terminology": {
|
"node_modules/textlint-rule-terminology": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/textlint-rule-terminology/-/textlint-rule-terminology-4.0.1.tgz",
|
||||||
"integrity": "sha512-tbNpzDNLTVsqtDIMXEZNX2i1dvOqryME8Hknopq6Ze3TAjij5N0wBtG63frZLxJ9auE9fZse15sTi4Qe3arNZA==",
|
"integrity": "sha512-wKiVhc2B9HP2MFU4x7ZDx+oM5u43ETpKWTLHKvdhPRZ0+davi4M8mFmkZVovDIMO7igsGjixikcvFmnCMg3kmQ==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "^4.17.15",
|
"lodash": "^4.17.15",
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
"textlint": "^13.3.3",
|
"textlint": "^13.3.3",
|
||||||
"textlint-filter-rule-comments": "^1.2.2",
|
"textlint-filter-rule-comments": "^1.2.2",
|
||||||
"textlint-rule-common-misspellings": "^1.0.1",
|
"textlint-rule-common-misspellings": "^1.0.1",
|
||||||
"textlint-rule-terminology": "^4.0.0"
|
"textlint-rule-terminology": "^4.0.1"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"minimist": ">=1.2.5"
|
"minimist": ">=1.2.5"
|
||||||
|
@ -60,7 +60,7 @@ sender:
|
|||||||
description: The name or number of the sender. (Limited to 11 characters.)
|
description: The name or number of the sender. (Limited to 11 characters.)
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "hass"
|
default: "`hass`"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
@ -44,7 +44,7 @@ port:
|
|||||||
prefix:
|
prefix:
|
||||||
description: Prefix to use.
|
description: Prefix to use.
|
||||||
required: false
|
required: false
|
||||||
default: hass
|
default: "`hass`"
|
||||||
type: string
|
type: string
|
||||||
rate:
|
rate:
|
||||||
description: The sample rate of UDP packets sent to Datadog.
|
description: The sample rate of UDP packets sent to Datadog.
|
||||||
|
@ -30,7 +30,7 @@ ffmpeg:
|
|||||||
ffmpeg_bin:
|
ffmpeg_bin:
|
||||||
description: The name or path to the `ffmpeg` binary.
|
description: The name or path to the `ffmpeg` binary.
|
||||||
required: false
|
required: false
|
||||||
default: ffmpeg
|
default: "`ffmpeg`"
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ name:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
initial_state:
|
initial_state:
|
||||||
description: Start FFmpeg with home-assistant.
|
description: Start FFmpeg with Home Assistant.
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
|
@ -35,5 +35,5 @@ room:
|
|||||||
description: Gitter room to monitor.
|
description: Gitter room to monitor.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: home-assistant/home-assistant
|
default: "`home-assistant/home-assistant`"
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
@ -37,6 +37,6 @@ battery:
|
|||||||
system:
|
system:
|
||||||
description: "The local system type. Support `linux` and `android`."
|
description: "The local system type. Support `linux` and `android`."
|
||||||
required: false
|
required: false
|
||||||
default: linux
|
default: "`linux`"
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
@ -32,7 +32,7 @@ subscribe_topic:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
ignore_event:
|
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
|
required: false
|
||||||
type: list
|
type: list
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
@ -43,7 +43,7 @@ position:
|
|||||||
type: string
|
type: string
|
||||||
color:
|
color:
|
||||||
description: "Has to be one of: `grey`, `black`, `indigo`, `green`, `red`, `cyan`, `teal`, `amber` or `pink`."
|
description: "Has to be one of: `grey`, `black`, `indigo`, `green`, `red`, `cyan`, `teal`, `amber` or `pink`."
|
||||||
default: grey
|
default: "`grey`"
|
||||||
type: string
|
type: string
|
||||||
transparency:
|
transparency:
|
||||||
description: "Has to be one of: `0%`, `25%`, `50%`, `75%` or `100%`."
|
description: "Has to be one of: `0%`, `25%`, `50%`, `75%` or `100%`."
|
||||||
|
@ -51,7 +51,7 @@ verify_ssl:
|
|||||||
name:
|
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.
|
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
|
required: false
|
||||||
default: HASS
|
default: "`HASS`"
|
||||||
type: string
|
type: string
|
||||||
filter:
|
filter:
|
||||||
description: Filters for entities to be included/excluded from Splunk. Default is to include all entities. ([Configure Filter](#configure-filter))
|
description: Filters for entities to be included/excluded from Splunk. Default is to include all entities. ([Configure Filter](#configure-filter))
|
||||||
|
@ -32,7 +32,7 @@ port:
|
|||||||
prefix:
|
prefix:
|
||||||
description: Prefix to use.
|
description: Prefix to use.
|
||||||
required: false
|
required: false
|
||||||
default: hass
|
default: "`hass`"
|
||||||
type: string
|
type: string
|
||||||
rate:
|
rate:
|
||||||
description: The sample rate.
|
description: The sample rate.
|
||||||
|
@ -41,7 +41,7 @@ api_key:
|
|||||||
parse_mode:
|
parse_mode:
|
||||||
description: Default parser for messages if not explicit in message data, either `html` or `markdown`.
|
description: Default parser for messages if not explicit in message data, either `html` or `markdown`.
|
||||||
required: false
|
required: false
|
||||||
default: markdown
|
default: "`markdown`"
|
||||||
type: string
|
type: string
|
||||||
proxy_url:
|
proxy_url:
|
||||||
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
|
description: Proxy URL if working behind one (`socks5://proxy_ip:proxy_port`).
|
||||||
|
@ -131,7 +131,7 @@ device_class:
|
|||||||
description: The class of your device. Valid options are `tv` or `speaker`.
|
description: The class of your device. Valid options are `tv` or `speaker`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: tv
|
default: "`tv`"
|
||||||
volume_step:
|
volume_step:
|
||||||
description: The number of steps that the volume will be increased or decreased by at a time.
|
description: The number of steps that the volume will be increased or decreased by at a time.
|
||||||
required: false
|
required: false
|
||||||
|
@ -46,7 +46,7 @@ resource:
|
|||||||
description: "Resource part of JID, e.g., your_name@jabber.org/`HA-cabin`."
|
description: "Resource part of JID, e.g., your_name@jabber.org/`HA-cabin`."
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: home-assistant
|
default: "`home-assistant`"
|
||||||
password:
|
password:
|
||||||
description: The password for your given Jabber account.
|
description: The password for your given Jabber account.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user