mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Merge pull request #77 from CCOSTAN/patch-10
Added line about sensor, sensor 2, 3, etc..
This commit is contained in:
commit
499b35e3c5
@ -14,7 +14,10 @@ routers, Belkin WeMo switches, Philips Hue bridges and Sonos speakers in your ne
|
|||||||
[the discovery component]({{site_root}}/components/discovery.html) enabled (which is by default).
|
[the discovery component]({{site_root}}/components/discovery.html) enabled (which is by default).
|
||||||
|
|
||||||
See the [components overview page](/components/) to find installation instructions for your devices
|
See the [components overview page](/components/) to find installation instructions for your devices
|
||||||
and services.
|
and services. Many components use the `sensor` platform. Sensors need to be added into the `configuration.yaml` as `sensor:`, `sensor 2:`, `sensor 3:`, etc. There should not be gaps in the sequence or your sensors might not load correctly.
|
||||||
|
<p class='note'>
|
||||||
|
Most components that support multiple entries within the <code>configuration.yaml</code> follow the <code>component:</code>, <code>component 2:</code> format.
|
||||||
|
</p>
|
||||||
|
|
||||||
To get the most out of automation, it is useful to setup the following things:
|
To get the most out of automation, it is useful to setup the following things:
|
||||||
|
|
||||||
@ -51,6 +54,7 @@ of these parameters. This can be done by adding the following config to the `hom
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
|
|
||||||
# Add this to your existing configuration
|
# Add this to your existing configuration
|
||||||
|
# Only the `entity_id` is required. All other options are optional.
|
||||||
customize:
|
customize:
|
||||||
some.entity_id:
|
some.entity_id:
|
||||||
hidden: true
|
hidden: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user