89 Commits

Author SHA1 Message Date
Franck Nijhof
4795f12892
Merge branch 'current' into next 2024-07-31 17:11:38 +02:00
J. Nick Koston
bb4d996be7
Update minimum supported SQLite version to 3.40.1 (#29944) 2024-07-31 08:13:23 -05:00
Franck Nijhof
6ca14d3efc
Rename 'service' to 'action' in automations and scripts (#34023)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2024-07-31 14:37:02 +02:00
J. Nick Koston
60c6279f4f
Document recorder disk space requirements (#33852)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-07-18 08:36:20 +02:00
c0ffeeca7
a238cfc5e5
database docs and recorder integration: (#33798) 2024-07-16 15:57:18 +02:00
Madelena Mak
d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00
c0ffeeca7
42c3b4524b
o-r-integrations: add glossary reference to config file (#32761) 2024-05-14 15:40:15 +02:00
karwosts
0bd0eeef95
Update recorder.markdown for purge_entities service change (#32376)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-04-22 20:11:00 +02:00
Danny Tsang
75c1a80ca7
Added note of potential loss of data when change database. (#29982) 2023-11-24 05:08:32 +01:00
c0ffeeca7
7ce9eebe8f
o-r integrations: apply sentence-style capitalization (#29863)
* o-r integrations: apply sentence-style capitalization

* Fix search and replace error
2023-11-16 12:41:22 +01:00
Matthias de Baat
0865312e15
Add dependancy context to recorder (#27153) 2023-05-01 12:10:41 +02:00
Jorim Tielemans
c6328ca499
Update recorder.markdown (#27175) 2023-04-27 20:51:09 +02:00
Jorim Tielemans
8fb173718e
Fix exclude update domain in recorder (#27174) 2023-04-27 20:35:25 +02:00
Franck Nijhof
5237cd6912
Merge branch 'current' into next 2023-03-26 17:51:22 +02:00
J. Nick Koston
b562a1a023
Add keep_days option to recorder.purge_entities (#26610)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-03-15 11:13:58 -10:00
J. Nick Koston
74eb8a3693
Update recorder with sqlite testing info and making backups with external dbs (#26585)
* Add note to recorder docs about sqlite and making backups with external dbs

* Add note to recorder docs about sqlite and making backups with external dbs
2023-03-13 21:25:35 -04:00
Laszlo Magyar
932ec378c0
Fine tune recorder commit_interval description (#26514) 2023-03-09 17:56:13 +01:00
Paulus Schoutsen
9ebc82be07 Merge remote-tracking branch 'origin/current' into next 2023-02-01 17:55:24 +00:00
J. Nick Koston
5a111f2d39
Update recorder documentation to clarify which versions and engine are supported (#26036)
* Update recorder documentation to clarify which versions and engine are supported

* Update recorder.markdown
2023-01-31 20:46:52 -05:00
J. Nick Koston
ddd1a91177
Adjust commit interval default for recorder to 5s (#25810) 2023-01-21 23:13:53 -05:00
Franck Nijhof
c39f4886d3
2022.10: Sync with codebase 2022-10-05 18:25:01 +02:00
TheBelgarion
b6f045f306
Update recorder.markdown (#23220) 2022-06-28 18:27:10 +02:00
J. Nick Koston
0ff5142c84
Move description of how filtering works to an include (#22974) 2022-06-07 12:25:48 +02:00
Franck Nijhof
9941ebc8bb
Merge branch 'current' into next 2022-04-27 15:34:24 +02:00
Erik Montnemery
cd39b5753c
Minor clarification of SQLAlchemy DB support (#22532) 2022-04-26 21:47:54 +02:00
Franck Nijhof
54710963ee
Merge branch 'current' into next 2022-04-16 09:41:17 +02:00
J. Nick Koston
c1dae50088
Document auto_repack for the recorder (#22246) 2022-04-05 11:45:35 +02:00
Franck Nijhof
5d72c2a03c
Sync codebase with docs for 2022.4.0b0 2022-03-30 21:50:39 +02:00
PeteBa
b0a096bd4c
Clarify optional parameters for purge_entities service call (#20341) 2022-01-17 21:03:36 +01:00
Erik Montnemery
f6fa930652
Adjust minimum supported version of SQLite (#20152) 2021-11-04 16:34:46 +01:00
Erik Montnemery
b0bef9ea4e
Update recorder documentation according to ADR18 (#20145) 2021-11-04 08:45:34 +01:00
Franck Nijhof
f4e134d907
Sync codebase with docs for 2021.11 2021-10-27 22:27:13 +02:00
Daniel Rheinbay
f094d68d53
Add TLS and utf8mb4 for MariaDB (#19793) 2021-10-17 19:12:53 +02:00
boc-the-git
5034014d29
Fix typos (#19562) 2021-10-03 21:43:07 +02:00
Joakim Sørensen
699d1a9114
Use configuration_basic for db_url examples for readability (#19307) 2021-09-13 09:52:35 +02:00
J. Nick Koston
8740819370
Add Oracle connection strings (#17912) 2021-05-23 11:48:10 +02:00
PeteBa
d0bbb8cbd4
Recorder "purge entities" service (#17867) 2021-05-22 17:34:32 +02:00
David Zidar
b74d8f28ef
Fix MS SQL connection string examples (#17801)
pyodbc parameters passed via a connection string to sqlalchemy should be
passed as query string parameters and must be lower case.

sqlalchemy includes the following note in their source code:

Note that in order for the dialect to recognize these keywords
(including the ``driver`` keyword above) they must be all lowercase.
Multiple additional keyword arguments must be separated by an
ampersand (``&``), not a semicolon::

13d01a03c5/lib/sqlalchemy/dialects/mssql/pyodbc.py (L56-L59)
2021-05-11 18:58:51 -05:00
Tim Coninx
eade5e4617
Postgres - include instruction to create a user (#17744)
As a postgres newbie I had to look up what the line "role <user> does not exist" meant, and how to create users first
2021-05-09 11:38:26 +02:00
J. Nick Koston
2e7f9d4c77
Highlight database engine versions that are being actively tested with recorder changes (#17749) 2021-05-09 11:10:43 +02:00
J. Nick Koston
e30c49368c
Updates for live db migration and recovery (#17402)
We can now recover at any time so there is no need to check it at startup
2021-04-12 11:14:35 +02:00
Marc Mueller
2f3481e6c2
Add apply_filter to recorder.purge service (#16377) 2021-03-15 15:33:58 +01:00
adrian-vlad
258cfd99ac
Add disable and enable services for recorder (#16366) 2021-02-24 14:34:35 +01:00
Brian Orpin
2c55d9c555
Update recorder docs - create PostgreSQL database with utf8 encoding (#16077)
* Update recorder docs - create PostgreSQL database with utf8 encoding

ref https://github.com/home-assistant/core/issues/44595

The issue appears to be caused by the PostgreSQL database not using `utf8` encoding. PostgreSQL default is `SQL_ASCII`.

Recreated the database with `utf8` encoding and the errors were not seen.

* Update recorder.markdown

Add in the change to the `db_url` option

* Update recorder.markdown

Spelling error
2021-02-16 21:43:37 -10:00
Hmmbob
aba50ac2c4
Change white/blacklist in recorder, history, Pushbullet and Watson IOT docs (#16125) 2021-01-08 12:38:40 +01:00
Klaas Schoute
d99252f613
👕 Markdown style changes (#15861) 2020-12-09 18:48:17 +01:00
J. Nick Koston
35907b4c30
Update the charset in some of the example recorder urls to utf8mb4 (#15849)
These were missed when the rest of the urls were updated to `utf8mb4`
2020-12-08 08:56:10 +01:00
J. Nick Koston
c39b891bd2
Update mysql charset to allow storing emoji (#15771)
We need to use `utf8mb4` instead of `utf8` because we sometimes store emjoi in the database which currently results in a operational error as seen in https://github.com/home-assistant/core/pull/41426
2020-11-28 23:53:17 +01:00
Franck Nijhof
6225c6b18b
Complete IoT Classifications (#15576) 2020-11-20 21:32:23 +01:00
Frank
2f6c83625d
Add MySQL socket examples to recorder documentation (#15060)
* Add MySQL socket example

* add example for non-pymysql one too
2020-10-10 13:15:29 +02:00