Skip to content

Commit

Permalink
feat: migrate back to sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
TribuneX committed Jul 10, 2024
1 parent 1a3be10 commit 52d6fcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ system_health:
# - binary_sensor

recorder:
db_url: !secret mysql_path
purge_keep_days: 5
purge_keep_days: 30
include: !include includes/include.yaml
exclude: !include includes/exclude.yaml

Expand Down
1 change: 0 additions & 1 deletion travis_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ http_password: 000000
dark_sky_api_password: 000000
telegram_api_key: 000000

mysql_path: mysql://user:pass@localhost/homeassistant
base_url: hass.example.com:8123
ssl_certificate_path: "ssl/example.com.fake_crt"
ssl_private_key: "ssl/example.com.fake_key"
Expand Down

0 comments on commit 52d6fcc

Please sign in to comment.