Skip to content

Commit

Permalink
add init:false based on feedback in #7
Browse files Browse the repository at this point in the history
  • Loading branch information
MindFreeze authored May 31, 2022
1 parent aaa71c7 commit 0aab6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "Axpert Inverter",
"version": "0.4.4",
"version": "0.4.5",
"slug": "axpert",
"description": "Monitors an axpert inverter",
"arch": ["amd64", "armv7", "i386"],
"startup": "application",
"boot": "auto",
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/hidraw0"],
"init": false,
"options": {
"mqtt_server": "core-mosquitto",
"mqtt_user": "mqtt",
Expand Down

2 comments on commit 0aab6e6

@abouelfouz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hello Mindfreeze,
i wish you could add a more detailed installation instructions, you assume everyone is as professionat as you :);
i have tought myself alot in home automation, i need to integrate my voltronic inverter into HA. i hope you can include a better installaton procodure expplanation. or ref to a youtube. kind regards and many thanks for your excellent work.

@Proxicon
Copy link

@Proxicon Proxicon commented on 0aab6e6 Jun 21, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.