diff --git a/addons/index.html b/addons/index.html index 805ae72a43..7b6b380452 100644 --- a/addons/index.html +++ b/addons/index.html @@ -140,6 +140,10 @@ NGINX SSL proxy
NGINX Home Assistant SSL proxy. +
  • + RPC Shutdown
    + Simple way for remote windows shutdowns. +
  • Snips.ai
    Enhance your Hass.io installation with a local voice assistant. diff --git a/addons/rpc_shutdown/index.html b/addons/rpc_shutdown/index.html new file mode 100644 index 0000000000..008bea9ecf --- /dev/null +++ b/addons/rpc_shutdown/index.html @@ -0,0 +1,187 @@ + + + + + + + + + RPC Shutdown - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + +
    +
    +
    +
    + +
    +

    + RPC Shutdown +

    +
    +
    +

    Allow to shutdown a 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.
    • +
    +

    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
    +
    +
    +
    +
    + +
    +
    + + + + + + + diff --git a/atom.xml b/atom.xml index 3f9eee3d19..54d542eccd 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/announcements/atom.xml b/blog/categories/announcements/atom.xml index b0920a24c0..234c855ff6 100644 --- a/blog/categories/announcements/atom.xml +++ b/blog/categories/announcements/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Announcements | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 1ef4fb1362..4b43399a18 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/device-tracking/atom.xml b/blog/categories/device-tracking/atom.xml index 5da4af2e69..e7e30b3823 100644 --- a/blog/categories/device-tracking/atom.xml +++ b/blog/categories/device-tracking/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Device-Tracking | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index d1d573053b..9d5db9a90a 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 43916aebf2..76ed7587fa 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/ibeacons/atom.xml b/blog/categories/ibeacons/atom.xml index 3516fc9518..bd9bc4e3f4 100644 --- a/blog/categories/ibeacons/atom.xml +++ b/blog/categories/ibeacons/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: iBeacons | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 78b3230e05..0dba6740f1 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/iot-data/atom.xml b/blog/categories/iot-data/atom.xml index 29a9f96f08..97fbf62825 100644 --- a/blog/categories/iot-data/atom.xml +++ b/blog/categories/iot-data/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: IoT-Data | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/media/atom.xml b/blog/categories/media/atom.xml index 04619c9b6f..e03c690e2b 100644 --- a/blog/categories/media/atom.xml +++ b/blog/categories/media/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Media | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/merchandise/atom.xml b/blog/categories/merchandise/atom.xml index cc8e3d60d1..9c7d9cf057 100644 --- a/blog/categories/merchandise/atom.xml +++ b/blog/categories/merchandise/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Merchandise | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/micropython/atom.xml b/blog/categories/micropython/atom.xml index d80ff2d8f5..a1f87412c8 100644 --- a/blog/categories/micropython/atom.xml +++ b/blog/categories/micropython/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Micropython | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 29463883af..182cc543b4 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/organisation/atom.xml b/blog/categories/organisation/atom.xml index 9981dc8829..a20659861d 100644 --- a/blog/categories/organisation/atom.xml +++ b/blog/categories/organisation/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Organisation | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/owntracks/atom.xml b/blog/categories/owntracks/atom.xml index 1403878a04..842ac2859a 100644 --- a/blog/categories/owntracks/atom.xml +++ b/blog/categories/owntracks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: OwnTracks | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/presence-detection/atom.xml b/blog/categories/presence-detection/atom.xml index f92c01aef0..945ef8a895 100644 --- a/blog/categories/presence-detection/atom.xml +++ b/blog/categories/presence-detection/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Presence-Detection | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml index cb6e0242ad..df5bf3a770 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index fce7311c47..94f4640110 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index e15ee77282..da9fb8eca9 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/talks/atom.xml b/blog/categories/talks/atom.xml index 43d8288e65..cd3c0132cc 100644 --- a/blog/categories/talks/atom.xml +++ b/blog/categories/talks/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Talks | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/technology/atom.xml b/blog/categories/technology/atom.xml index fdc24c4405..6332fb0304 100644 --- a/blog/categories/technology/atom.xml +++ b/blog/categories/technology/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Technology | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 057b3aef65..6347ec7cd6 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/video/atom.xml b/blog/categories/video/atom.xml index a53032706a..c66c765b53 100644 --- a/blog/categories/video/atom.xml +++ b/blog/categories/video/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Video | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 0089a41811..7f646b5d6f 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Website | Home Assistant]]> - 2017-10-08T20:50:43+00:00 + 2017-10-08T20:59:48+00:00 https://home-assistant.io/ diff --git a/sitemap.xml b/sitemap.xml index 302473d3d4..ea935c6a57 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -61,6 +61,10 @@ 2017-09-25T14:00:00+00:00 +https://home-assistant.io/addons/rpc_shutdown/ +2017-09-25T14:00:00+00:00 + + https://home-assistant.io/components/automation/ 2015-01-20T22:36:00+00:00 @@ -3434,7 +3438,7 @@ https://home-assistant.io/components/switch.hook/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/cookbook/automation_for_rainy_days/ @@ -4066,99 +4070,99 @@ https://home-assistant.io/docs/autostart/init.d/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/api/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/configuration/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/installation/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/operation/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/reboot/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/running/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/updating/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/appdaemon/windows/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/certificates/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/hadashboard/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/hass-configurator/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/ios/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/nginx/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/notebooks/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/scenegen/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/ecosystem/synology/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/tools/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/tools/dev-tools/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/tools/hass/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/docs/tools/scripts/ -2017-10-08T20:50:43+00:00 +2017-10-08T20:59:48+00:00 https://home-assistant.io/faq/after-upgrading/ @@ -5208,62 +5212,62 @@ https://home-assistant.io/demo/frontend.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/index.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-event.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-info.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-service.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-state.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-dev-template.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-history.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-iframe.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-logbook.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/demo/panels/ha-panel-map.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2017-10-08T20:50:05+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html -2017-10-08T20:50:06+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html -2017-10-08T20:50:06+00:00 +2017-10-08T20:59:16+00:00 https://home-assistant.io/static/mdi-demo.html -2017-10-08T20:50:06+00:00 +2017-10-08T20:59:16+00:00