Added second HTTP Header field

NB. Need to update the translations in Github actions again.
This commit is contained in:
Philip Abbey
2026-02-28 17:46:13 +00:00
parent 3e85b695ec
commit 651c9462e0
40 changed files with 74 additions and 86 deletions

View File

@@ -111,18 +111,36 @@
<property id="battery_level_refresh_rate" type="number">15</property>
<!--
Header 1:
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_name" type="string"></property>
<property id="user_http_header1_name" type="string"></property>
<!--
Header 1:
A user specified HTTP header value 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_value" type="string"></property>
<property id="user_http_header1_value" type="string"></property>
<!--
Header 2:
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_header2_name" type="string"></property>
<!--
Header 2:
A user specified HTTP header value 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_header2_value" type="string"></property>
<!--
Clear the Webhook ID on next application start, and reauthenticate,