mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-06 09:58:23 +02:00
smal fix - Update setup.html
some small fixes:
- input type wrong (come in this commit in: a44a5833ca
)
This commit is contained in:
parent
3c0c8eece3
commit
ae23f15486
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@
|
|||
<p class="des">{#MQTT_NOTE}</p>
|
||||
<div class="row mb-3">
|
||||
<div class="col-12 col-sm-3 my-2">{#INTERVAL}</div>
|
||||
<div class="col-12 col-sm-9"><input tyCMT2300Ape="number" name="mqttInterval" title="Invalid input" /></div>
|
||||
<div class="col-12 col-sm-9"><input type="number" name="mqttInterval" title="Invalid input" /></div>
|
||||
</div>
|
||||
<div class="row mb-3">
|
||||
<div class="col-12 col-sm-3 my-2">Discovery Config (homeassistant)</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue