Documentation

This commit is contained in:
Philip Abbey
2025-08-09 16:36:46 +01:00
parent e9f6ccfd0d
commit f224268554
52 changed files with 207 additions and 178 deletions

View File

@ -95,11 +95,11 @@
<property id="battery_level_refresh_rate" type="number">15</property>
<!--
A user specified HTTP header key to be used in all HTTP requests.
A user specified HTTP header name to be used in all HTTP requests.
This is useful for some Home Assistant installations that require a
custom HTTP header.
-->
<property id="user_http_header_key" type="string"></property>
<property id="user_http_header_name" type="string"></property>
<!--
A user specified HTTP header value to be used in all HTTP requests.

View File

@ -121,8 +121,8 @@
<group id="userHttpHeader" title="@Strings.SettingsUserHttpHeader" description="@Strings.SettingsUserHttpHeaderDescription">
<setting
propertyKey="@Properties.user_http_header_key"
title="@Strings.SettingsUserHttpHeaderKey"
propertyKey="@Properties.user_http_header_name"
title="@Strings.SettingsUserHttpHeaderName"
>
<settingConfig type="alphaNumeric" />
</setting>