From f17546c19dbdf0cbbe7e9ab790b8491a111b7422 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 26 Aug 2016 12:37:36 +0200 Subject: [PATCH] Add class --- source/_components/camera.generic.markdown | 1 + source/_components/notify.llamalab_automate.markdown | 8 +++++--- source/_components/sensor.hp_ilo.markdown | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/source/_components/camera.generic.markdown b/source/_components/camera.generic.markdown index 773d70d3cc3..14fcac68762 100644 --- a/source/_components/camera.generic.markdown +++ b/source/_components/camera.generic.markdown @@ -10,6 +10,7 @@ footer: true ha_category: Camera logo: camcorder.png ha_release: pre 0.7 +ha_iot_class: "depends" --- diff --git a/source/_components/notify.llamalab_automate.markdown b/source/_components/notify.llamalab_automate.markdown index 7b3ddf4e83c..d875142005f 100644 --- a/source/_components/notify.llamalab_automate.markdown +++ b/source/_components/notify.llamalab_automate.markdown @@ -13,7 +13,9 @@ ha_release: 0.27 --- -The llamalab_automate platform uses Googles Cloud Messaging Services to push messages from Home Assistant to your Android device running the LlamaLab [Automate](https://llamalab.com/automate/) app. This can serve as an alternative to Tasker + AutoRemote. +The `llamalab_automate` platform uses Googles Cloud Messaging Services to push messages from Home Assistant to your Android device running the LlamaLab [Automate](https://llamalab.com/automate/) app. This can serve as an alternative to Tasker + AutoRemote. + +Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key/secret. To add Automate to your installation, add the following to your `configuration.yaml` file: @@ -29,7 +31,7 @@ notify: Configuration variables: - **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`. -- **api_key** (*Required*): Enter the API key for Automate. Go to [https://llamalab.com/automate/cloud/](https://llamalab.com/automate/cloud/) and create a new API key / secret. +- **api_key** (*Required*): Enter the API key for Automate. - **to** (*Required*): E-Mail address the Automate-Fiber is configured for. - **device** (*Optional*): Name of the target device to receive the messages. @@ -45,4 +47,4 @@ Receiving cloud messages in Automate: 8. Assign a variable name for the Payload 9. Tap Toast show and set the message value to the variable you've specified -If you have multiple devices paired to one GMail account and want to control each instance of Automate individually, you can set the notifier to target a specific device. To determine your devices name, add a Cloud Message send block to your flow, tap it and scroll all the way to the bottom. Device names are case sensitive. \ No newline at end of file +If you have multiple devices paired to one Google Mail account and want to control each instance of Automate individually, you can set the notifier to target a specific device. To determine your devices name, add a Cloud Message send block to your flow, tap it and scroll all the way to the bottom. Device names are case sensitive. diff --git a/source/_components/sensor.hp_ilo.markdown b/source/_components/sensor.hp_ilo.markdown index fdaa0e31284..e57ebe9c83c 100644 --- a/source/_components/sensor.hp_ilo.markdown +++ b/source/_components/sensor.hp_ilo.markdown @@ -10,6 +10,7 @@ footer: true logo: hewlett_packard_enterprise.png ha_category: System Monitor ha_release: 0.27 +ha_iot_class: "Local Polling" --- The `hp_ilo` platform allows you to do an API call to the HP ILO (Integrated Lights-Out) sensor of your server, and use this data in (template) sensors. @@ -18,14 +19,13 @@ The component will output the ILO information in the sensor attributes so they c If the ILO only returns a single value (e.g. a temperature or state), it will be put in the state field. -Some more details about what can be retrieved from these sensors is available in the [python-hpilo documentation](http://pythonhosted.org/python-hpilo/) +Some more details about what can be retrieved from these sensors is available in the [python-hpilo documentation](http://pythonhosted.org/python-hpilo/). -## Example

-## Usage + To use this component in your installation, add the following to your `configuration.yaml` file: ```yaml