-
Notifications
You must be signed in to change notification settings - Fork 55
/
shell_commands.yaml
24 lines (19 loc) · 1.06 KB
/
shell_commands.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#https://home-assistant.io/components/shell_command/
####################################################
# #
# SHUTDOWN COMPUTERS #
# #
####################################################
desktop: !secret desktop
htpc: !secret htpc
laptop: !secret laptop
#Above removed as they contain personal information. Commmand should be formatted as:
# "net rpc shutdown -I IPADDRESS -U USERNAME%PASSWORD"
# IP is the IP address of the machine you are trying to shutdown
# USERNAME is the Windows assigned username. Got to C:\Users to find your username. (windows may have truncated the name you provided)
# PASSWORD is the password you use to log into windows
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################