mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 18:18:58 +00:00
914 B
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. |
|
2022.12 | time | internal |
|
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. |