Skip to content

Commit

Permalink
Fix #168 Add links for export manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanbos committed Sep 2, 2023
1 parent 6058f15 commit fa07683
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
<h1>Home Assistant Import</h1>
<h2>Install & gather information</h2>
<ol>
<li>Create an export of the system you want to import from.</li>
<li>
Create an export of the system you want to import from.
<ul>
<li>It this is Domoticz, see <a href="https://www.domoticz.com/wiki/Application_Settings#Backup_.2F_Restore_Database">domoticz.com/wiki/Application_Settings#Backup_.2F_Restore_Database</a></li>
<li>It this is an SMA Interter series, see <a href="https://manuals.sma.de/SI-12/en-US/3877479691.html">manuals.sma.de/SI-12/en-US/3877479691.html</a></li>
</ul>
</li>
<li>Create a full backup of your Home Assistant instance.</li>
<li>Review your sql skills with <a href="https://www.w3schools.com/sql" target="blank">w3schools.com/sql</a> so you know that you are doing.</li>
<li>Install <a href="https://community.home-assistant.io/t/home-assistant-community-add-on-sqlite-web/68912" target="blank">Home Assistant Community Add-on: SQLite Web</a>.</li>
Expand Down

0 comments on commit fa07683

Please sign in to comment.