10000 Merge branch 'home-assistant:current' into downloader-new-params-for-… · home-assistant/home-assistant.io@fcf26f7 · GitHub
[go: up one dir, main page]

Skip to content

Commit fcf26f7

Browse files
authored
Merge branch 'home-assistant:current' into downloader-new-params-for-digest-auth
2 parents 0a3ed19 + c3bcc49 commit fcf26f7

File tree

8 files changed

+30
-18
lines changed

8 files changed

+30
-18
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ group :development do
1212
gem 'sassc', '2.1.0'
1313
gem 'sass-embedded', '1.89.2'
1414
gem 'rubocop', '1.76.2'
15-
gem 'ruby-lsp', '0.24.1'
15+
gem 'ruby-lsp', '0.24.2'
1616
gem 'rackup', '2.2.1'
1717
end
1818

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ GEM
133133
rubocop-ast (1.45.1)
134134
parser (>= 3.3.7.2)
135135
prism (~> 1.4)
136-
ruby-lsp (0.24.1)
136+
ruby-lsp (0.24.2)
137137
language_server-protocol (~> 3.17.0)
138138
prism (>= 1.2, < 2.0)
139139
rbs (>= 3, < 5)
@@ -159,7 +159,7 @@ GEM
159159
rack-protection (= 4.1.1)
160160
rack-session (>= 2.0.0, < 3)
161161
tilt (~> 2.0)
162-
sorbet-runtime (0.5.12189)
162+
sorbet-runtime (0.5.12196)
163163
stringex (2.8.6)
164164
terminal-table (3.0.2)
165165
unicode-display_width (>= 1.1.1, < 3)
@@ -186,7 +186,7 @@ DEPENDENCIES
186186
rackup (= 2.2.1)
187187
rake (= 13.3.0)
188188
rubocop (= 1.76.2)
189-
ruby-lsp (= 0.24.1)
189+
ruby-lsp (= 0.24.2)
190190
sass-embedded (= 1.89.2)
191191
sass-globbing (= 1.1.5)
192192
sassc (= 2.1.0)

source/_docs/configuration/customizing-devices.markdown

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,35 @@ related:
99
- docs: /docs/organizing/labels/
1010
---
1111

12-
## Customizing an entity
13-
1412
After adding a new device, you might find the automatically assigned entity ID too technical and the entity lacking a friendly name. You can personalize these elements to better fit your naming conventions or modify other attributes like the icon.
1513

1614
To change entity attributes, follow these steps:
1715

1816
1. Go to {% my entities title="**Settings** > **Devices & services** > **Entities**" %} and select the entity from the list.
19-
2. In the top right corner, select the cog icon.
17+
2. In the top-right corner, select the {% icon "mdi:cog" %} cog icon.
2018

2119
![Entity dialog box with cog icon.](/images/docs/configuration/customizing-entity-dialog.png)
2220

2321
3. Enter or edit the attributes:
24-
- For example, the entity ID here could be shortened to `binary_sensor.living_room_motion_1`.
25-
- Do not change the domain of the entity - the part before the `.` (binary_sensor, in this example).
22+
- For example, the entity ID here could be shortened to `binary_sensor.lumi_sensor_aq2_opening`.
2623
- You can use lowercase letters, numbers, and underscores.
2724
- The ID must not start or end with an underscore.
25+
- To undo the change and revert the ID to the default, select the {% icon "mdi:restore" %} icon.
26+
- **Note**: You can only reset the ID to the default ID for entities with a unique ID.
27+
- IDs of entities that are disabled or for which the integration is not set up cannot be reverted.
28+
- To revert all the entity IDs for a device, on the device page, select the three dots {% icon "mdi:dots-vertical" %} menu, then select **Recreate entity IDs**.
29+
- **Result**: This resets the entity ID and applies the current default naming convention.
30+
- The terms used to generate the entity ID depends on a few factors. Prioritization is as follows:
31+
1. If you changed the friendly name of the entity, the friendly name will be used.
32+
2. The entity ID suggested by the integration (just a few integrations do this).
33+
3. The default name in the user language, if using Latin script.
34+
- If the something other than Latin script is used, the entity ID is based on the English default name.
35+
- This is because entity IDs must use lowercase alphanumeric characters in the range of [a-z,1-9].
36+
37+
![revert all entity IDs for a device from the device page](/images/docs/configuration/device-page-revert-entity-id.png)
38+
2839
- Enter or edit the friendly name.
40+
- In this example, this would change "Opening".
2941
- If needed, from the **Shown as** menu, you can select a different [device class](/integrations/homeassistant/#device-class).
3042
- If you like, add a [label](/docs/organizing/labels/).
3143

source/_includes/integrations/wwha.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% endif %}
1818
{% endfor %}
1919

20-
**[{{ name }}]({{ url }})** is a member of the Works with Home Assistant partner program for their {{ formatted_types }} products. {{ name }} is committed to making sure their products are up-to-date and ready to use in Home Assistant.
20+
{% if url and url != "" %}[{{ name }}]({{ url }}){% else %}{{ name }}{% endif %} is a member of the Works with Home Assistant partner program for their {{ formatted_types }} products. {{ name }} is committed to making sure their products are up-to-date and ready to use in Home Assistant.
2121

2222
{% if page.works_with contains "zwave" %}
2323
{{ name }} Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant.

source/_integrations/heltun.markdown

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ ha_iot_standard: zwave
2121
ha_brand: true
2222
---
2323

24-
[HELTUN](https://www.heltun.com/) is a member of the Works with Home Assistant partner program for their Z-Wave products. HELTUN is committed to making sure their products are up-to-date and ready to use in Home Assistant.
24+
[HELTUN](https://www.heltun.com/) thermostats make it easy to automate your heating system, their touch panel switches control your lighting and motorized appliances and their high load switches control any high load appliances like groups of lights, heaters, or individual soc 6D40 kets.
2525

26-
HELTUN thermostats make it easy to automate your heating system, their touch panel switches control your lighting and motorized appliances and their high load switches control any high load appliances like groups of lights, heaters, or individual sockets.
27-
28-
HELTUN Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant.
26+
{% include integrations/wwha.md %}
2927

3028
### Firmware updates
3129

3230
HELTUN periodically releases new firmware with additional features and functionality which can be sent to devices via an encrypted OTA (Over-The-Air) update process. In Home Assistant, you can navigate to your device page and use the Update Device Firmware option to upload the firmware from HELTUN for your device.
33-
34-
{% my add_zwave_device badge domain=page.ha_domain %}
35-
36-
[Learn more about Z-Wave in Home Assistant.](/integrations/zwave_js/)

source/_integrations/onkyo.markdown

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ script:
107107

108108
Network receivers from Onkyo and Integra are supported starting with models from the year 2011. Pioneer network receivers are supported starting with models from 2016.
109109

110+
## Troubleshooting
111+
112+
### No entities created
113+
114+
Restart your receiver (power cycle).
115+
110116
## Removing the integration
111117

112118
This integration follows standard integration removal. No extra steps are required.
Loading
Loading

0 commit comments

Comments
 (0)
0