2023-06-07 11:18:38 +02:00

945 B

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.

Time entities cannot be implemented manually, but can be provided by other integrations. 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.