Change all, use hass websocket.

This commit is contained in:
Hans Karlinius
2026-03-20 22:19:43 +01:00
parent aa46e7d4bf
commit 0c907922e8
17 changed files with 772 additions and 413 deletions

Before

Width:  |  Height:  |  Size: 862 B

After

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

+3 -5
View File
@@ -8,11 +8,9 @@
<input type="text" name="pref_pass" value="[% prefs.pass == '_pass_' ? '' : prefs.pass %]">
[% END %]
[% WRAPPER setting title="PLUGIN_ASSISTANT_SHOW_HOME" desc="PLUGIN_ASSISTANT_SHOW_HOME_DESC" %]
<select class="stdedit" name="pref_show_home">
<option [% IF NOT prefs.show_home %]selected [% END %]value="0">[% 'NO' | getstring %]</option>
<option [% IF prefs.show_home %]selected [% END %]value="1">[% 'YES' | getstring %]</option>
</select>
[% WRAPPER setting title="PLUGIN_ASSISTANT_ENABLED" %]
<input type="checkbox" [% IF prefs.pref_enabled %]checked="checked"[% END %] class="stdedit" name="pref_enabled" id="pref_enabled" />
<label for="pref_enabled">[% "PLUGIN_ASSISTANT_ENABLE_DESC" | string %]</label>
[% END %]
[% PROCESS settings/footer.html %]