Merge pull request #2438 from esphome/nagyrobi-patch-2

`homeassistant` text sensor remove obsolete old version specification
This commit is contained in:
H. Árkosi Róbert 2022-11-14 14:22:11 +01:00 committed by GitHub
commit b6d2361fca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ states from your Home Assistant instance using the :doc:`native API </components
name: "Weather Forecast From Home Assistant" name: "Weather Forecast From Home Assistant"
entity_id: sensor.weather_forecast entity_id: sensor.weather_forecast
With Home Assistant 2021.6 or newer, entity state attributes can also be imported. Entity state attributes can also be imported:
.. code-block:: yaml .. code-block:: yaml
@ -34,7 +34,6 @@ Configuration variables:
- **entity_id** (**Required**, string): The entity ID to import from Home Assistant. - **entity_id** (**Required**, string): The entity ID to import from Home Assistant.
- **attribute** (*Optional*, string): The name of the state attribute to import from the - **attribute** (*Optional*, string): The name of the state attribute to import from the
specified entity. The entity state is used when this option is omitted. specified entity. The entity state is used when this option is omitted.
Requires Home Assistant 2021.6 or newer.
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- All other options from :ref:`Text Sensor <config-text_sensor>`. - All other options from :ref:`Text Sensor <config-text_sensor>`.