c0ffeeca7 a149e897a3
Document more building block entities (#29185)
add info that integration is a building block for other integrations
2023-10-05 13:41:00 +02:00

918 B

title, description, ha_category, ha_release, ha_domain, ha_quality_scale, ha_codeowners, ha_integration_type
title description ha_category ha_release ha_domain ha_quality_scale ha_codeowners ha_integration_type
Text Instructions on how to set up text entities within Home Assistant.
Text
2022.12 text internal
@home-assistant/core
entity

The Text integration is built for the controlling and monitoring of text values on devices.

{% include integrations/building_block_integration.md %}

If you are looking for a way to create a text entity, please take a look at the Text helper.

Services

text services

Available services: text.set_value

Service text.set_value

Set the textual value of the text entity.

Service data attribute Optional Description
entity_id no String or list of strings that point at entity_id's of texts to control.
value no The new text value to set.