Skip to content

Commit af69082

Browse files
authored
Merge pull request #38 from troygNZ/bugfix/remove-hostname-format-req
Remove host-name format, to remove error when using IP addresses
2 parents 2e84fb7 + 9c35758 commit af69082

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.schema.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"title": "Inverter Address",
1616
"type": "string",
1717
"required": true,
18-
"format": "hostname",
1918
"default": ""
2019
},
2120

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": false,
33
"displayName": "Homebridge - Solax Solar Inverter Plugin",
44
"name": "homebridge-solax",
5-
"version": "1.3.3",
5+
"version": "1.3.4",
66
"description": "A Solax connector that (crudely) exposes readonly metrics as Light Sensors for power generation, import, export, individual string generation, and (experimental) battery metrics. Due to the constraints around HomeKit's support for power inverters, this seemed the best fit. Also has configurable alerts, giving the ability to automate actions as a result of excess power generation, or limited power generation.",
77
"license": "Apache-2.0",
88
"repository": {

0 commit comments

Comments
 (0)