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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# HASS.Agent AutoImport
5
5
6
-
This small console application will automatically import all .lnk (shortcut) files in a directory and create commands and/or sensors for them in [HASS.Agent](https://github.com/LAB02-Research/HASS.Agent).
6
+
This small console application will automatically import all .lnk and .url (shortcut) files in a directory and create commands and/or sensors for them in [HASS.Agent](https://github.com/LAB02-Research/HASS.Agent).
7
7
8
8
Use this to easily have all your games or applications added as buttons to [Home Assistant](https://www.home-assistant.io).
9
9
@@ -13,7 +13,7 @@ Configuration is done through `appsettings.json` in the `config` subfolder:
13
13
14
14
`HASSAgentInstallPath`: local root path for HASS.Agent. If left empty, it'll use the default.
15
15
16
-
`ShortcutSourceFolder`: where to look for your .lnk files.
16
+
`ShortcutSourceFolder`: where to look for your .lnk and .url files.
17
17
18
18
`ShortcutSearchRecusively`: set to `true` to search through subdirectories as well.
0 commit comments