mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
parent
422e716f06
commit
8b7bd01647
@ -79,7 +79,7 @@ Define domains and entities to `exclude` (aka. blacklist). This is convenient wh
|
|||||||
# Example configuration.yaml entry with exclude
|
# Example configuration.yaml entry with exclude
|
||||||
recorder:
|
recorder:
|
||||||
purge_keep_days: 5
|
purge_keep_days: 5
|
||||||
db_url: sqlite:///home/user/.homeassistant/test
|
db_url: sqlite:////home/user/.homeassistant/test
|
||||||
exclude:
|
exclude:
|
||||||
domains:
|
domains:
|
||||||
- automation
|
- automation
|
||||||
@ -145,7 +145,7 @@ If the `recorder` component is activated then some components support `restore_s
|
|||||||
|
|
||||||
| Database engine | `db_url` |
|
| Database engine | `db_url` |
|
||||||
| :---------------|:---------------------------------------------------------|
|
| :---------------|:---------------------------------------------------------|
|
||||||
| SQLite | `sqlite:///PATH/TO/DB_NAME` |
|
| SQLite | `sqlite:////PATH/TO/DB_NAME` |
|
||||||
| MariaDB | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
| MariaDB | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MariaDB | `mysql://user:password@SERVER_IP/DB_NAME?charset=utf8` |
|
| MariaDB | `mysql://user:password@SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
| MySQL | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
| MySQL | `mysql://SERVER_IP/DB_NAME?charset=utf8` |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user