mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-04 09:10:02 +01:00
Small corrections (#2836)
This commit is contained in:
parent
7f51bc25fe
commit
c562afc472
@ -32,7 +32,7 @@ Entity state attributes can also be imported:
|
||||
This component is only for numeral states. If you want to import arbitrary text states
|
||||
from Home Assistant, use the :doc:`Home Assistant Text Sensor </components/text_sensor/homeassistant>`.
|
||||
|
||||
Albeit you might not plan to *export* states from the node and you do not need an entity of the node
|
||||
Although you might not plan to *export* states from the node and you do not need an entity of the node
|
||||
in Home Assistant, this component still requires you to register the node under Home Assistant. See:
|
||||
:doc:`Getting started with Home Assistant </guides/getting_started_hassio>`
|
||||
|
||||
@ -50,7 +50,7 @@ Configuration variables:
|
||||
|
||||
.. note::
|
||||
|
||||
The sensors implemented by this component are by default ``internal``, to avoid exporting back them to
|
||||
The sensors implemented by this component are by default ``internal``, to avoid exporting them back to
|
||||
Home Assistant. Should you still want to do that (eg. because you use ESPHome's very efficient filters
|
||||
on them) you need to specifically configure ``internal: false``. Also, ``state_class``, ``unit_of_measurement``
|
||||
are not inherited from the imported sensor so you need to set them manually.
|
||||
|
Loading…
Reference in New Issue
Block a user