441 Commits

Author SHA1 Message Date
Fabian Affolter
f8530cdd82
Add Air Quality to sidebar 2019-01-27 17:37:41 +01:00
Paulus Schoutsen
78b796449a Update custom card config example 2019-01-26 11:33:17 -08:00
Fabian Affolter
49a4e6b6d0
Add details about component/platform docs (#170) 2019-01-26 12:11:09 +01:00
Fabian Affolter
e78f00bbd5
Minor fix 2019-01-26 11:08:43 +01:00
mikehole
1e64a7d8bf A tip to get the /home/ folder to not 404 (#169)
Just had this issue myself so propose letting people know that Hass needs a re-start to find the www folder under the config folder.
2019-01-24 12:18:39 -08:00
Paulus Schoutsen
f923ce3028 Update docusaurus 2019-01-24 09:18:40 -08:00
Paulus Schoutsen
56a93cd416 Release 0.86 2019-01-24 09:15:31 -08:00
Max Rydahl Andersen
e0311bfbf4 history/period takes a comma separated list (#168)
filter_entity_id supports a comma separated list of entities.
2019-01-21 21:29:54 -08:00
DubhAd
c4d673c101
Adding link to the Authentication docs
Adding a link to the authentication docs, to make it more obvious. Also explained that the LLAT replaces just ABCDEFGH
2019-01-21 20:32:16 +00:00
Jonas Pedersen
d33bd6be51 Minor spelling error (#166)
Fix minor spelling error.
2019-01-20 22:08:53 -08:00
Pascal Vizeli
f87d9f1f45
Update hassio_addon_config.md 2019-01-15 11:28:19 +01:00
Fabian Affolter
0aa14a86ef
Fix typos 2019-01-13 21:21:25 +01:00
Brenda Wallace
70964339a1 Added instructions on where to get a token for the REST api (#164)
* Added instructions on where to get a token for the REST api

* Update external_api_rest.md
2019-01-11 14:51:57 -08:00
Fabian Affolter
62e2ef0d1c
0.85 (#163) 2019-01-10 15:42:00 +01:00
Fabian Affolter
e449c62063
Update title 2019-01-10 15:18:54 +01:00
Fabian Affolter
9b6a5cff89
Rename to air quality 2019-01-10 15:17:55 +01:00
Aaron Pica
555499e7d3 Fix change from "yield from" to "await" (#162)
Change reference from "yield from" to "await".
2019-01-06 22:38:23 +01:00
Ian Richardson
e42e35b378
Merge pull request #161 from zoomix/patch-1
Broken link in docs
2019-01-06 10:33:55 -06:00
zoomix
e8a7378144
common/const is a typescript file, not js
As of Nov 6, 2018  (#1998)
2019-01-05 22:00:28 +01:00
zoomix
89643eda1e
common/const is a typescript file, not js
As of Nov 6, 2018  (#1998)
2019-01-05 21:58:12 +01:00
Andrej Friesen
de5b925d18 Add needed dependencies (#159)
Had to install a few packages on a fresh ubuntu 18.04 and added them for others
2019-01-04 19:44:36 +01:00
Tommi Pääkkö
3263d563e0 Update unit_of_measurement Unit in temperature (#160)
It reads in Homekit component code that the unit_of_measurement should be °C/°F. This updates the docs to match that. 

ref: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/homekit/type_sensors.py#L52
2019-01-04 19:43:55 +01:00
Fabian Affolter
b0ce321869
Remove legacy API password 2019-01-04 19:41:48 +01:00
Fabian Affolter
acf5aee0b8
Add Air Pollutants Entity (#150)
* Add Air Pollutants Entity

* Remove entries
2018-12-15 18:37:49 +01:00
Fabian Affolter
3f92621664
0.84 (#157) 2018-12-13 09:04:19 +01:00
Fabian Affolter
62751b5a5c
0.83 (#156) 2018-12-01 23:44:01 +01:00
Marcin Domański
1d237ac1a9 Add note about naming events for components (#153)
* Add note about naming events for components

* Minor changes
2018-12-01 23:29:33 +01:00
Marcin Domański
99fb252b4a Add shebang to script/server to avoid errors (#154) 2018-12-01 23:29:21 +01:00
Fabian Affolter
19f00d83e0
Remove leftover (#155) 2018-12-01 23:27:26 +01:00
Fabian Affolter
fe926fa79c Update Python example (#152) 2018-11-28 09:53:41 +01:00
Fabian Affolter
6603a7d1db
Minor changes 2018-11-27 15:29:31 +01:00
Fabian Affolter
d04d68b7d5
Fix name 2018-11-27 15:26:04 +01:00
Fabian Affolter
fd50bfc604
Fix typo 2018-11-27 15:25:36 +01:00
McNutty195
685856983f Update auth_api.md (#151)
Added mention of the UI token generator for Long-Lived Access Tokens in the Home Assistant Profile Page on line 169.
2018-11-26 20:34:08 +01:00
Paulus Schoutsen
5f4d549954
Add docs for native app integration (#149)
* Add docs for native app integration

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update docs/app_integration_setup.md

Co-Authored-By: balloob <paulus@home-assistant.io>

* Update app_integration_sending_data.md

* Address comments
2018-11-25 16:15:10 +01:00
Paulus Schoutsen
e9b92fec46 0.82 2018-11-24 11:22:12 +01:00
Paulus Schoutsen
8e643bd332 Fix url 2018-11-24 11:21:55 +01:00
Kacper Krupa
467496522a Fixed example for run_coroutine_threadsafe util (#148)
Based on the detailed docs `run_coroutine_threadsafe` have 2 params now: `coro` and `loop`, so the example is kinda wrong I think. Reference: https://dev-docs.home-assistant.io/en/master/api/util.html#homeassistant.util.async_.run_coroutine_threadsafe

I've ran the example code and it seems to work correct, the previous version raised `TypeError('A coroutine object is required')`.

Thanks!
2018-11-24 10:39:26 +01:00
Paulus Schoutsen
ad6ccb78bc
Add timestamp device class (#147) 2018-11-23 11:35:53 +01:00
Franck Nijhof
6a8dcb1f79
Merge pull request #146 from tjorim/patch-2
Add DAC_READ_SEARCH privilege
2018-11-11 09:19:43 +01:00
Jorim Tielemans
50204432fa
Add DAC_READ_SEARCH privilege 2018-11-11 00:24:28 +01:00
Adam Mills
90c56955a3 Document our preference for smaller component PRs (#145) 2018-11-09 10:33:14 +01:00
Max Rydahl Andersen
3fde2e4f40 fix misleading style guide (#140)
* fix misleading style guide

style guide stated to use new format style on strings, but when using logging `pylint` is configured to
enforce `%s` usage for lazy log evaluation.

* Make it shorter

* Minor change
2018-11-08 18:27:20 +01:00
Matt F
7ae6d9db7a ResinOS is deprecated (#142)
* ResinOS is deprecated

Links to HASSOS and BuildRoot due to ResinOS deprecation within the Hassio project

* Fix name
2018-11-08 18:16:49 +01:00
Jorim Tielemans
8aec81c233 Use single quotes (#144)
To follow our styleguide
2018-11-08 18:12:28 +01:00
Adam Mills
f5f5538e82 Clarify requirement for external libraries (#143)
This change clarifies that hass should not be responsible for third party communication details, and that these belong in an external library.
2018-11-07 10:10:35 +01:00
Brad Fitzpatrick
4708b93736 Fix doc typos (#141) 2018-11-03 10:25:44 +01:00
Max Rydahl Andersen
82d2241882 add notice about putting imports inside functions (#137)
* add notice about putting imports inside functions

* Fix based on feedback

* notice on custom_components handling of deps

* Update creating_component_deps_and_reqs.md
2018-11-01 09:41:55 +01:00
Johann Kellerman
3133501503 Update creating_component_generic_discovery.md (#139) 2018-11-01 09:30:55 +01:00
Christian Studer
4b982f9636 Clarifies the order of steps for documentation changes (#136)
* Documentation: Re-arranges order of items

* Readme: Fixes minor typo

* Documentation: Fixes minor grammatical things
2018-10-30 11:49:16 +01:00