You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HomeAssistant-DesktopPlus allows windows users to open HomeAssistant on their desktop. But more!
4
+
You can have the window stay on top of other running programs.
5
+
You can have it with or without a window frame.
6
+
You can lock the screen size or allow it to be resizable.
7
+
And you can set the exact coordinates of the window so that it always opens up in the same location.
8
+
9
+
USE CASE:
10
+
I created this script so that I could have HomeAssistant running borderless, size and coordinate locked so that it looks like a windows desktop background image, but it's fully functional.
11
+
The default settings on a 4k screen will cover the entire background but not the windows taskbar.
12
+
13
+
INSTALL INSTRUCTIONS:
14
+
Note this was tested on Windows 11 with Python 3.13.5
15
+
16
+
Firt you need to install Python if it is not already installed.
17
+
If you need to install Python, head over to: https://www.python.org/downloads/ and click the button at the top to download the lates version.
18
+
Once Python is installed, open a windows terminal elevated and type the following: pip install pywebview
19
+
Press Enter and let it install.
20
+
21
+
Once this installed, copy the script to a folder of your choosing. Next right click on it, and select "Show More Options" then select "Send to Desktop (Shortcut)".
22
+
This will give you a shortcut that will open your homeassistant. You can then add that icon to your starup so that it will open on login.
0 commit comments