75 Commits

Author SHA1 Message Date
Franck Nijhof
debee58f8e
Collection of configuration block fixes (#9884) 2019-07-18 12:41:56 +02:00
Franck Nijhof
42842f64a6
Collection of configuration block fixes (#9874) 2019-07-16 22:58:38 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier (#9853)
* 🔥 Removes octopress.js

* 🔥 Removes use of root_url var

* 🔥 Removes Octopress generator reference from feed

* 🔥 Removes delicious support

* 🔥 Removes support for Pinboard

* 🔥 Removes support for Disqus

* 🔥 Removes support for Google Plus

* ↩️ Migrate custom after_footer to default template

* ↩️ Migrate custom footer to default template

* ↩️ Migrate custom header to default template

* 🔥 Removes unused template files

* 🚀 Places time to read directly in post template

* 🚀 Removes unneeded capture from archive_post.html template

* 🔥 🚀 Removes unused, but heaving sorting call in component page

* 🚀 Merged javascripts into a single file

* 🔥 Removes more uses of root_url

* 🚀 Removal of unneeded captures from head

* 🔥 🚀 Removal of expensive liquid HTML compressor

* 🔥 Removes unneeded templates

* 🚀 Replaces kramdown with GitHub's CommonMark 🚀

* 💄 Adds Prism code syntax highlighting

*  Adds support for redirect in Netlify

* ↩️ 🔥 Let Netlify handle all developer doc redirects

* ✏️ Fixes typo in redirects file: Netify -> Netlify

* 🔥 Removes unused .themes folder

* 🔥 Removes unused aside.html template

* 🔥 Removes Disqus config leftover

* 🔥 Removes rouge highlighter config

* 🔥 Removes Octopress 🎉

* 💄 Adjust code block font size and adds soft wraps

* 💄 Adds styling for inline code blocks

* 💄 Improve styling of note/warning/info boxes + div support

* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Franck Nijhof
1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
4369499e89 Component(s) -> Integration(s) (#9705) 2019-06-27 20:10:56 -07:00
eyager1
1c9bb98678 Additional instructions for Mariadb 10.3 (#9679)
In Debian buster (MariaDB 10.3) the command mysql_config needed by the python package mysqlclient was moved to the package 	libmariadb-dev-compat.
2019-06-24 12:16:35 +02:00
Piotr Żuralski
6cbcc1acdc fixing ha_category components annotation (#9432)
* fixing ha_category components annotation

Signed-off-by: Piotr Żuralski <piotr.zuralski@gmail.com>

* ✏️ Tweak
2019-05-11 09:46:28 +02:00
VDRainer
94e3967388 Removed Note about state recover (#9187)
Deprecated since https://github.com/home-assistant/home-assistant/pull/17270
2019-04-11 10:44:27 +02:00
jeffh0821
933340d1c8 Clarify use of alternate ports in MariaDB connections (#8670) 2019-02-21 23:22:17 +01:00
Paulus Schoutsen
78270c471e
Update recorder.markdown 2018-12-20 22:10:29 +01:00
Paulus Schoutsen
09f35d5f75
Update recorder.markdown 2018-12-17 20:17:24 +01:00
Karim Geiger
cf259596d1 Add note for purge service to explain behaviour (#7874)
I recently thought my purge service did not work since there still were some entries in my database having a younger date than specified by the purge. It took me quite a while to find an answer as to why that is, so I thought adding a note to the documentation wouldn't hurt.

Source: https://community.home-assistant.io/t/recorder-does-not-purge/70077/2
2018-12-16 22:39:11 +01:00
Adam Mills
40b18de5a1 Update docs for new state restore without recorder (#6652) 2018-12-05 08:35:04 +01:00
Lindsay Ward
7c53ec60c5 Update recorder component and database doc (#7141)
* Update recorder component to improve wording

* Update database backend doc to refer to recorder component
2018-10-28 12:51:10 +01:00
Klaas Schoute
7907badac8 Port using for MariaDB 10 (#6481)
The text says that when using a MariaDB 10, you also need to add port 3307 in the link. If you use an external database that is, for example, run at a hosting provider, you have to be careful that you use the correct port! I had assumed (because my database is also MardiaDB 10) that I had to use port 3307, but on inquiry it turned out to be 3306. Hence my adjustment.
2018-10-03 19:50:55 +02:00
Fabian Affolter
77ea57b161
Add 'ha_qa_scale' (#6471) 2018-10-03 17:11:56 +02:00
Franck Nijhof
04048834b1 Changes int -> integer (#6452) 2018-10-03 12:42:57 +02:00
datafx
9567d82553 Add warning about recovery model with MSSQL Server (#6443)
* Add warning about recovery model with MSSQL Server

Added warning to make users aware that the default recovery model in MSSQL server will grow the transaction log until the disk runs out of space.  Suggested that users switch to simple recovery to prevent this issue.

* Minor changes
2018-10-02 18:27:19 +02:00
DubhAd
d841bf706a Clarity update (#6323)
* Clarity update

Even without `recorder:` in the config, the recorder is configured with the default settings. Updating the docs to reflect this.

This is something that others have commented on in confusion, and I got around to verifying today on my test (0.78) system.

* Update recorder.markdown
2018-09-21 17:39:07 +02:00
Niklas Janz
c47cb41b46 Added the usage of PostgreSQL unix sockets (#6272)
* Added db_url for PostreSQL via unix socket

* Added informations about sockets + instructions for pg_hba.conf
2018-09-13 15:08:51 +02:00
DubhAd
823ca82b3a Fixing formatting (#6242)
* Fixing formatting

The formatting is lost in the note block, making it a mess. Breaking it out into its own section to retain formatting.

* ✏️ Spelling and grammar
2018-09-10 09:37:57 +02:00
dayofdoom
73ec85db45
Update recorder.markdown
Grammatical addition.
2018-07-21 11:55:33 -07:00
Albert Lee
400bd8d2a4 Correct commands for 'homeassistant' user
* Update commands to start shell as 'homeassistant' user
* Fix references to 'hass' user
2018-06-03 16:56:00 +00:00
Fabian Affolter
8b7bd01647
Update sqlite URI (fixes #5276) (#5334) 2018-05-09 11:29:18 +02:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Niklas V
7f711ea1ea Added port 3307 to Maira DB (#4743)
Maria DB 10 have changed port from 3306 that Maria DB are using and is standard in this component. Maria DB is using port 3307 instead and that need to be added in the configuration to work. I have added a note in the description to add the port to the server_ip.
2018-03-06 23:30:39 +01:00
Jerry Workman
4a88a5b148 Add systemctl daemon-reload (#4835)
* Add systemctl daemon-reload

* Minor changes

* Update format
2018-03-06 22:10:13 +01:00
Mahasri Kalavala
2e00a62268
Fixed html errors. 2018-02-27 18:48:48 -05:00
DubhAd
03d30a2d87
Merge pull request #4772 from JerryWorkman/patch-9
Add note to ensure database instance starts before Home Assistant
2018-02-27 07:10:25 +00:00
JudgeDredd
62b6e62297
update recorder docs for mariadb 10.2
https://mariadb.com/kb/en/library/mariadb-1023-changelog/
Revision #1965f03 2016-11-26 22:22:50 +0100

    Deb: Rename libmariadbclient-dev to libmariadb-dev
2018-02-26 23:49:29 -05:00
Jerry Workman
93df84bb5a
Add note to ensure database instance starts before Home Assistant 2018-02-26 21:19:33 -05:00
Anders Melchiorsen
f566a97641 Purge recorder data by default, allow repack (#4643) 2018-02-11 18:21:20 -05:00
Anders Melchiorsen
0b68b478d1 Allow zero purge_interval to disable recorder purge (#4591)
* Allow zero purge_interval to disable recorder purge

* Clarify that zero is a number
2018-02-10 09:18:16 -05:00
Anders Melchiorsen
5042e3b13f
Default recorder purge_interval to 1 (#4534)
* Default recorder purge_interval to 1

* Reflow

* ✏️ Minor improvements
2018-02-02 01:51:56 +01:00
Fabian Affolter
137d6a4a04
Fix typos and change links 2018-01-05 13:19:18 +01:00
cdce8p
5b873e2380 Added Restore state info + Updated config style (#4343)
* Updated input_boolean

* new Configuration style
* Linkable title Automation Examples

* Updated input_select

* new Configuration style
* Services as table
* Rearaged scenes
* small improvments

* Updated input_number

* linkformat

* Updated input_text

* New configuration style

* Update input_datetime

* New configuration style

* Updated recorder

* New configuration style

* Added Restore State Info
2018-01-05 11:53:52 +01:00
David Shanske
07d4f48dcc Update recorder.markdown (#4321)
https://community.home-assistant.io/t/error-during-query-latin-1-codec-cant-encode-character/13630 - Better safe than sorry. Might as well always put this parameter in.
2018-01-03 21:29:44 +01:00
Daniel
9a09c675a3 Fix typo: MariDB to MariaDB (#4301) 2017-12-29 21:45:44 +01:00
PeteBa
ac9aedad90 Adjusted to reflect updated purge scheduling (#3860)
* Adjusted to reflect updated purge scheduling

* Minor changes
2017-11-04 10:51:48 +01:00
VDRainer
ba3ff3bd0a Fixed MS SQL Server connection string (#3881)
* Fixed MS SQL Server connection string

https://community.home-assistant.io/t/holy-cow-ms-sql-server-recorder-creates-tables-in-master-db/30462

* Update recorder.markdown
2017-11-03 23:56:02 +01:00
Erik-jan Riemers
84ebf01d15 Point to component used in recorder (#3712)
* Update recorder.markdown

* It's a platform and not a component
2017-10-23 16:00:42 +02:00
milanvo
17a0cec521 Fix link to purge service heading (#3647) 2017-10-16 21:13:55 +02:00
Fabian Affolter
1b751a7389 Merge pull request #3413 from milanvo/recorder-purge-service
Doc for recorder purge service
2017-10-07 23:26:51 +02:00
Piotr Miazga
a65327de12 Add libssl dependency to recorder.markdown (#3533)
The libssl-dev is a hard dependency for mysqlclient package, otherwise `pip3 install mysqlclient` fails with 
```
    /usr/bin/ld: cannot find -lssl
    /usr/bin/ld: cannot find -lcrypto
    collect2: error: ld returned 1 exit status
    error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
```

It should be documented as less experienced users won't be able to install mysqlclient on their machines
2017-10-06 08:16:41 +02:00
Charles Garwood
23d2dcb016 Add note for MySQL install on Raspbian Stretch (#3514)
* Add note for MySQL install on Raspbian Stretch

Added note as detailed in https://github.com/home-assistant/home-assistant.github.io/issues/3509

* Update recorder.markdown

Change is to the Debian base package and not to Raspbian specifically. 
Edited your change to replace the suggested package instead.
2017-10-05 11:12:04 +02:00
milanvo
1ce3bef153 Update recorder doc for purge service 2017-10-04 10:57:50 +02:00
Fredrik Lindqvist
b6c1240342 Recorder: MariaDB (#3484)
* Add information about MariaDB

 - Adds information about using MariaDB.
 - Shortens install example for MySQL

* Update recorder.markdown

* Remove stray :

Remove stray :

* Slimmed example to remove redundant text.
2017-10-02 14:07:52 +02:00
milanvo
ad1e0b0b85 Doc update for recoder purge service 2017-09-24 11:06:03 +02:00
milanvo
126ce10bac Doc for recorder purge service 2017-09-21 13:35:42 +00:00