mirror of
https://github.com/home-assistant/core.git
synced 2026-04-28 20:53:45 +01:00
* add date and time service * update quality scale * add changes from review * fix issues after merge * fix icons * apply changes from review * remove list from service schema * update quality scale * update strings * Update homeassistant/components/bosch_alarm/services.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * apply changes from review * apply changes from review * Update tests/components/bosch_alarm/test_services.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * validate exception messages * use schema to validate service call * update docstring * update error message --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
13 lines
247 B
YAML
13 lines
247 B
YAML
set_date_time:
|
|
fields:
|
|
config_entry_id:
|
|
required: true
|
|
selector:
|
|
config_entry:
|
|
integration: bosch_alarm
|
|
datetime:
|
|
required: false
|
|
example: "2025-05-10 00:00:00"
|
|
selector:
|
|
datetime:
|