dbce5cecff
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 7s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 2m47s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 2m58s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 3m2s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 12s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Failing after 1m14s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Failing after 1m23s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Failing after 2m44s
45 lines
682 B
Plaintext
45 lines
682 B
Plaintext
# Created by https://www.toptal.com/api/homeassistant
|
|
# Edit at https://www.toptal.com?templates=homeassistant
|
|
|
|
### HomeAssistant ###
|
|
# Files with personal details
|
|
*.crt
|
|
*.csr
|
|
*.key
|
|
.google.token
|
|
.uuid
|
|
icloud/
|
|
google_calendars.yaml
|
|
harmony_media_room.conf
|
|
home-assistant.db
|
|
home-assistant_v2.db
|
|
home-assistant_v2.db-*
|
|
html5_push_registrations.conf
|
|
ip_bans.yaml
|
|
known_devices.yaml
|
|
phue.conf
|
|
plex.conf
|
|
pyozw.sqlite
|
|
secrets.yaml
|
|
tradfri.conf
|
|
|
|
# Temporary files
|
|
*.db-journal
|
|
*.pid
|
|
tts
|
|
|
|
# automatically downloaded dependencies
|
|
deps
|
|
lib
|
|
www
|
|
|
|
# Log files
|
|
home-assistant.log
|
|
ozw_log.txt
|
|
|
|
# Development files
|
|
custom_components/
|
|
themes
|
|
image
|
|
|
|
# End of https://www.toptal.com/api/homeassistant |