Skip to content

Commit

Permalink
Merge branch 'current' into patch-97
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedda authored Dec 5, 2023
2 parents c123ce4 + 39f15f9 commit 284f49f
Show file tree
Hide file tree
Showing 80 changed files with 634 additions and 518 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@ source/_integrations/msteams.markdown @peroyvind
source/_integrations/mullvad.markdown @meichthys
source/_integrations/mutesync.markdown @currentoor
source/_integrations/my.markdown @home-assistant/core
source/_integrations/myq.markdown @ehendrix23 @Lash-L
source/_integrations/mysensors.markdown @MartinHjelmare @functionpointer
source/_integrations/mystrom.markdown @fabaff
source/_integrations/nam.markdown @bieniu
Expand Down
182 changes: 91 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"remark-lint-prohibited-strings": "^3.1.0",
"remark-lint-unordered-list-marker-style": "^3.1.2",
"remark-stringify": "^11.0.0",
"textlint": "^13.4.0",
"textlint": "^13.4.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-common-misspellings": "^1.0.1",
"textlint-rule-terminology": "^4.0.1"
Expand Down
20 changes: 16 additions & 4 deletions source/_data/glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
excerpt: >
Each integration in Home Assistant has a unique identifier: The domain.
It is often shown as the first part (before the dot) of entity IDs.
aliases:
- domains
- term: Entity
definition: |-
An entity represents a sensor, actor, or function in Home Assistant. Entities are used to monitor physical properties or to control other entities. An entity is usually part of a device or a service. Entities have states.
Expand Down Expand Up @@ -159,6 +161,8 @@
definition: >-
Groups are a way to organize your entities into a single unit.
link: /integrations/group/
aliases:
- groups
- term: HASS
definition: >-
HASS or [hass](/docs/tools/hass/) is often used as an abbreviation for
Expand Down Expand Up @@ -206,9 +210,9 @@
A device that can communicate with other devices on a network. During setup and configuration,
an input requesting a **Host** typically refers to a device's network address so that
Home Assistant can attempt to connect to it. This may be in the form of a hostname, URL,
IP address or some other type of network identifier.
IP address or some other type of network identifier. If you do not know the hostname or IP address of a device, you can find it in your router's webinterface. For example, if your device is connected wirelessly, somewhere there is a page listing all the devices that are connected to your network. It depends on your router, where exactly this page is. It could be under **Network** > **Wireless**.
excerpt: >-
A device that can communicate with other devices on a network.
A device that participates in your network. If asked for the host, enter either the device's IP address or host name. If you don't know those, check the list of hosts in your router.
link: https://en.wikipedia.org/wiki/Host_(network)
aliases:
- hosts
Expand Down Expand Up @@ -255,10 +259,14 @@
definition: >-
You can use notifications to send messages, pictures, and more, to devices.
link: /integrations/#notifications
- term: Packages
aliases:
- notifications
- term: Package
definition: >
Packages allow you to bundle different component configurations together.
link: /docs/configuration/packages/
aliases:
- packages
- term: Platform
definition: >-
Platforms are building blocks provided by some integrations to be used by
Expand All @@ -270,6 +278,8 @@
Platforms are building blocks provided by some integrations to be used by
other integrations.
link: /docs/configuration/platform_options/
aliases:
- platforms
- term: Reload
definition: >-
Applies the changes made to the Home Assistant configuration files. Changes
Expand Down Expand Up @@ -306,7 +316,7 @@
link: /integrations/sensor/
aliases:
- sensors
- term: Selectors
- term: Selector
definition: >-
Selectors are components for the user interface. Some selectors can,
for example, show a toggle button to turn something on or off, while another
Expand All @@ -316,6 +326,8 @@
Selectors are components for the user interface. Like toggle, dropdown,
and more.
link: /docs/blueprint/selectors/
aliases:
- selectors
- term: Service
definition: |-
The term service has 2 meanings in Home Assistant:
Expand Down
2 changes: 1 addition & 1 deletion source/_docs/authentication.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ As an extra level of security, you can turn on [multi-factor authentication](/do

## Other authentication techniques

Home Assistant provides several ways to authenticate. See the [Auth Providers](/docs/authentication/providers/) section.
Home Assistant provides several ways to authenticate. See the [Auth providers](/docs/authentication/providers/) section.

## Troubleshooting

Expand Down
Loading

0 comments on commit 284f49f

Please sign in to comment.