53 Commits

Author SHA1 Message Date
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
DubhAd
2e0e8d09da Add information on the purge_days (#3358)
* Add information on the purge_days 

That the purge happens every other day is only documented in the code, and in issue #6302. This is to raise the visibility of this, and help people understand that if they restart frequently the purge will never happen.

* Spelling & Grammar fixes
2017-09-12 10:30:22 +02:00
Mahasri Kalavala
4a007b8458 Update recorder.markdown (#3056)
* Update recorder.markdown

Added additional help with MySQL installation.

* Typo
2017-07-27 00:20:07 +02:00
datafx
7ba8315200 Added instruction for Microsoft SQL Server (#3035) 2017-07-22 07:47:38 +02:00
Hermann Kraus
7e2852fa00 Documentation for 'recorder' sometimes incorrectly mentions 'history'. (#2232) 2017-03-11 11:01:39 +01:00
Fabian Affolter
313ffba048
Add pymysql (fix the slalom around pymysql and mysqlclient) 2017-02-13 12:50:36 +01:00
nodomain
b6d33e3a17 Update recorder.markdown (#1921)
Updated to include the "native" mysqlclient package as documented in https://community.home-assistant.io/t/error-in-setting-up-recorder-with-mysql/7705/4 - verified that it works as well ;-)
2017-02-13 12:47:13 +01:00
Andrey
355febf568 Fix sqlite file name 2017-02-08 22:02:48 +02:00
Michaël Arnauts
869e40569a Fix recorder.markdown layout (#1844)
The mysql shell example wasn't closed correcty.
2017-01-21 21:27:40 +01:00
nodomain
33191734db Fixed mySQL config documentation (#1821)
I just did not work with the description before. See also https://community.home-assistant.io/t/error-in-setting-up-recorder-with-mysql/7705/2
2017-01-19 07:56:08 +01:00
Max Rumpf
45b398c8a7 Add docs for include/exclude in recorder (#1714)
Basically a copy of #1539, but with the changes requested (and some extra information copied from the history component).
2017-01-07 16:38:57 +01:00
Matt N
2b5d3c0c10 Fix over 100 typos/spelling mistakes :P (#1483)
* Fix a bunch of typos/spelling mistakes
* Removed extra spaces from emulated_hue
* Correct device type. of binary_sensor.enocean.markdown
2016-11-23 10:23:23 +01:00
Pascal Vizeli
6d20493650 Update recorder.markdown 2016-11-21 14:20:18 +01:00
Pascal Vizeli
a2a75c0eeb Update recorder.markdown 2016-11-21 14:19:37 +01:00
Fabian Affolter
0bc1fc4e3c Minimizing of the configuration sample (#1019) 2016-10-01 12:09:50 +02:00
Fabian Affolter
ad565e855d Remove stale entry (#819) 2016-08-22 09:23:36 +02:00
Fabian Affolter
6029679a51
Merge branch 'master' into next 2016-07-23 09:32:22 +02:00
Fabian Affolter
48d4d64fad
Create a section for installation notes 2016-07-17 17:50:28 +02:00
Thomas
d341875bb0 Update recorder.markdown (#650)
Installs to get mysql working  (on ImportError: No module named 'MySQLdb' in hass startup).
2016-07-17 17:44:24 +02:00
Fabian Affolter
034c831324 0.24 (#637)
* Persistant changed to persistent

* Added log_attributes to the config documentation for statsd (#625)

* Fix AsusWRT docs to prevent SSH key confusion (#623)

pxssh is expecting the path to a private key, not a public key

* add yahoo weather support (#621)

* add yahoo weather

* update with woeid not longer required

* Doc for simplisafe alarm (#613)

* Minor fixes

* Rename the blog post for 0.24

* Initial blog post for 0.24

* Update sensor.apcupsd docs to reflect changes (#617)

* Update sensor.apcupsd docs to reflect changes

* Remove "type:" from configuration

* Add apcupsd sensor breaking change

* Added samsung models to the list of supported Samsung Smart TV's (#630)

* Add IMAP sensor docs

* Add IMAP sensor

* add joaoapps join component and platform. (#633)

* Add join

* Added documentation of the KNX component (#611)

* Added set_brightness to website docs. (#582)

* Added configuration for card order to customize docs

* Added configuration options to docs for the set_brightness command.

* Revert "Added configuration for card order to customize docs"

This reverts commit bd310fbd115c76bc49d994fff4ff3e1a0d0e9540.

* Add new contributors

* Add TP-Link smart plug docs

* Sync with PR

* update service (#634)

* Move KNX docs to right folder

* Fix typos and layout

* Add missing KNX logo

* Fix logo name

* Fix category

* Revert "Added set_brightness to website docs." (#636)

* Add initial KNX docs for binary sensors and switches

* Update title, desc, and date

* Rename blog post

* Update for 0.24

* pyhomematic update 0.1.9

* add example

* Example config (#638)

* Added dynamic entity tracking documentation (#641)

* Change ordering

* Added dynamic entity tracking documentation

* Add more details

* Add sqlalchemy as dep

* Add various db_url

* Added bah2830 configuration (#644)

* update media_player.markdown (#643)

* Rename release blog post

* Add CARTO

* Hide sensor.imap until stable

* Typo edits (#642)

* Update demo

* Minor tweaking

* Add additional example

* Add simple example for renaming

* Make it raw

* Update camera.rpi_camera.markdown (#537)

* Add link to binary version

* Fix indent

* Minor change for #537

* Update date
2016-07-16 21:24:29 +02:00
Fabian Affolter
1cb8e184cf
Add various db_url 2016-07-14 19:18:41 +02:00
Fabian Affolter
74a3e8342e
Add more details 2016-07-14 17:58:45 +02:00
Sebastian von Minckwitz
8664a2daae Fix link (#496) 2016-05-22 12:36:29 +02:00