Change all, use hass websocket.
|
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 862 B |
|
Before Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -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 %]
|
||||
|
||||