diff --git a/atom.xml b/atom.xml index fafb8aae04..adfa1f1a63 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)More information and examples can be found in the template documentation.
More information and examples can be found in the template documentation.
+More information and examples can be found in the template documentation.
is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)is_state_attr(entity_id, name, value)
added (@andythigpen)Out of the box, the component will do nothing. You have to teach it about all intents you want it to answer to. The way it works is that the answer for each intent is based on templates that you define. Each template will have access to the existing states via the states
variable but will also have access to all variables defined in the intent.
Out of the box, the component will do nothing. You have to teach it about all intents you want it to answer to. The way it works is that the answer for each intent is based on templates that you define. Each template will have access to the existing states via the states
variable but will also have access to all variables defined in the intent.
You can use templates for the values of speech/text
, card/title
and card/content
.
You can use templates for the values of speech/text
, card/title
and card/content
.
Configuring the Alexa component for the above intents would look like this:
diff --git a/components/apcupsd/index.html b/components/apcupsd/index.html index b3492639d4..a095ba354a 100644 --- a/components/apcupsd/index.html +++ b/components/apcupsd/index.html @@ -57,11 +57,11 @@ Getting startedTemplate triggers work by evaluating a template on each state change. The trigger will fire if the state change caused the template to render ‘true’. This is achieved by having the template result in a true boolean expression ({{ is_state('device_tracker.paulus', 'home') }}
) or by having the template render ‘true’ (example below).
Template triggers work by evaluating a template on each state change. The trigger will fire if the state change caused the template to render ‘true’. This is achieved by having the template result in a true boolean expression ({{ is_state('device_tracker.paulus', 'home') }}
) or by having the template render ‘true’ (example below).
automation: @@ -409,7 +409,7 @@Template condition
-The template condition will test if given template renders a value equal to true. This is achieved by having the template result in a true boolean expression or by having the template render ‘true’.
+The template condition will test if given template renders a value equal to true. This is achieved by having the template result in a true boolean expression or by having the template render ‘true’.
automation: diff --git a/components/binary_sensor.apcupsd/index.html b/components/binary_sensor.apcupsd/index.html index a57fb05bae..e5a3fe7da2 100644 --- a/components/binary_sensor.apcupsd/index.html +++ b/components/binary_sensor.apcupsd/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.arest/index.html b/components/binary_sensor.arest/index.html index f61e777be6..8c2e3bb779 100644 --- a/components/binary_sensor.arest/index.html +++ b/components/binary_sensor.arest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.bloomsky/index.html b/components/binary_sensor.bloomsky/index.html index 10c0f3b78f..04d91aa26d 100644 --- a/components/binary_sensor.bloomsky/index.html +++ b/components/binary_sensor.bloomsky/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.command_line/index.html b/components/binary_sensor.command_line/index.html index 2f353e5d70..bd0929814f 100644 --- a/components/binary_sensor.command_line/index.html +++ b/components/binary_sensor.command_line/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -137,7 +137,7 @@- name (Optional): Let you overwrite the the name of the device. By default name from the device is used.
- payload_on (Optional): The payload that represents enabled state. Default is “ON”.
- payload_off (Optional): The payload that represents disabled state. Default is “OFF”.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
Examples
diff --git a/components/binary_sensor.http/index.html b/components/binary_sensor.http/index.html index 6a928d334f..c6450b80ba 100644 --- a/components/binary_sensor.http/index.html +++ b/components/binary_sensor.http/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.mqtt/index.html b/components/binary_sensor.mqtt/index.html index 0d5842e7c9..824e30e221 100644 --- a/components/binary_sensor.mqtt/index.html +++ b/components/binary_sensor.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -139,7 +139,7 @@- qos (Optional): The maximum QoS level of the state topic. Default is 0.
- payload_on (Optional): The payload that represents on state. Default is “ON”.
- payload_off (Optional): The payload that represents state. Default is “OFF”.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
For a quick check you can use the commandline tools shipped with
diff --git a/components/binary_sensor.mysensors/index.html b/components/binary_sensor.mysensors/index.html index c84cb77853..cfaf90e0e8 100644 --- a/components/binary_sensor.mysensors/index.html +++ b/components/binary_sensor.mysensors/index.html @@ -57,11 +57,11 @@ Getting startedmosquitto
to send MQTT messages. Set the state of your sensor manually:
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.nest/index.html b/components/binary_sensor.nest/index.html index c5b76d9781..f5037acd95 100644 --- a/components/binary_sensor.nest/index.html +++ b/components/binary_sensor.nest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.nx584/index.html b/components/binary_sensor.nx584/index.html index 46430e5ec0..f530335459 100644 --- a/components/binary_sensor.nx584/index.html +++ b/components/binary_sensor.nx584/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.rest/index.html b/components/binary_sensor.rest/index.html index 8e53950c66..c4f5caa464 100644 --- a/components/binary_sensor.rest/index.html +++ b/components/binary_sensor.rest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -149,7 +149,7 @@diff --git a/components/binary_sensor.rpi_gpio/index.html b/components/binary_sensor.rpi_gpio/index.html index 81d86fb7c7..f9cadd7803 100644 --- a/components/binary_sensor.rpi_gpio/index.html +++ b/components/binary_sensor.rpi_gpio/index.html @@ -57,11 +57,11 @@ Getting started
- resource (Required): The resource or endpoint that contains the value.
- method (Optional): The method of the request. Default is GET.
-- value_template (Optional): Defines a template to extract the value.
+- value_template (Optional): Defines a template to extract the value.
- payload (Optional): The payload to send with a POST request. Usualy formed as a dictionary.
- name (Optional): Name of the REST binary sensor.
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.tcp/index.html b/components/binary_sensor.tcp/index.html index eee49058e4..61de2d21df 100644 --- a/components/binary_sensor.tcp/index.html +++ b/components/binary_sensor.tcp/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@diff --git a/components/binary_sensor.template/index.html b/components/binary_sensor.template/index.html index fe1f9f065a..3b97474350 100644 --- a/components/binary_sensor.template/index.html +++ b/components/binary_sensor.template/index.html @@ -57,11 +57,11 @@ Getting started
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -142,7 +142,7 @@- payload (Required): What to send to the host in order to get the response we’re interested in.
- value_on (Required): The value returned when the device is “on”.
- timeout (Optional): How long in seconds to wait for a response from the service before giving up and disconnecting. Defaults to 10.
-- value_template (Optional): Defines a template to extract the value. By default it’s assumed that the entire response is the value.
+- value_template (Optional): Defines a template to extract the value. By default it’s assumed that the entire response is the value.
- unit (Optional): The unit of measurement to use for the value.
- buffer_size (Optional): The size of the receive buffer in bytes. Set this to a larger value if you expect to receive a response larger than the default. Defaults to 1024.
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@diff --git a/components/binary_sensor.wink/index.html b/components/binary_sensor.wink/index.html index 01310c3998..c4da772717 100644 --- a/components/binary_sensor.wink/index.html +++ b/components/binary_sensor.wink/index.html @@ -57,11 +57,11 @@ Getting started
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -136,7 +136,7 @@
- friendly_name (Optional): Name to use in the Frontend.
- sensor_class (Optional): Defines the class of the sensor (motion, heat, moisture, etc)
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.zigbee/index.html b/components/binary_sensor.zigbee/index.html index 30ccb03d56..94d1ae0d8e 100644 --- a/components/binary_sensor.zigbee/index.html +++ b/components/binary_sensor.zigbee/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor.zwave/index.html b/components/binary_sensor.zwave/index.html index 39d81f378d..b15eb228ad 100644 --- a/components/binary_sensor.zwave/index.html +++ b/components/binary_sensor.zwave/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/binary_sensor/index.html b/components/binary_sensor/index.html index 33604af309..1ebc1201c3 100644 --- a/components/binary_sensor/index.html +++ b/components/binary_sensor/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/bloomsky/index.html b/components/bloomsky/index.html index b3b7110019..3beddbc1a7 100644 --- a/components/bloomsky/index.html +++ b/components/bloomsky/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/browser/index.html b/components/browser/index.html index 37860e3409..2dae246c3f 100644 --- a/components/browser/index.html +++ b/components/browser/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera.bloomsky/index.html b/components/camera.bloomsky/index.html index 8561c7a79f..5a2b4a03c1 100644 --- a/components/camera.bloomsky/index.html +++ b/components/camera.bloomsky/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera.foscam/index.html b/components/camera.foscam/index.html index 6e947214b5..42fd618adc 100644 --- a/components/camera.foscam/index.html +++ b/components/camera.foscam/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera.generic/index.html b/components/camera.generic/index.html index 3719e9f349..63fe642671 100644 --- a/components/camera.generic/index.html +++ b/components/camera.generic/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera.mjpeg/index.html b/components/camera.mjpeg/index.html index 2eb8885939..af6586c019 100644 --- a/components/camera.mjpeg/index.html +++ b/components/camera.mjpeg/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera.uvc/index.html b/components/camera.uvc/index.html index 2fcfb3990c..5d604aeb32 100644 --- a/components/camera.uvc/index.html +++ b/components/camera.uvc/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/camera/index.html b/components/camera/index.html index cf4458a39b..f18f563a9a 100644 --- a/components/camera/index.html +++ b/components/camera/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/configurator/index.html b/components/configurator/index.html index 5333f5f276..0069db3a0d 100644 --- a/components/configurator/index.html +++ b/components/configurator/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/conversation/index.html b/components/conversation/index.html index cbc79db17b..a4a3f1bb8f 100644 --- a/components/conversation/index.html +++ b/components/conversation/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/demo/index.html b/components/demo/index.html index 76e060413b..a0764532a1 100644 --- a/components/demo/index.html +++ b/components/demo/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_sun_light_trigger/index.html b/components/device_sun_light_trigger/index.html index 1b3e6283b4..412dcdcd61 100644 --- a/components/device_sun_light_trigger/index.html +++ b/components/device_sun_light_trigger/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.actiontec/index.html b/components/device_tracker.actiontec/index.html index 6b02e25f8b..98bc7d8df9 100644 --- a/components/device_tracker.actiontec/index.html +++ b/components/device_tracker.actiontec/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.aruba/index.html b/components/device_tracker.aruba/index.html index 64773ac7e0..98ce2840e5 100644 --- a/components/device_tracker.aruba/index.html +++ b/components/device_tracker.aruba/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.asuswrt/index.html b/components/device_tracker.asuswrt/index.html index 78fae62c06..1a5da991f6 100644 --- a/components/device_tracker.asuswrt/index.html +++ b/components/device_tracker.asuswrt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.ddwrt/index.html b/components/device_tracker.ddwrt/index.html index 60f64c0eb8..a7f7a6f62b 100644 --- a/components/device_tracker.ddwrt/index.html +++ b/components/device_tracker.ddwrt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.fritz/index.html b/components/device_tracker.fritz/index.html index bc45e50fa2..668f114aec 100644 --- a/components/device_tracker.fritz/index.html +++ b/components/device_tracker.fritz/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.icloud/index.html b/components/device_tracker.icloud/index.html index 95680a6731..7c9afcbfd1 100644 --- a/components/device_tracker.icloud/index.html +++ b/components/device_tracker.icloud/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.locative/index.html b/components/device_tracker.locative/index.html index 572df9a074..509bfab4cd 100644 --- a/components/device_tracker.locative/index.html +++ b/components/device_tracker.locative/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.luci/index.html b/components/device_tracker.luci/index.html index 28c588956a..7e4e1aa363 100644 --- a/components/device_tracker.luci/index.html +++ b/components/device_tracker.luci/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.mqtt/index.html b/components/device_tracker.mqtt/index.html index 03a0605017..e0ee6afab9 100644 --- a/components/device_tracker.mqtt/index.html +++ b/components/device_tracker.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.netgear/index.html b/components/device_tracker.netgear/index.html index e6f636d693..cdeb35f7bf 100644 --- a/components/device_tracker.netgear/index.html +++ b/components/device_tracker.netgear/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.nmap_scanner/index.html b/components/device_tracker.nmap_scanner/index.html index fd2cf372f8..4d6e2dd9bb 100644 --- a/components/device_tracker.nmap_scanner/index.html +++ b/components/device_tracker.nmap_scanner/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.owntracks/index.html b/components/device_tracker.owntracks/index.html index 2a226dda97..22c2ac5589 100644 --- a/components/device_tracker.owntracks/index.html +++ b/components/device_tracker.owntracks/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.snmp/index.html b/components/device_tracker.snmp/index.html index 8f989ba7bb..887354bf7a 100644 --- a/components/device_tracker.snmp/index.html +++ b/components/device_tracker.snmp/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.thomson/index.html b/components/device_tracker.thomson/index.html index 1946a76da1..cab46a0c83 100644 --- a/components/device_tracker.thomson/index.html +++ b/components/device_tracker.thomson/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.tomato/index.html b/components/device_tracker.tomato/index.html index f9a88e9a57..773d9ffa57 100644 --- a/components/device_tracker.tomato/index.html +++ b/components/device_tracker.tomato/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.tplink/index.html b/components/device_tracker.tplink/index.html index 32ed848e97..b3181c3ca9 100644 --- a/components/device_tracker.tplink/index.html +++ b/components/device_tracker.tplink/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.ubus/index.html b/components/device_tracker.ubus/index.html index 8919396283..32fcd8cea0 100644 --- a/components/device_tracker.ubus/index.html +++ b/components/device_tracker.ubus/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker.unifi/index.html b/components/device_tracker.unifi/index.html index 6ca05c37fd..837fa55c7b 100644 --- a/components/device_tracker.unifi/index.html +++ b/components/device_tracker.unifi/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/device_tracker/index.html b/components/device_tracker/index.html index f8351a0a67..2ffd4fa059 100644 --- a/components/device_tracker/index.html +++ b/components/device_tracker/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/discoverable/index.html b/components/discoverable/index.html index f919b77380..056d1dabac 100644 --- a/components/discoverable/index.html +++ b/components/discoverable/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/discovery/index.html b/components/discovery/index.html index d5098b7d7b..a000db23b2 100644 --- a/components/discovery/index.html +++ b/components/discovery/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/downloader/index.html b/components/downloader/index.html index 6dbc68d46c..a4b081de46 100644 --- a/components/downloader/index.html +++ b/components/downloader/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/ecobee/index.html b/components/ecobee/index.html index 8c9ac03dc9..0db72975db 100644 --- a/components/ecobee/index.html +++ b/components/ecobee/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/garage_door.wink/index.html b/components/garage_door.wink/index.html index cf046affc6..fe7e7a6db5 100644 --- a/components/garage_door.wink/index.html +++ b/components/garage_door.wink/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/garage_door/index.html b/components/garage_door/index.html index 45c43cf236..dcd216e38c 100644 --- a/components/garage_door/index.html +++ b/components/garage_door/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/graphite/index.html b/components/graphite/index.html index 911db6b162..c24904c053 100644 --- a/components/graphite/index.html +++ b/components/graphite/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/group/index.html b/components/group/index.html index 741da23782..65e22a6ff8 100644 --- a/components/group/index.html +++ b/components/group/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/history/index.html b/components/history/index.html index 128c54bd26..2eb9bed69b 100644 --- a/components/history/index.html +++ b/components/history/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/http/index.html b/components/http/index.html index 7eb749a6f2..1b34c7fad5 100644 --- a/components/http/index.html +++ b/components/http/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/ifttt.manything/index.html b/components/ifttt.manything/index.html index edd03c72bf..a72b72b8c6 100644 --- a/components/ifttt.manything/index.html +++ b/components/ifttt.manything/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/ifttt/index.html b/components/ifttt/index.html index a28f95faba..d4c2a1bc2e 100644 --- a/components/ifttt/index.html +++ b/components/ifttt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/index.html b/components/index.html index 03a2bca726..bc1be1c6dd 100644 --- a/components/index.html +++ b/components/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/influxdb/index.html b/components/influxdb/index.html index 032cf0a802..03ca6ba4ff 100644 --- a/components/influxdb/index.html +++ b/components/influxdb/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/input_boolean/index.html b/components/input_boolean/index.html index 2278c186c7..bdcc04354b 100644 --- a/components/input_boolean/index.html +++ b/components/input_boolean/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/input_select/index.html b/components/input_select/index.html index ccffd9edce..7b6b08983c 100644 --- a/components/input_select/index.html +++ b/components/input_select/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/insteon_hub/index.html b/components/insteon_hub/index.html index 679242007e..a5620e42fd 100644 --- a/components/insteon_hub/index.html +++ b/components/insteon_hub/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/introduction/index.html b/components/introduction/index.html index e85f4df292..8f2bca1a78 100644 --- a/components/introduction/index.html +++ b/components/introduction/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/isy994/index.html b/components/isy994/index.html index 296609b61d..593f27399c 100644 --- a/components/isy994/index.html +++ b/components/isy994/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/keyboard/index.html b/components/keyboard/index.html index 15712cc2c8..21572b432b 100644 --- a/components/keyboard/index.html +++ b/components/keyboard/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.blinksticklight/index.html b/components/light.blinksticklight/index.html index f8ea198171..3c4f5c8117 100644 --- a/components/light.blinksticklight/index.html +++ b/components/light.blinksticklight/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.hue/index.html b/components/light.hue/index.html index 2364a2f6bb..012a9985de 100644 --- a/components/light.hue/index.html +++ b/components/light.hue/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.hyperion/index.html b/components/light.hyperion/index.html index 16b4169439..60a3ffb140 100644 --- a/components/light.hyperion/index.html +++ b/components/light.hyperion/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.lifx/index.html b/components/light.lifx/index.html index ef5fa5599e..c6edbe8d1c 100644 --- a/components/light.lifx/index.html +++ b/components/light.lifx/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.limitlessled/index.html b/components/light.limitlessled/index.html index fa4b9751e2..215d03d539 100644 --- a/components/light.limitlessled/index.html +++ b/components/light.limitlessled/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.mqtt/index.html b/components/light.mqtt/index.html index ddffa7c527..0b7e05cdf8 100644 --- a/components/light.mqtt/index.html +++ b/components/light.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -172,9 +172,9 @@- brightness_command_topic (Optional): The MQTT topic to publish commands to change the light’s brightness.
- rgb_state_topic (Optional): The MQTT topic subscribed to receive RGB state updates.
- rgb_command_topic (Optional): The MQTT topic to publish commands to change the light’s RGB state.
-- state_value_template (Optional): Defines a template to extract the state value.
-- brightness_value_template (Optional): Defines a template to extract the brightness value.
-- rgb_value_template (Optional): Defines a template to extract the RGB value.
+- state_value_template (Optional): Defines a template to extract the state value.
+- brightness_value_template (Optional): Defines a template to extract the brightness value.
+- rgb_value_template (Optional): Defines a template to extract the RGB value.
- brightness_scale (Optional): Defines the maximum brightness value (i.e. 100%) of the MQTT device (defaults to 255).
- qos (Optional): The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages.
- payload_on (Optional): The payload that represents enabled state. Default is “ON”.
diff --git a/components/light.mysensors/index.html b/components/light.mysensors/index.html index 31c6e28d7d..a717567541 100644 --- a/components/light.mysensors/index.html +++ b/components/light.mysensors/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.rfxtrx/index.html b/components/light.rfxtrx/index.html index 773c9c3e2a..4f3ec60d7a 100644 --- a/components/light.rfxtrx/index.html +++ b/components/light.rfxtrx/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.scsgate/index.html b/components/light.scsgate/index.html index 8c4bd5eeac..2a5fce481f 100644 --- a/components/light.scsgate/index.html +++ b/components/light.scsgate/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.tellstick/index.html b/components/light.tellstick/index.html index 0d0deeeaec..5d51101725 100644 --- a/components/light.tellstick/index.html +++ b/components/light.tellstick/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.vera/index.html b/components/light.vera/index.html index 339ab62b02..8812ed6d73 100644 --- a/components/light.vera/index.html +++ b/components/light.vera/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.wemo/index.html b/components/light.wemo/index.html index 7b2a54b48f..f6fc8fb72d 100644 --- a/components/light.wemo/index.html +++ b/components/light.wemo/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.wink/index.html b/components/light.wink/index.html index 765a40f942..b19e29b390 100644 --- a/components/light.wink/index.html +++ b/components/light.wink/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.zigbee/index.html b/components/light.zigbee/index.html index d446fe2890..6a132fc5be 100644 --- a/components/light.zigbee/index.html +++ b/components/light.zigbee/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light.zwave/index.html b/components/light.zwave/index.html index 9665bd773f..58d22bd6b1 100644 --- a/components/light.zwave/index.html +++ b/components/light.zwave/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/light/index.html b/components/light/index.html index 6cb16a1736..2169ee6fba 100644 --- a/components/light/index.html +++ b/components/light/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/lock.mqtt/index.html b/components/lock.mqtt/index.html index 2cc0731015..9b8292993c 100644 --- a/components/lock.mqtt/index.html +++ b/components/lock.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -151,7 +151,7 @@- optimistic (Optional): Flag that defines if lock works in optimistic mode. Default is true if no state topic defined, else false.
- qos (Optional): The maximum QoS level of the state topic. Default is 0 and will also be used to publishing messages.
- retain (Optional): If the published message should have the retain flag on or not.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
diff --git a/components/lock.verisure/index.html b/components/lock.verisure/index.html index 5eb2397965..21f16638c0 100644 --- a/components/lock.verisure/index.html +++ b/components/lock.verisure/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/lock.wink/index.html b/components/lock.wink/index.html index 596e37a3c1..f426863467 100644 --- a/components/lock.wink/index.html +++ b/components/lock.wink/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/lock/index.html b/components/lock/index.html index db571e3ea4..e22d321b8a 100644 --- a/components/lock/index.html +++ b/components/lock/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/logbook/index.html b/components/logbook/index.html index 595d4c42c6..0c011e9a69 100644 --- a/components/logbook/index.html +++ b/components/logbook/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/logger/index.html b/components/logger/index.html index 2f620fa573..9036b1f1a9 100644 --- a/components/logger/index.html +++ b/components/logger/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.cast/index.html b/components/media_player.cast/index.html index e70abc8f73..94f0833818 100644 --- a/components/media_player.cast/index.html +++ b/components/media_player.cast/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.denon/index.html b/components/media_player.denon/index.html index 61ee9b3ad9..6807526fb4 100644 --- a/components/media_player.denon/index.html +++ b/components/media_player.denon/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.firetv/index.html b/components/media_player.firetv/index.html index cc80b4fc35..46fe3b0a46 100644 --- a/components/media_player.firetv/index.html +++ b/components/media_player.firetv/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.itunes/index.html b/components/media_player.itunes/index.html index 171130a6ee..093da3b7a9 100644 --- a/components/media_player.itunes/index.html +++ b/components/media_player.itunes/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.kodi/index.html b/components/media_player.kodi/index.html index d387969fa5..d7ea063c03 100644 --- a/components/media_player.kodi/index.html +++ b/components/media_player.kodi/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.mpd/index.html b/components/media_player.mpd/index.html index 1e21b0542a..c07330732e 100644 --- a/components/media_player.mpd/index.html +++ b/components/media_player.mpd/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.plex/index.html b/components/media_player.plex/index.html index fbd933685f..0bf65cb8d5 100644 --- a/components/media_player.plex/index.html +++ b/components/media_player.plex/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.samsungtv/index.html b/components/media_player.samsungtv/index.html index 3fd1a84419..e6ef3b3bd9 100644 --- a/components/media_player.samsungtv/index.html +++ b/components/media_player.samsungtv/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.snapcast/index.html b/components/media_player.snapcast/index.html index 417e427506..b41846a01d 100644 --- a/components/media_player.snapcast/index.html +++ b/components/media_player.snapcast/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.sonos/index.html b/components/media_player.sonos/index.html index 52c0e21f28..ec4d694d91 100644 --- a/components/media_player.sonos/index.html +++ b/components/media_player.sonos/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.squeezebox/index.html b/components/media_player.squeezebox/index.html index abd2501249..cd9b5121b6 100644 --- a/components/media_player.squeezebox/index.html +++ b/components/media_player.squeezebox/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player.universal/index.html b/components/media_player.universal/index.html index 210bcae15e..7ee9395e7f 100644 --- a/components/media_player.universal/index.html +++ b/components/media_player.universal/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/media_player/index.html b/components/media_player/index.html index e465c98e2b..af40a473ba 100644 --- a/components/media_player/index.html +++ b/components/media_player/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/modbus/index.html b/components/modbus/index.html index 2238d717b6..4f8e13a256 100644 --- a/components/modbus/index.html +++ b/components/modbus/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/mqtt/index.html b/components/mqtt/index.html index af6442ccb0..e4d2e990a1 100644 --- a/components/mqtt/index.html +++ b/components/mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -237,7 +237,7 @@ Home Assistant will automatically load the correct certificate if you connect toPublish service
-The MQTT component will register the service
+publish
which allows publishing messages to MQTT topics. There are two ways of specifiying your payload. You can either usepayload
to hard-code a payload or usepayload_template
to specify a template that will be rendered to generate the payload.The MQTT component will register the service
publish
which allows publishing messages to MQTT topics. There are two ways of specifiying your payload. You can either usepayload
to hard-code a payload or usepayload_template
to specify a template that will be rendered to generate the payload.{ diff --git a/components/mqtt_eventstream/index.html b/components/mqtt_eventstream/index.html index a4b7143f75..756b9394ab 100644 --- a/components/mqtt_eventstream/index.html +++ b/components/mqtt_eventstream/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/mysensors/index.html b/components/mysensors/index.html index 023428a3e8..6b8f8bf1af 100644 --- a/components/mysensors/index.html +++ b/components/mysensors/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/nest/index.html b/components/nest/index.html index d3483b1ffb..3584620fab 100644 --- a/components/nest/index.html +++ b/components/nest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.command_line/index.html b/components/notify.command_line/index.html index 1a01aebeec..0e7d2d3959 100644 --- a/components/notify.command_line/index.html +++ b/components/notify.command_line/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.file/index.html b/components/notify.file/index.html index bf236464d5..2cbebac2b9 100644 --- a/components/notify.file/index.html +++ b/components/notify.file/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.free_mobile/index.html b/components/notify.free_mobile/index.html index 90c8f6fe27..ed7f10235f 100644 --- a/components/notify.free_mobile/index.html +++ b/components/notify.free_mobile/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.google_voice/index.html b/components/notify.google_voice/index.html index 1c08700c6e..0c3c7866f9 100644 --- a/components/notify.google_voice/index.html +++ b/components/notify.google_voice/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.instapush/index.html b/components/notify.instapush/index.html index 2866d5b4a4..167ef899b3 100644 --- a/components/notify.instapush/index.html +++ b/components/notify.instapush/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.mqtt/index.html b/components/notify.mqtt/index.html index 9bf700f574..f15abb22c4 100644 --- a/components/notify.mqtt/index.html +++ b/components/notify.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.nma/index.html b/components/notify.nma/index.html index a89c0bf821..79b18ecc62 100644 --- a/components/notify.nma/index.html +++ b/components/notify.nma/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.pushbullet/index.html b/components/notify.pushbullet/index.html index 3143a7e330..cdadb1fe03 100644 --- a/components/notify.pushbullet/index.html +++ b/components/notify.pushbullet/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.pushetta/index.html b/components/notify.pushetta/index.html index 2ca2f1f178..f2b554ec50 100644 --- a/components/notify.pushetta/index.html +++ b/components/notify.pushetta/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.pushover/index.html b/components/notify.pushover/index.html index be0bd56f4e..f8335bc61a 100644 --- a/components/notify.pushover/index.html +++ b/components/notify.pushover/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.rest/index.html b/components/notify.rest/index.html index b5452b63fe..9a781059c4 100644 --- a/components/notify.rest/index.html +++ b/components/notify.rest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.sendgrid/index.html b/components/notify.sendgrid/index.html index 897fb56851..57b01ab187 100644 --- a/components/notify.sendgrid/index.html +++ b/components/notify.sendgrid/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.slack/index.html b/components/notify.slack/index.html index 6709575387..39fb536369 100644 --- a/components/notify.slack/index.html +++ b/components/notify.slack/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.smtp/index.html b/components/notify.smtp/index.html index f5a0d50baa..f8f14112fc 100644 --- a/components/notify.smtp/index.html +++ b/components/notify.smtp/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.syslog/index.html b/components/notify.syslog/index.html index 2d68ee8387..38c03df421 100644 --- a/components/notify.syslog/index.html +++ b/components/notify.syslog/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.telegram/index.html b/components/notify.telegram/index.html index 059dd2de5b..32d0875fa4 100644 --- a/components/notify.telegram/index.html +++ b/components/notify.telegram/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.twitter/index.html b/components/notify.twitter/index.html index 516122ce80..8ba06dc910 100644 --- a/components/notify.twitter/index.html +++ b/components/notify.twitter/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify.xmpp/index.html b/components/notify.xmpp/index.html index 3c11426771..700eee6056 100644 --- a/components/notify.xmpp/index.html +++ b/components/notify.xmpp/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/notify/index.html b/components/notify/index.html index 745ada716d..97c1ee0433 100644 --- a/components/notify/index.html +++ b/components/notify/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -162,7 +162,7 @@ -The notification component supports specifying templates for both the
+message
and thetitle
. This will allow you to use the current state of Home Assistant in your notifications.The notification component supports specifying templates for both the
message
and thetitle
. This will allow you to use the current state of Home Assistant in your notifications.Test if it works
diff --git a/components/proximity/index.html b/components/proximity/index.html index 56f4bc1940..6c8bd0ea34 100644 --- a/components/proximity/index.html +++ b/components/proximity/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/rfxtrx/index.html b/components/rfxtrx/index.html index e05569c08c..28548b1ebe 100644 --- a/components/rfxtrx/index.html +++ b/components/rfxtrx/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/rollershutter.command_line/index.html b/components/rollershutter.command_line/index.html index 0a1171cc9e..b47cb3282c 100644 --- a/components/rollershutter.command_line/index.html +++ b/components/rollershutter.command_line/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/rollershutter.mqtt/index.html b/components/rollershutter.mqtt/index.html index 566148e3ec..82caaf0a31 100644 --- a/components/rollershutter.mqtt/index.html +++ b/components/rollershutter.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@diff --git a/components/rollershutter.scsgate/index.html b/components/rollershutter.scsgate/index.html index c97b2b7254..31514348b5 100644 --- a/components/rollershutter.scsgate/index.html +++ b/components/rollershutter.scsgate/index.html @@ -57,11 +57,11 @@ Getting started
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -147,7 +147,7 @@- payload_up (Optional): The payload to open the rollershutter. Default is “OPEN”.
- payload_down (Optional): The payload to close the rollershutter. Default is “CLOSE”.
- payload_stop (Optional): The payload to stop the rollershutter. Default is “STOP”.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/rollershutter/index.html b/components/rollershutter/index.html index 0e2b903198..16ab015398 100644 --- a/components/rollershutter/index.html +++ b/components/rollershutter/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/scene.home_assistant/index.html b/components/scene.home_assistant/index.html index 40824d5d5f..8533abd8ef 100644 --- a/components/scene.home_assistant/index.html +++ b/components/scene.home_assistant/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/scene.hunterdouglas_powerview/index.html b/components/scene.hunterdouglas_powerview/index.html index f8e2bb4c46..7a98d9b361 100644 --- a/components/scene.hunterdouglas_powerview/index.html +++ b/components/scene.hunterdouglas_powerview/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/script/index.html b/components/script/index.html index 11f8fe7e43..ac95c4a07c 100644 --- a/components/script/index.html +++ b/components/script/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/scsgate/index.html b/components/scsgate/index.html index c0b6545409..7460019f59 100644 --- a/components/scsgate/index.html +++ b/components/scsgate/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.apcupsd/index.html b/components/sensor.apcupsd/index.html index 330590bcb2..5b3d50f6c8 100644 --- a/components/sensor.apcupsd/index.html +++ b/components/sensor.apcupsd/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.arduino/index.html b/components/sensor.arduino/index.html index ad6de24258..73eaa36db8 100644 --- a/components/sensor.arduino/index.html +++ b/components/sensor.arduino/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.arest/index.html b/components/sensor.arest/index.html index d755619db4..468ce74a8b 100644 --- a/components/sensor.arest/index.html +++ b/components/sensor.arest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@diff --git a/components/sensor.bitcoin/index.html b/components/sensor.bitcoin/index.html index 1d46d32536..afe4c72a5f 100644 --- a/components/sensor.bitcoin/index.html +++ b/components/sensor.bitcoin/index.html @@ -57,11 +57,11 @@ Getting started
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -149,14 +149,14 @@
- name (Required): The name of the variable you wish to monitor.
- unit (Optional): Defines the units of measurement of the sensor, if any.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
- pins array (Optional): List of pins to monitor. Analog pins need a leading A for the pin number.
- name (Optional): The name of the variable you wish to monitor.
- unit_of_measurement (Optional): Defines the unit of measurement of the sensor, if any.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.bloomsky/index.html b/components/sensor.bloomsky/index.html index b300b6564e..e9f8930dae 100644 --- a/components/sensor.bloomsky/index.html +++ b/components/sensor.bloomsky/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.command_line/index.html b/components/sensor.command_line/index.html index ae80dd5d1c..224d1d91a0 100644 --- a/components/sensor.command_line/index.html +++ b/components/sensor.command_line/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -135,7 +135,7 @@- command (Required): The action to take to get the value.
- name (Optional): Name of the command sensor.
- unit_of_measurement (Optional): Defines the unit of measurement of the sensor, if any.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
Examples
diff --git a/components/sensor.cpuspeed/index.html b/components/sensor.cpuspeed/index.html index a55e3e3d2d..e714f52456 100644 --- a/components/sensor.cpuspeed/index.html +++ b/components/sensor.cpuspeed/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.deutsche_bahn/index.html b/components/sensor.deutsche_bahn/index.html index 046f26a5ff..1ee1c8c05f 100644 --- a/components/sensor.deutsche_bahn/index.html +++ b/components/sensor.deutsche_bahn/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.dht/index.html b/components/sensor.dht/index.html index 0f265f02a3..f97b6c1579 100644 --- a/components/sensor.dht/index.html +++ b/components/sensor.dht/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.dweet/index.html b/components/sensor.dweet/index.html index 7de8e5f7d4..fa747011b6 100644 --- a/components/sensor.dweet/index.html +++ b/components/sensor.dweet/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.ecobee/index.html b/components/sensor.ecobee/index.html index 49f4f23af8..f0cfb18560 100644 --- a/components/sensor.ecobee/index.html +++ b/components/sensor.ecobee/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.efergy/index.html b/components/sensor.efergy/index.html index 7cd03fa1d4..5e12be40b9 100644 --- a/components/sensor.efergy/index.html +++ b/components/sensor.efergy/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.eliqonline/index.html b/components/sensor.eliqonline/index.html index 4d3b931252..73481da3ca 100644 --- a/components/sensor.eliqonline/index.html +++ b/components/sensor.eliqonline/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.forecast/index.html b/components/sensor.forecast/index.html index 365f1a471a..8a44fb4519 100644 --- a/components/sensor.forecast/index.html +++ b/components/sensor.forecast/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.glances/index.html b/components/sensor.glances/index.html index c9267987ab..e1d1a14ebe 100644 --- a/components/sensor.glances/index.html +++ b/components/sensor.glances/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.http/index.html b/components/sensor.http/index.html index ec8bb916e9..f4f6174808 100644 --- a/components/sensor.http/index.html +++ b/components/sensor.http/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.mfi/index.html b/components/sensor.mfi/index.html index b5ea444f52..1ee498516a 100644 --- a/components/sensor.mfi/index.html +++ b/components/sensor.mfi/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.modbus/index.html b/components/sensor.modbus/index.html index 27001178c5..5de244b365 100644 --- a/components/sensor.modbus/index.html +++ b/components/sensor.modbus/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.mqtt/index.html b/components/sensor.mqtt/index.html index c662fb8dae..ac76b05652 100644 --- a/components/sensor.mqtt/index.html +++ b/components/sensor.mqtt/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -137,7 +137,7 @@- name (Optional): The name of the sensor. Default is ‘MQTT Sensor’.
- qos (Optional): The maximum QoS level of the state topic. Default is 0.
- unit_of_measurement (Optional): Defines the units of measurement of the sensor, if any.
-- value_template (Optional): Defines a template to extract a value from the payload.
+- value_template (Optional): Defines a template to extract a value from the payload.
Examples
diff --git a/components/sensor.mysensors/index.html b/components/sensor.mysensors/index.html index 971fcf2128..89fee49006 100644 --- a/components/sensor.mysensors/index.html +++ b/components/sensor.mysensors/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.nest/index.html b/components/sensor.nest/index.html index e4914fb846..001fa8820c 100644 --- a/components/sensor.nest/index.html +++ b/components/sensor.nest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.nest_weather/index.html b/components/sensor.nest_weather/index.html index 1de8c52018..af81e46b61 100644 --- a/components/sensor.nest_weather/index.html +++ b/components/sensor.nest_weather/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.netatmo/index.html b/components/sensor.netatmo/index.html index 18a62cce17..2e286cc9f2 100644 --- a/components/sensor.netatmo/index.html +++ b/components/sensor.netatmo/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.neurio_energy/index.html b/components/sensor.neurio_energy/index.html index d6ad7d4b2b..285a12ed92 100644 --- a/components/sensor.neurio_energy/index.html +++ b/components/sensor.neurio_energy/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.onewire/index.html b/components/sensor.onewire/index.html index 5f4e57845c..7aeff91038 100644 --- a/components/sensor.onewire/index.html +++ b/components/sensor.onewire/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.openweathermap/index.html b/components/sensor.openweathermap/index.html index f0d4a7de0d..3a32361931 100644 --- a/components/sensor.openweathermap/index.html +++ b/components/sensor.openweathermap/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.rest/index.html b/components/sensor.rest/index.html index 1e62a2ec59..94894a4170 100644 --- a/components/sensor.rest/index.html +++ b/components/sensor.rest/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
@@ -151,7 +151,7 @@
- resource (Required): The resource or endpoint that contains the value.
- method (Optional): The method of the request. Default is GET.
-- value_template (Optional): Defines a template to extract the value.
+- value_template (Optional): Defines a template to extract the value.
- payload (Optional): The payload to send with a POST request. Usualy formed as a dictionary.
- name (Optional): Name of the REST sensor.
- unit_of_measurement (Optional): Defines the unit of measurement of the sensor, if any.
diff --git a/components/sensor.rfxtrx/index.html b/components/sensor.rfxtrx/index.html index 4693b16118..221bf6f374 100644 --- a/components/sensor.rfxtrx/index.html +++ b/components/sensor.rfxtrx/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.sabnzbd/index.html b/components/sensor.sabnzbd/index.html index 5f1371a18a..68b16954de 100644 --- a/components/sensor.sabnzbd/index.html +++ b/components/sensor.sabnzbd/index.html @@ -57,11 +57,11 @@ Getting started
- Installing Home Assistant
-- Configuration basics
+- Configuration Basics
- Adding devices
-- Presence detection
+- Presence Detection
- Automation
-- Templating
+- Advanced Topics
- Components
@@ -71,12 +71,12 @@
- Setup Development
- Architecture
-- Frontend development
+- Frontend Development
- - Creating components + Creating Components
- - Adding platform support + Adding Platform Support
- API
- Credits
diff --git a/components/sensor.speedtest/index.html b/components/sensor.speedtest/index.html index 4bf02034b3..19be05c57b 100644 --- a/components/sensor.speedtest/index.html +++ b/components/sensor.speedtest/index.html @@ -57,11 +57,11 @@ Getting started