69 Commits

Author SHA1 Message Date
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
blissarts
c2183fc00d
Update Note regarding SD cards (#15065)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-10-09 15:15:55 +02:00
J. Nick Koston
748def52e0
Document the recorder db_integrity_check option (#14351) 2020-09-03 19:15:40 +02:00
J. Nick Koston
1a111cd66d
Point users towards mysql without pymysql first. (#13978)
* Point users towards mysql without pymysql first.

* Update recorder.markdown

* Update recorder.markdown
2020-07-12 13:57:28 +02:00
mdegat01
2c52fe6326
Update doc for glob filter support (#13799)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-06-24 14:25:22 +02:00
Alex van den Hoogen
d5bd65bf44
Adds docs for recorder MySQL purge (PR #36762) (#13746) 2020-06-23 02:31:35 +02:00
Tom L
368fd6ea76
Fix link display (#13766) 2020-06-15 17:48:03 +02:00
Franck Nijhof
7fae8fcee8
Merge branch 'current' into next 2020-04-20 12:47:50 +02:00
Anders Melchiorsen
90ffc6a277
Introduce recorder auto_purge, remove purge_interval (#12690)
* Introduce recorder auto_purge, remove purge_interval

* Update source/_integrations/recorder.markdown

Co-Authored-By: J. Nick Koston <nick@koston.org>

* Update source/_integrations/recorder.markdown

* Add a note about purging not releasing disk space

Co-authored-by: J. Nick Koston <nick@koston.org>
2020-04-17 11:35:41 +02:00
Evgeny
3c05047c89
Recorder docs (#12961)
* Recorder docs

* custom directory to postgres socket

* fix indent

* fix indent
2020-04-15 00:59:52 +02:00
Dominik Bruhn
c2b63c204c
Fix typo in recorder docs (#12929) 2020-04-14 08:45:13 +02:00
Dominik Moritz
5aaaf0e2a4
Fix indentation in recorder.markdown (#12504) 2020-03-24 17:08:05 +01:00
Franck Nijhof
f917b51b04
Merge branch 'rc' into current 2020-03-18 14:20:46 +01:00
Paul Sinclair
c35be8f422
📚 Remove Hass.io references (#12348)
* 📚 Remove Hass.io references

* Update recorder.markdown

* Update recorder.markdown

* Update recorder.markdown
2020-03-13 13:29:55 +01:00
J. Nick Koston
9f16de6958
Docs for recorder commit_interval (#12316) 2020-03-10 14:56:17 +01:00
Franck Nijhof
bdb8e5becd
Merge branch 'current' into next 2020-03-07 10:20:59 +01:00
Franck Nijhof
ecce31bb7a
Remove logo frontmatter for all internal integration (#12283) 2020-03-06 15:35:09 +01:00
Franck Nijhof
c81de1d658
Add ha_domain to integrations frontmatter (#12277) 2020-03-05 17:28:39 -08:00
Franck Nijhof
33d2d8ae37
Merge branch 'rc' into current 2020-02-26 14:34:44 +01:00
Franck Nijhof
0aeedbd8d6
Merge branch 'current' into next 2020-02-26 12:29:39 +01:00
Alok Saboo
aa7a018464
Change i.e. and e.g. to i.e.,, and e.g., (#12162)
* Change i.e. and e.g. to i.e.,, and e.g.,

* Update textlintrc.json

* Update .textlintrc.json

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* added i.e.,

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-22 20:50:26 +01:00