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

914 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
Time Instructions on how to set up time entities within Home Assistant.
Time
2022.12 time internal
@home-assistant/core
entity

The Time integration is built for the controlling and monitoring of times on devices.

{% include integrations/building_block_integration.md %}

If you are looking for a way to create a similar entity, please take a look at the Date/Time helper.

Services

time services

Available services: time.set_value

Service time.set_value

Set a new value for the time entity.

Service data attribute Optional Description
entity_id no String or list of strings that point at entity_id's of times to control.
time no New time value to set.