Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LAB02-Admin authored Dec 21, 2022
1 parent df7e9f0 commit 4751d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# HASS.Agent AutoImport

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

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

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

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

`ShortcutSourceFolder`: where to look for your .lnk files.
`ShortcutSourceFolder`: where to look for your .lnk and .url files.

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

Expand Down

0 comments on commit 4751d01

Please sign in to comment.