Skip to content

Commit

Permalink
support unkown IP-adresses in dropdown for all browser
Browse files Browse the repository at this point in the history
  • Loading branch information
DutchmanNL committed Nov 17, 2023
1 parent a04a200 commit a7819e1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions admin/jsonConfig.json5
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
// Input fields to ADD / Modify devices
"deviceIP": {
"newLine": true,
"freesolo": true,
// "doNotSave": true,
"type": "autocompleteSendTo",
"command": "getDeviceIPs",
Expand All @@ -174,6 +175,7 @@
},
"encryptionKey": {
"type": "password",
"freesolo": true,
"label": "lblInputEncryptionKey",
"doNotSave": true,
"default": "",
Expand All @@ -186,6 +188,7 @@
},
"apiPassword": {
"type": "password",
"freesolo": true,
"label": "lblInputApiPassword",
"doNotSave": true,
"default": "",
Expand Down Expand Up @@ -376,6 +379,7 @@
},
"ESPHomeDashboardIP": {
"type": "autocompleteSendTo",
"freesolo": true,
"sm": 3,
"label": "lblESPHomeIP",
"command": "getHostIp",
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "esphome",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"news": {
"0.5.0-beta.4": {
"en": "Refactor memory caching of device data, resolves #189",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.esphome",
"version": "0.5.0-beta.4",
"version": "0.5.0-beta.5",
"description": "Control your ESP8266/ESP32 with simple yet powerful configuration files created and managed by ESPHome",
"author": {
"name": "DutchmanNL",
Expand Down Expand Up @@ -59,7 +59,7 @@
"main": "main.js",
"scripts": {
"translate": "gulp translateAndUpdateWordsJS",
"statDev": "dev-server watch --noStart",
"startDev": "dev-server watch --noStart",
"release": "release-script",
"dev-server": "dev-server",
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
Expand Down

0 comments on commit a7819e1

Please sign in to comment.