mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 10:27:52 +00:00
* add automatic backup event entity * add tests * fix test * Apply suggestions from code review Co-authored-by: Josef Zweck <josef@zweck.dev> * implement _handle_coordinator_update * add translations for event attributes * simplify condition * Apply suggestions from code review Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Josef Zweck <josef@zweck.dev> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
18 lines
267 B
JSON
18 lines
267 B
JSON
{
|
|
"entity": {
|
|
"event": {
|
|
"automatic_backup_event": {
|
|
"default": "mdi:database"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"create": {
|
|
"service": "mdi:cloud-upload"
|
|
},
|
|
"create_automatic": {
|
|
"service": "mdi:cloud-upload"
|
|
}
|
|
}
|
|
}
|