Skip to content

Commit 4751d01

Browse files
authored
Update README.md
1 parent df7e9f0 commit 4751d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# HASS.Agent AutoImport
55

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).
77

88
Use this to easily have all your games or applications added as buttons to [Home Assistant](https://www.home-assistant.io).
99

@@ -13,7 +13,7 @@ Configuration is done through `appsettings.json` in the `config` subfolder:
1313

1414
`HASSAgentInstallPath`: local root path for HASS.Agent. If left empty, it'll use the default.
1515

16-
`ShortcutSourceFolder`: where to look for your .lnk files.
16+
`ShortcutSourceFolder`: where to look for your .lnk and .url files.
1717

1818
`ShortcutSearchRecusively`: set to `true` to search through subdirectories as well.
1919

0 commit comments

Comments
 (0)