home-assistant.io/source/_addons/rpc_shutdown.markdown
Nicholas Amadori e0b2027abc Specify that RPC Shutdown is only for Windows computers (#3667)
* Specify that it is only for Windows computers

* Fix name
2017-10-18 21:33:51 +02:00

1014 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page RPC Shutdown Simple way for remote windows shutdowns. 2017-09-25 14:00 true false true true

Allow to shutdown a Windows computer with a service call from Home Assistant.

{
  "computers": [
    {
      "alias": "test-pc",
      "address": "192.168.0.1",
      "credentials": "user%password"
    }
  ]
}
  • computers (Required): A list of computer object to shutdown from Home-Assistant.
  • computers/alias (Required): Set a alias for this record and that is the name for the input.
  • computers/address (Required): IP address or netbios name of the computer for shutdown.
  • computers/credentials (Required): Credentials for logging into computer. Use a % as delimiter of username and password.

{% linkable_title Home Assistant %}

Use the following inside Home Assistant service call to use it:

service: hassio.addon_stdin
data:
  addon: core_rpc_shutdown
  input: test-pc