Fixed incorrect numeric state option
This commit is contained in:
parent
b80e945504
commit
adf0217984
3 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
Version 0.1.7 (2017-04-nn)
|
||||
- Fixed incorrect numeric state option
|
||||
|
||||
Version 0.1.6 (2017-03-28)
|
||||
- Executing commands on remote machine now possbile (Issue #30)
|
||||
- Using icons from https://materialdesignicons.com
|
||||
|
|
|
@ -1393,7 +1393,7 @@ INDEX = Template(r"""<!DOCTYPE html>
|
|||
<option value="" disabled selected>Select trigger platform</option>
|
||||
<option value="event">Event</option>
|
||||
<option value="mqtt">MQTT</option>
|
||||
<option value="numberic_state">Numeric State</option>
|
||||
<option value="numeric_state">Numeric State</option>
|
||||
<option value="state">State</option>
|
||||
<option value="sun">Sun</option>
|
||||
<option value="template">Template</option>
|
||||
|
|
2
dev.html
2
dev.html
|
@ -1334,7 +1334,7 @@
|
|||
<option value="" disabled selected>Select trigger platform</option>
|
||||
<option value="event">Event</option>
|
||||
<option value="mqtt">MQTT</option>
|
||||
<option value="numberic_state">Numeric State</option>
|
||||
<option value="numeric_state">Numeric State</option>
|
||||
<option value="state">State</option>
|
||||
<option value="sun">Sun</option>
|
||||
<option value="template">Template</option>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue